Retrieve the Service History for a specified Asset matching search criteriaThis REST API must return a collection of zero or more Work Order Objects, based on the specified Asset Service History Request Object. URL Panel |
---|
borderColor | grey |
---|
bgColor | whitesmoke |
---|
borderStyle | solid |
---|
| POST <REST Endpoint URI>?start=${start}&limit=${limit}
|
HTTP Request BodyThe HTTP request body must contain a valid Asset Service History Request Object. HTTP ResponseResponse CodesHTTP Code | Description |
---|
200 | OK. | 401 | Invalid Logon. | 500 | Server error. An error occurred while processing the request. The HTTP response body should have more details as to the possible cause. |
On success, an HTTP response code of 200 must be returned, and the response body must contain a valid response body that is the same as would be returned from the Assets Service History REST API. ServiceMobility will return the response code (and response body, if present) as the response to the initiating Assets Service History REST API call. |