Version 1.1.6 - 2021-01-04 [current]
- Fixed: Pagination for the
queues
endpoint now works as expected.
Version 1.1.5 - 2020-04-03
- Add
imported_date
andimported_delta
fields to Twitter conversation content objects - Replace values of
created_date
andlink
with placeholders for all inbound Twitter content items. This is required for compliance with Twitter's Data usage policies
Version 1.1.4 - 2017-01-13
API renamed from 'Core API' to 'Customer API'
Version 1.1.3 - 2016-02-02
- Remove crowds_name from /users objects
Version 1.1.2 - 2016-02-02
- Addition of two new variables to the /users objects. See users documentation for exact details
Version 1.1.1 - 2015-10-31
- Addition of platform / channel ID in side loaded content items
- Addition of
_is_by_source
to indicate whether the content was sent by the account or the social media user - Addition of
user: {}
object to content items indication which Conversocial user sent the message - Fix to properly show private messages from Facebook and other Social networks that allow it
- Addition of human readable channel name in
channel
object data on conversations and content - Addtion of human readable tag name in
tag
object data on conversations and content
This version is an upgrade to version 1.1
Version 1.1 — 2013-01-31
- Responses are wrapped in named objects, eg:
{ "users": [{...}, {...}] }
- All object identifiers are now strings
- Pagination links are available in all cases where multiple objects may be returned
- Addition of Conversations Resource
- Addition of Authors Resource
- Addition of Tags Resource
- Addition of Key-Values Store Resource
- Removal of the "reports/:id/download" endpoint