Activate Queue

URL: v3/api/queue/{queueId}/activate Method: POST Description : Activate a Queue. Content-Type : application/JSON Permission to: Admin Only Keep In Mind: Please Provide an Authorization token in the Header to access Parameters in URL: Parameter Type Optional/Required Description queueId integer Required queue id of the queue to be activated. Success Response : { “success”: true, “message”:”Sync Activated successfully” […]

Read More

Update Queue

URL : v3/api/queue/{queueId} Method : POST Content-Type : application/JSON Permission to: Admin Only Keep In Mind: Please Provide an Authorization token in the Header to access Query Parameters: Query parameters differs for every queue Note – We Do not need any configuration for Database And Sync Queue For other queues, input fields are given below […]

Read More

Get Queue List

URL : api/queue-list Method : GET Content-Type : application/JSON Permission to: Admin Only Keep In Mind: Please Provide an Authorization token in the Header to access Parameters In Params – NA Success Response: { “success”: true, “data”: { “current_page”: 1, “first_page_url”: “http://localhost/faveo_sd/faveo-helpdesk-advance/public/api/queue-list?page=1”, “from”: 1, “last_page”: 1, “last_page_url”: “http://localhost/faveo_sd/faveo-helpdesk-advance/public/api/queue-list?page=1”, “next_page_url”: null, “path”: “http://localhost/faveo_sd/faveo-helpdesk-advance/public/api/queue-list”, “per_page”: 10, “prev_page_url”: null, […]

Read More

Get Queue Details

URL: api/queue/get-form/{queueId} Method: GET Content-Type : application/JSON Permission to: Admin Only Keep In Mind: Please Provide an Authorization token in the Header to access Description: Get Queue Details. Parameters: Parameter Type Optional/Required Description queueId integer Required queue id of the queue to be fetched. Success Response : { “success”: true, “data”: { “formDetails”: [ { […]

Read More