{ "opencollection": "1.0.0", "info": { "name": "Zendesk Account Account Settings Activity Stream API", "version": "1.0" }, "items": [ { "info": { "name": "Activity Stream", "type": "folder" }, "items": [ { "info": { "name": "Zendesk Get Api V2 Activities", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/activities" }, "docs": "Lists ticket activities in the last 30 days affecting the agent making the request.\nAlso sideloads the following arrays of user records:\n\n- actors - All actors involved in the listed activities\n- users - All users involved in the listed activities\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\n* Agents\n" }, { "info": { "name": "Zendesk Get Api V2 Activities Activity_id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/activities/:activity_id" }, "docs": "Lists a specific activity.\n\n#### Allowed For\n\n* Agents\n" }, { "info": { "name": "Zendesk Get Api V2 Activities Count", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/activities/count" }, "docs": "Returns an approximate count of ticket activities in the last 30 days affecting the agent making the request. If the count exceeds 100,000, the count will return a cached result. This cached result will update every 24 hours.\n\nThe `count[refreshed_at]` property is a timestamp that indicates when the count was last updated.\n\n**Note**: When the count exceeds 100,000, `count[refreshed_at]` may occasionally be null.\nThis indicates that the count is being updated in the background, and `count[value]`" } ] } ], "bundled": true }