{ "opencollection": "1.0.0", "info": { "name": "Zendesk Account Account Settings Ticket Form Statuses API", "version": "1.0" }, "items": [ { "info": { "name": "Ticket Form Statuses", "type": "folder" }, "items": [ { "info": { "name": "Zendesk Post Api V2 Custom_statuses Custom_status_id Ticket_form_statuses", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/custom_statuses/:custom_status_id/ticket_form_statuses", "body": { "type": "json", "data": "{}" } }, "docs": "Creates one or many tickets form status associations for a custom status.\n\n#### Allowed For\n\n* Admins\n" }, { "info": { "name": "Zendesk Get Api V2 Ticket_form_statuses", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/ticket_form_statuses" }, "docs": "Fetches all of the ticket form statuses for the account.\n\n#### Allowed For\n\n* Admins\n* Agents\n" }, { "info": { "name": "Zendesk Get Api V2 Ticket_form_statuses Show_many", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/ticket_form_statuses/show_many", "params": [ { "name": "ids", "value": "abc,def,ghi", "type": "query", "description": "Ticket form status ids to retrieve records for" } ] }, "docs": "Fetches all of the ticket form statuses specified by a comma separated list of ids.\n#### Allowed For\n* Admins\n* Agents\n" }, { "info": { "name": "Zendesk Get Api V2 Ticket_forms Ticket_form_id Ticket_form_statuses", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/ticket_forms/:ticket_form_id/ticket_form_statuses" }, "docs": "Fetches all of the associated ticket form statuses of a ticket form.\n\n#### Allowed For\n\n* Admins\n* Agents\n" }, { "info": { "name": "Zendesk Post Api V2 Ticket_forms Ticket_form_id Ticket_form_statuses", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/ticket_forms/:ticket_form_id/ticket_form_statuses", "body": { "type": "json", "data": "{}" } }, "docs": "Creates one or many ticket form status associations\n\n#### Allowed For\n\n* Admins\n" }, { "info": { "name": "Zendesk Put Api V2 Ticket_forms Ticket_form_id Ticket_form_statuses", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v2/ticket_forms/:ticket_form_id/ticket_form_statuses", "body": { "type": "json", "data": "{}" } }, "docs": "Updates or deletes ticket form status associations. This is a bulk operation that can both add and remove ticket form status associations for a form in one call.\n\n#### Allowed For\n\n* Admins\n" }, { "info": { "name": "Zendesk Delete Api V2 Ticket_forms Ticket_form_id Ticket_form_statuses", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v2/ticket_forms/:ticket_form_id/ticket_form_statuses", "body": { "type": "json", "data": "{}" } }, "docs": "Deletes all of of the ticket form statuses by id.\n\n#### Allowed For\n\n* Admins\n* Agents\n" }, { "info": { "name": "Zendesk Put Api V2 Ticket_forms Ticket_form_id Ticket_form_statuses Ticket_form_status_id", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v2/ticket_forms/:ticket_form_id/ticket_form_statuses/:ticket_form_status_id", "body": { "type": "json", "data": "{}" } }, "docs": "Updates or deletes ticket form status association by id.\n\n#### Allowed For\n\n* Admins\n" }, { "info": { "name": "Zendesk Delete Api V2 Ticket_forms Ticket_form_id Ticket_form_statuses Ticket_form_status_id", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v2/ticket_forms/:ticket_form_id/ticket_form_statuses/:ticket_form_status_id" }, "docs": "Deletes a ticket form status by id.\n\n#### Allowed For\n\n* Admins\n" } ] } ], "bundled": true }