{ "opencollection": "1.0.0", "info": { "name": "Zendesk Account Account Settings Ticket Skips API", "version": "1.0" }, "items": [ { "info": { "name": "Ticket Skips", "type": "folder" }, "items": [ { "info": { "name": "Zendesk Post Api V2 Skips", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/skips" }, "docs": "Record a new ticket skip for the current user.\n\n#### Allowed For\n\n* Agents\n" }, { "info": { "name": "Zendesk Get Api V2 Users User_id Skips", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/users/:user_id/skips" }, "docs": "Archived tickets are not included in the response. See\n[About archived tickets](https://support.zendesk.com/hc/en-us/articles/203657756) in\nthe Support Help Center.\n\n#### Pagination\n\n- Cursor pagination (recommended)\n- Offset pagination\n\nSee [Pagination](/api-reference/introduction/pagination/).\n\nReturns a maximum of 100 records per page.\n\n#### Allowed For\n* Agents with \"View only\" or higher reports permissions in Support.\n These permissions are distinct from Explore permissions.\n* Agents retri" } ] } ], "bundled": true }