Priorities
This api is used to sync priorities with WorkorderApp. Each priority record can contain the following data:
code
Unique code
Y
Varchar (255)
description
Description of the priority. The employee can edit this when added to a work order.
Y
Varchar (255)
app_enabled
Indication if the priority should be visible in the app
N
Integer (11)
{{client_token}}{{software_token}}Response_200
No content
GET /priorities/ HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
Response_200
No content
This api is used to sync priorities with WorkorderApp. Each priority record can contain the following data:
code
Unique code
Y
Varchar (255)
description
Description of the priority. The employee can edit this when added to a work order.
Y
Varchar (255)
app_enabled
Indication if the priority should be visible in the app
N
Integer (11)
{{client_token}}{{software_token}}Response_200
No content
POST /priorities/ HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
Response_200
No content
Last updated
Was this helpful?
