Returns the WorkOrderItems associated with the customer/workorder and within the scope of the sessionId.
GET /system/customers/{id:decimal}/workorders/{id:decimal}/workorderitems
Headers
Response Codes
The table below explains each response code.
Response Code |
Status |
403 |
Required FID(s): 100050 |
Sample Response Model
{
"TotalRecords": 2,
"Result": [
{
"Id": "278468544817748",
"Name": "test 234234",
"WorkOrderId": "731722397744526"
},
{
"Id": "899804964894337",
"Name": "test",
"WorkOrderId": "731722397744526"
}
],
"ResponseCode": 200,
"Status": "OK",
"Error": "None"
}