GET api/ChecklistMasters/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ChecklistMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| CheckListId | integer |
None. |
|
| CompanyCode | string |
None. |
|
| CheckListUID | string |
None. |
|
| CheckListName | string |
None. |
|
| CheckListCategory | string |
None. |
|
| CheckListItem | string |
None. |
|
| CheckListDescription | string |
None. |
|
| AddedBy | string |
None. |
|
| LastUpdate | string |
None. |
|
| Warning | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"CheckListId": 1,
"CompanyCode": "sample string 2",
"CheckListUID": "sample string 3",
"CheckListName": "sample string 4",
"CheckListCategory": "sample string 5",
"CheckListItem": "sample string 6",
"CheckListDescription": "sample string 7",
"AddedBy": "sample string 8",
"LastUpdate": "sample string 9",
"Warning": "sample string 10"
}