URL: v3/ticket/forms/ticket

Method: GET

Description: It will show ticket forms in the data table.

Response Format: JSON

Response:-

{
"success": true,
"data": {
"current_page": 1,
"data": [
{
"id": 1,
"name": "Default Ticket Form",
"category": "ticket",
"is_delete": 0,
"is_clone": 1,
"is_default": 1,
"is_active": 1,
"is_user_form": 1,
"created_at": "2024-09-19T11:17:40.000000Z",
"updated_at": "2024-09-19T11:17:40.000000Z",
"category_identifier": "ticket"
}
],
}
}
Tagged: