URL: v3/render/form?category={ticket}&id={id}&mode=config Method: GET Description: It renders the form with config mode. Request Payload: Parameter Type Optional/Required Description category string Required Pass the category from the given lists(ticket, requester, organisation, problem, changes, releases, contract, asset, and license). id integer Optional If custom ticket form wants to render, then the custom ticket form id. Response Format: JSON Response:-
Category: Forms
Delete Custom Ticket Form
URL: v3/remove/form-category/{delete_form_id}/{move_form_id} Method: DELETE Description: It deletes the custom Ticket Form. It doesn’t support a sync queue URL Parameters: Parameter Type Optional/Required Description delete_form_id integer Required Provide the form ID that you want to delete. move_form_id integer Required Provide the form ID that you want to migrate tickets from the delete form to another form. Response Format: JSON […]
Add Custom Ticket Form
URL: v3/add/custom/form/ticket Method: POST Description: It creates the custom Ticket Form. Request Payload: Parameter Type Optional/Required Description name string Required the name should be unique. is_user_form integer Optional If it’s 1, then the form will be visible on the client panel. Response Format: JSON Response:- After creating the custom form, it will remain inactive. To activate it, use […]
Update Custom Ticket Form
URL: v3/post-name/form-category Method: POST Description: It helps to update the form name Request Payload: Parameter Type Optional/Required Description id integer Optional while updating existing form, id is used name string Required the name should be unique. Response Format: JSON Response:-
Ticket Forms
URL: v3/ticket/forms/ticket Method: GET Description: It will show ticket forms in the data table. Response Format: JSON Response:-
Forms Index Page
URL: v3/admin/manage/forms Method: GET Description: It displays the helpdesk and service desk forms Response Format: JSON Response:-