GET api/AssignTimetable/GetTimeTableFullData?pDiaryNum={pDiaryNum}&pDate={pDate}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
pDiaryNum | integer |
Required |
|
pDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
FullTimeTableDateDiaryDataName | Description | Type | Additional information |
---|---|---|---|
FulltimetableData | Collection of Object |
None. |
|
DayRemark | string |
None. |
|
DateRemark | string |
None. |
|
Holiday | string |
None. |
|
OpersForDiaryArr | Dictionary of integer [key] and Collection of integer [value] |
None. |
Response Formats
application/json, text/json
Sample:
{ "FulltimetableData": [ {}, {} ], "DayRemark": "sample string 1", "DateRemark": "sample string 2", "Holiday": "sample string 3", "OpersForDiaryArr": { "1": [ 1, 2 ], "2": [ 1, 2 ] } }
application/xml
Sample:
text/xml
Sample:
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.