Service requests
Lists all the serviceRequests for the specified date range
get
/service-requests
Authorizations
Query parameters
startstring · date-timerequired
The inclusive start date
endstring · date-timerequired
The exclusive end date
Responses
application/json
application/json
cURL
JavaScript
Python
HTTP
200
400
Creates a new serviceRequest generating it a unique ID
post
/service-requests
Authorizations
Body
createdRequest Date
closedCompleted Date
taskSummaryTask Summaryrequired
onSiteContactNotesOn Site Contact Notes
contactNumberContact Number
contextContext of Issuerequired
tasksWork aimed to be completed
eventsRelated Events
toolsTools needed for work
checklistCheck list before leaving site
locationAssetrequired
siteVisitWindowSite Visit Window
informationInformation needed
Responses
application/json
application/json
cURL
JavaScript
Python
HTTP
200
400
Update an existing serviceRequest
put
/service-requests/{serviceRequestId}
Authorizations
Path parameters
serviceRequestIdstringrequired
The serviceRequest ID
Body
createdRequest Date
closedCompleted Date
taskSummaryTask Summaryrequired
onSiteContactNotesOn Site Contact Notes
contactNumberContact Number
contextContext of Issuerequired
tasksWork aimed to be completed
eventsRelated Events
toolsTools needed for work
checklistCheck list before leaving site
locationAssetrequired
siteVisitWindowSite Visit Window
informationInformation needed
Responses
application/json
application/json
cURL
JavaScript
Python
HTTP
200
400