Versioning
To keep track of the past and upcomming changes, keep an eye on this page.
Version History
Version | Endpoint | Description |
---|---|---|
v2.5 | https://api.crowdmanager.io/v2 | Activity import. |
v2.4 | deprecated | Subscription Inheritance. |
v2.3 | deprecated | CampaignApp Participants and Campaign SportsMatches support. |
v2.2 | deprecated | Twitter Support. |
v2.1 | deprecated | Added Push Notifications for Stream Entries and Media support. |
v2.0 | deprecated | Improved security, JSON API specification, added functionality and full time maintenance. |
v1.0 | https://api.crowdmanager.io | The legacy public API that will be obsolete in the near future when v2.0 reached maturity. |
Release notes
Version 2.5.1
Release Date : 20.03.2023
- Feature : Endpoint for importing identities
Version 2.5.0
Release Date : 02.02.2023
- Feature : Endpoint for importing activities
Version 2.4.3
Release Date : 27.06.2018
- Improvement : Customer Profile Pushes extended with Activities
- Improvement : Pushes might be limited to be pushed only if proper Consent is given
Version 2.4.2
Release Date : 10.05.2018
- Feature: Endpoint for retrieving customer profile consents
- Improvement : Paging support for campaign related endpoints
- Improvement : Customer Profile Pushes extended with Consents
Version 2.4.1
Release Date : 15.06.2016
- Improvement : The default encoding for Push API is now UTF-8. Backwards compatibility is enabled for all existing subscriptions.
Version 2.4
Release Date : 03.03.2016
- Feature : Subscription Inheritance was added, subscriptions on the partner organization level are now inherited by all child organizations reducing maintenance
- Improvement : The SocialNetworkPerson exposes now also the Profile Picture Image URL and the SocialNetwork type.
Version 2.3.1
Release Date : 18.02.2016
- Bugfix : Push services was sending only the root stream entry for a new Facebook private message without the stream entry for the first message. Now it will push both stream entries (root and children).
- Bugfix : And API key on the child organization level is now properly accepted. Parent level organization's API key is still accepted for child organization content.
Version 2.3.0
Release Date : 18.01.2016
- Improvement : Faster syncing of stream entries with the Facebook and Twitter platform.
Version 2.2.5
Release Date : 13.10.2015
- Feature : Support added for single Stream Entry (
/streamentries/{StreamEntryId}
). - Bugfix : Internal errors when deleting Stream Entry Drafts.
- Improvement: StreamEntryId link on Stream Entry Drafts is now correctly serialized in the linked section.
Version 2.2.4
Release Date : 18.09.2015
- Bugfix : StreamEntries endpoint search returned incorrect Stream Entries when
streamEntryIdList
was specified. - Breaking Change :
/StreamEntries
query parameterstreamEntryIdList
is renamed toIdList
. - Breaking Change :
/StreamEntryDrafts
query parameterstreamEntryIdList
is renamed toIdList
.
Version 2.2.3
Release Date : 14.08.2015
- Bugfix : Missing StreamEntryDraftId on StreamEntry published using the API in certain cases has been fixed.
Version 2.2.2
Release Date : 14.07.2015
- Feature : StreamEntries now contain a direct link to the StreamEntryDraft they originate from.
- Feature : SocialNetworkPerson now includes the ExternalId allowing consumers to query social networks for details directly (e.g. for avatar icons).
- Bugfix : Requests containing a Content-Type header that includes charset are now properly handled.
Version 2.2.1
Release Date : 04.06.2015
- Improvement : Push API for StreamEntries now includes links to parent StreamEntry and SocialNetworkStream.
- Bugfix : Posting a StreamEntry with a set parent now correctly results in publishing a comment or reply as opposed to a new entry.
Version 2.2
Release Date : 24.04.2015
- Feature : Twitter support: public tweets (with optional images) and private messages can now be sent and retrieved through the Public API.
- Improvement : Stream Entries sent as part of the Push API now have additional information regarding Social Network Person details attached.
Version 2.1.1
Release Date : 26.03.2015
- Improvement : Support for Subscriptions with URLs containing query parameters.
- Bugfix : Queries for Subscription without a specified eventName now properly return an unfiltered list as opposed to an empty list.
Version 2.1
Release Date : 13.03.2015
- Feature : Push Notifications: information about changes to Stream Entry resources now available through a subscribe-publish API
- Feature : Media support: ability to attach images and videos to posts.
- Improvement : Incorrect/malformed requests now yield responses with proper status code, e.g. 415
- Improvement : Internal errors now yield responses with a specific, individual error token that can be reported.
- Improvement : IDs of StreamEntries and other resources now increment chronologically with newer entries reliably having greater numbers.
- Bugfix : Stream Entries returned now have proper, hierarchical structure (e.g. comment on comment is now child to the comment).
- Bugfix : Fixed an error where certain correct requests resulted in 406 Not Acceptable.
- Bugfix : URLs present as HREFs in responses are now consistently pointing at existing resources.
- Bufgix : Stream Entries published using the API were not retrievable immediately after publishing.
- Bugfix : Created and updated dates now properly represent dates of interaction on the social network.
- Bugfix : To-one relationships are now properly serialized as plain IDs and to-many relationships as arrays of IDs.
Version 2.0
Release Date : 18.01.2015
- Feature : Retrieving public posts, comments, comments on comments.
- Feature : Creating public posts, comments, comments on comments.
- Feature : Retrieving private messages.
- Feature : Replying to private messages.
- Feature : Scheduling posts, comments, comments on comments and messages to be published in the future.
- Breaking Change : SocialNetworkStream resource representing accounts on social networks - GET
- Breaking Change : StreamEntry resource representing existing posts, comments and messages - GET
- Breaking Change : StreamEntryDrafts resource representing posts, comments and messages that are not yet published, but are being worked on or scheduled - POST