Create Ticket Priority

NOTE: User must be logged in as admin to access this API URL: api/priority Method: POST Query Parameters : Parameter Type Possible Values Required/Optional Description name String first priority Required Priority Name priority_desc Text this is first priority Required Priority Description priority_color String #000000 Required Priority Color ispublic Integer 1,0 Required Priority visibilty is_default Integer 1,0 […]

Read More

Update Ticket Priority

NOTE: User must be logged in as admin to access this API URL : api/priority-edit/{priorityId} Method: PATCH Query Parameters : Parameter Type Possible Values Required/Optional Description name String First Priority Required Priority Name priority_desc Text This is a Description Required Priority Description priority_color String #000000 Required Priority Color ispublic Integer 1,0 Required Priority visibilty is_default Integer […]

Read More

Update Location

NOTE: User must be logged in as admin to access this API URL : api/location-update/{location} Method : POST Query Parameters : Parameter Type Possible Values Required/Optional Description title String Indiranagar Required Location Name phone Integer 1478523690 Optional Phone of the Location address Text No 68, First Floor Optional Address of the location country_id Integer 1 Optional […]

Read More

Create Location

NOTE: User must be logged in as admin to access this API URL: api/location Method: POST Query Parameters : Parameter Type Possible Values Required/Optional Description title String Indiranagar Required Location Name phone Integer 1478523690 Optional Phone of the Location address Text No 68, First Floor Optional Address of the location country_id Integer 1 Optional Select Country […]

Read More

Delete Location

NOTE: User must be logged in as admin to access this API URL: api/location/delete/{locationId} Method: DELETE Description: Delete a Location. Parameters: Parameter Type Optional/Required Description location Integer Required Location id of the Location to be deleted. Success Response : { “success”: true, “message”:”Location deletion request has been processed successfully. Location will be deleted shortly after […]

Read More

Location List

NOTE: User must be logged in as admin to access this API URL : api/location-list Method: GET Query Parameters : Parameter Type Possible Values Required/Optional Description sort-field String name Optional Field name to sort sort-order String asc, desc Optional Sorting order either ascending or descending search-query String location name Optional Keyword to be searched in Location […]

Read More

Update Label

NOTE: User must be logged in as admin to access this API URL : v3/api/label-update/{labelId} Method: PATCH Query Parameters : Parameter Type Required/Optional Description title String Required Label Name color String Required Color of the label order Integer Required Order of Label status boolean Optional Status Of Label Response: { “success”: true, “message”: “Label updated Successfully” […]

Read More

Create Label

NOTE: User must be logged in as admin to access this API URL : v3/api/label Method : POST Query Parameters : Parameter Type Possible Values Required/Optional Description title String Label One Required Label Name color String #000000 Required Color of the label order Integer 1 Required Order of Label Response: { “success”: true, “message”:”Label Saved Successfully” }

Read More

Delete Label

NOTE: User must be logged in as admin to access this API URL: v3/api/label-delete/{label} Method: DELETE Description : Delete a label. Parameters: Parameter Type Optional/Required Description label integer Required Label id of the label to be deleted. Response: { “success”: true, “message”: “Label Deleted Successfully” }

Read More

Label List

NOTE: User must be logged in as admin to access this API URL : v3/api/label-list Method : GET Query Parameters : Parameter Type Possible Values Required/Optional Description sort-field String name Optional Field name to sort sort-order String asc, desc Optional Sorting order either ascending or descending search-query String label name Optional Keyword to be searched in Label […]

Read More