The current swagger documentation is not listing the possible parameteres that can be used when getting a list of orders from handyman.
The parameteres is useful for getting only the relevant orders for your integration.
Parameter | Value | Comment |
LastChanged |
Date time. 2022-11-29T12:59:33.09 2022-11-29 |
Gets orders changed fater specified date/time.
Standard web date format supporting milliseconds Time part can be omitted |
ExternalId |
String Your order id |
Get order with your systems order id. |
Status |
Int All = 0,
Active = 1,
Completed = 2
|
Completed here means Historical in the Handyman Office UI |
IncludeSignatures | Boolean | Include signature image binaries. |
InstallationId |
String Id of equipment/site |
Get all orders connected to this site/equipment. |
PageSize | Integer |
Paging support. Number of records to return. |
StartIndex | Integer |
Paging support. Antall poster som skal hoppes over. Bruk i kombinasjon med sidestørrelse for påfølgende lesinger. |
Example:
Get 3 first order changed after specified date
localhost:8080/api/orders?LastChanged=2022-06-03T10:57:07.09&PageSize=3