Next Topic

Previous Topic

Book Contents

Get All Work Orders

Returns all WorkOrders for the given customer Id and within the scope of the sessionId

GET/system/customers/{id:decimal}/workorders

Headers

Response Codes

The table below explains each response code.

Response Code

Status

403

Required FID(s): 100050

Sample Response Model

{ 
    "TotalRecords": 1, 
    "Result": [ 
        { 
            "Id": "731722397744526", 
            "Name": "Test WO", 
            "ReferenceNumber": "WO00001", 
            "Description": "" 
        } 
    ], 
    "ResponseCode": 0, 
    "Status": "OK", 
    "Error": "None" 
}