HighQ 5.3 API changes for social features
OVERVIEW
- Added '<email>' tag in response
Added '<email>' in the user response for the below API:
Get Conversation API : /api/8/conversations
- Introduced new API for single message info based on message Id
Introduced a new API which returns private message information based on the message Id.
Get message : /api/8/conversations/{conversationid}/messages/{messageid}
- Support pagination in 'get conversations API'
We have introduced the support of pagination to get the message conversation API.
Get message : /api/8/conversations/{conversationid}/messages
- Added '<lastsentdatetimeutc>' in response of 'Get conversation API'
Added <lastsentdatetimeutc> to the response of a private message conversation.
Get Conversations : /api/8/conversations
<height>' and '<width>' in response of Get conversation messages API
Added 2 tags in the image response of the 'Get conversation messages' API.
Get conversations : /api/4/conversations?
- Added '<following>' in Get Followers and Get Following API
Added a '<following>' status based on the logged in user, in the following two APIs
Get Follower List : /api/8/followers/{userid}/followers
Get Following List : /api/8/followers/{userid}/followings
- Introduced new API to get a list of message recipients list while send a message
Introduced a new API to retrieve the recipient list for the message area only.
Get message receipent list : /api/8/conversations/users
- Updated the existing API to return content, user and site list for recent activity filter individually
Updated the 'Get recent activity filters' API as this API will serve as a list of content/user/sites based on the flag with pagination feature.
Recent activity filters : /api/8/activities/activityfilter?queryparams={queryparams}
- Added '<readstatus>' in Get Conversations API
Added a tag to read/unread the conversation list received from the get conversation API.
Get conversations API : /api/8/conversations?searchtext={searchtext}&filter={filter}
- Added '<loggeduserlike>' in Get Activities API and comment API response
Added a flag for whether a user has or hasn't liked any activity or a comment within the below APIs:
Get Activity List : /api/8/activities
Get Single Activity : /api/8/activities/{activityid}
Get comment List : /api/8/comments
Get Single comment : /api/8/comments/{commentid}
- Changed response object in mention API to give support for the group
Introduced a new group called @mention, supported via it's API as well.
Mention API : /api/8/users/mentions{?filter parameters}
- Introduced new API to get list of sharewith for microblog
Introduced a new endpoint to give group support for the microblog share with API.
Sharewith : api/8/microblog/sharewith
Comments
0 Comments