Get list of work orders
GET {{baseUrl}}/workorders?page=0&size=15&sort=createdDate:desc
Retrieves the list of work orders for the tenant.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | number | Any particular page number to be looked upon. | |
size | number | Number of objects in single response page. | |
sort | string | Any particular field on which response to be sorted in ascending or descending order. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"page":{"number":0,"size":1000,"totalElements":1,"totalPages":1},"workOrders":[{"assignedTo":"amet elit adipisicing tempor","description":"in","priority":"EMERGENCY","status":"CANCELLED","type":"ANNOTATION","notifyAssignee":false,"dueDate":"cillum aute nisi","source":"sit dolore nisi se","title":"in dolor officia","woHandle":"mollit ex non","createdBy":"tempor anim minim","createdDate":36093108.257214546,"eTag":"veniam sint fugiat do dolor","modifiedBy":"nisi eu minim sunt","modifiedDate":7507909.732313946,"overdue":false},{"assignedTo":"deserunt reprehenderit","description":"quis veniam fugiat","priority":"LOW","status":"CANCELLED","type":"ANNOTATION","notifyAssignee":false,"dueDate":"deserunt ea","source":"adipisicing est in ex","title":"do ullamco Excepteur deserunt","woHandle":"nostrud","createdBy":"eu reprehenderit ut","createdDate":-44444862.43956516,"eTag":"voluptate irure ex est","modifiedBy":"officia minim irure consectetur sit","modifiedDate":22446887.178447157,"overdue":false}]}