Get Daily Report List

NOTE: User must be logged in as admin to access this API URL :  get/admin/daily-report Method : GET Query Parameters : Parameter Type Possible Values Required/Optional Description id integer id, null Optional Id of Daily Report, If exists. name String name, null Optional Name of Daily Report, If exists. components array values, null Optional List of Components […]

Read More

Update Daily Report

NOTE: User must be logged in as admin to access this API URL : api/admin/daily-report/createOrUpdateReport Method : POST Query Parameters :   Parameter Type Possible Values Required/Optional Description name String Optional Name of Daily Report report_id Integer id Required Daily report Id. component_ids Array Required [Daily Report Template Should Need Minimum Single Widget] It consists of […]

Read More

Create Daily Report

NOTE: User must be logged in as admin to access this API URL : api/admin/daily-report/createOrUpdateReport Method : POST Query Parameters :   Parameter Type Possible Values Required/Optional Description name String Optional Name of Daily Report report_id Integer null Optional If a daily report exists, Id should be given. component_ids Array Required [Daily Report Template Should Need […]

Read More

Get Details of Ticket Status For Edit

NOTE: User must be logged in as admin to access this API URL: api/status/edit/{status} Method: GET Description : Get Details of Ticket Status For Edit Parameters: Parameter Type Optional/Required Description status Integer Required status id of the status to be Edited. Success Response : { “success”: true, “data”: { “status”: { “id”: 17, “name”: “one updated”, […]

Read More