Get creator scheduled item counts
Count scheduled platform chats, posts or streams between calendar dates in the specified timezone. These counts describe publication queues, not team shifts.
/v1/agencies/{agencyId}/creators/{creatorId}/publication-schedules/countsCount scheduled platform chats, posts or streams between calendar dates in the specified timezone. These counts describe publication queues, not team shifts.
Authorization
bearerAuth In: header
Path Parameters
1 <= lengthQuery Parameters
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$date^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$date"UTC"Value in
- "chat"
- "post"
- "stream"
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/agencies/string/creators/string/publication-schedules/counts?publishDate=2019-08-24&publishDateEnd=2019-08-24" \ -H "Authorization: Bearer YOUR_API_KEY"{ "data": { "counters": null, "syncInProcess": true, "totalPosts": 0, "totalChats": 0 }, "meta": { "requestId": "string" }}Search story stickers GET
Search Giphy stickers or GIFs available for composing a creator story, with limit and offset pagination.
List creator scheduled items GET
List a creator's scheduled platform items between calendar dates in the specified timezone. Use this for queued posts, chats and streams rather than team work schedules.