POST Api/EBI/GetDocumentCheckList?userID={userID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetDocumentCheckList_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| ChecklistID | integer |
None. |
|
| ChecklistName | string |
None. |
|
| ChecklistDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ChecklistID": 1,
"ChecklistName": "sample string 2",
"ChecklistDescription": "sample string 3"
},
{
"ChecklistID": 1,
"ChecklistName": "sample string 2",
"ChecklistDescription": "sample string 3"
}
]