GET api/v{version}/Checklist/All?key={key}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
Required |
|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of ChecklistResultDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| AssetPlate | string |
None. |
|
| Checks | Collection of ChecklistCheck |
None. |
|
| DateChecked | date |
None. |
|
| Employee | string |
None. |
|
| OrderPlanCodeId | integer |
None. |
|
| PlancodeCode | string |
None. |
|
| PlancodeId | integer |
None. |
|
| PlanOrderId | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"AssetPlate": "sample string 1",
"Checks": [
{
"Definition": {
"CheckDefinitionId": 1,
"CheckDescription": "sample string 2",
"CheckListId": 3,
"CheckName": "sample string 4",
"ItemsOption": true,
"PhotoOption": true,
"Sequence": 7,
"ThreeWayOption": true,
"ValueOption": true
},
"Result": {
"CheckIsCompleted": true,
"ItemCode": "sample string 2",
"ItemDescription": "sample string 3",
"ItemId": "sample string 4",
"ItemQuantity": "sample string 5",
"PhotoUrl": "sample string 6",
"ResultId": 7,
"ThreeWay": "sample string 8",
"Value": "sample string 9"
}
},
{
"Definition": {
"CheckDefinitionId": 1,
"CheckDescription": "sample string 2",
"CheckListId": 3,
"CheckName": "sample string 4",
"ItemsOption": true,
"PhotoOption": true,
"Sequence": 7,
"ThreeWayOption": true,
"ValueOption": true
},
"Result": {
"CheckIsCompleted": true,
"ItemCode": "sample string 2",
"ItemDescription": "sample string 3",
"ItemId": "sample string 4",
"ItemQuantity": "sample string 5",
"PhotoUrl": "sample string 6",
"ResultId": 7,
"ThreeWay": "sample string 8",
"Value": "sample string 9"
}
}
],
"DateChecked": "2025-12-19T15:25:56.1772924+01:00",
"Employee": "sample string 2",
"OrderPlanCodeId": 3,
"PlancodeCode": "sample string 4",
"PlancodeId": 5,
"PlanOrderId": "sample string 6"
},
{
"AssetPlate": "sample string 1",
"Checks": [
{
"Definition": {
"CheckDefinitionId": 1,
"CheckDescription": "sample string 2",
"CheckListId": 3,
"CheckName": "sample string 4",
"ItemsOption": true,
"PhotoOption": true,
"Sequence": 7,
"ThreeWayOption": true,
"ValueOption": true
},
"Result": {
"CheckIsCompleted": true,
"ItemCode": "sample string 2",
"ItemDescription": "sample string 3",
"ItemId": "sample string 4",
"ItemQuantity": "sample string 5",
"PhotoUrl": "sample string 6",
"ResultId": 7,
"ThreeWay": "sample string 8",
"Value": "sample string 9"
}
},
{
"Definition": {
"CheckDefinitionId": 1,
"CheckDescription": "sample string 2",
"CheckListId": 3,
"CheckName": "sample string 4",
"ItemsOption": true,
"PhotoOption": true,
"Sequence": 7,
"ThreeWayOption": true,
"ValueOption": true
},
"Result": {
"CheckIsCompleted": true,
"ItemCode": "sample string 2",
"ItemDescription": "sample string 3",
"ItemId": "sample string 4",
"ItemQuantity": "sample string 5",
"PhotoUrl": "sample string 6",
"ResultId": 7,
"ThreeWay": "sample string 8",
"Value": "sample string 9"
}
}
],
"DateChecked": "2025-12-19T15:25:56.1772924+01:00",
"Employee": "sample string 2",
"OrderPlanCodeId": 3,
"PlancodeCode": "sample string 4",
"PlancodeId": 5,
"PlanOrderId": "sample string 6"
}
]