GET Api/ScheduleApi/GetRequirdScheduleCheckLists?scheduleId={scheduleId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
scheduleId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
VaidationScheduleCheckListDTOName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
CheckListId | integer |
None. |
|
Required | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "CheckListId": 2, "Required": true }
text/html, multipart/form-data
Sample:
{"Id":1,"CheckListId":2,"Required":true}
application/xml, text/xml
Sample:
<VaidationScheduleCheckListDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSMChecklistFlow.DTO"> <CheckListId>2</CheckListId> <Id>1</Id> <Required>true</Required> </VaidationScheduleCheckListDTO>