Categories
This api is used to categories with WorkorderApp. Each category record can contain the following data:
cat_code
Category code
Y
Varchar (255)
cat_cat_code
Parent category code part
N
Varchar (255)
cat_name
Category name
Y
Varchar (255)
cat_image
Url of the image. POST: An external url should be provided. GET: You will receive a workorderapp url.
N
Varchar (255)
cat_display
Indication if the category should be displayed
Y
Int (10)
{{client_token}}{{software_token}}Response_200
No content
GET /categories/ HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
Response_200
No content
This api is used to categories with WorkorderApp. Each category record can contain the following data:
cat_code
Category code
Y
Varchar (255)
cat_cat_code
Parent category code part
N
Varchar (255)
cat_name
Category name
Y
Varchar (255)
cat_image
Url of the image. POST: An external url should be provided. GET: You will receive a workorderapp url.
N
Varchar (255)
cat_display
Indication if the category should be displayed
Y
Int (10)
{{client_token}}{{software_token}}Response_200
No content
POST /categories/ HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
Response_200
No content
This api is used to fetch category based on a filter. Filters can be given by adding a key and values array to the URL. Adding a single filter: &key=key1&value=value1 Adding multiple filters: &key[]=key1&value[]=value1&key[]=key2&value[]=value2
{{client_token}}{{software_token}}["key"]["value"]:token:software_token:key:valueResponse_200
No content
GET /openapi/8/category/ HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
Response_200
No content
Last updated
Was this helpful?
