Social REST Endpoints
Social
Mark favorite conversations and documents, and collaborate with people.
- Close the specified followup.
- Method: deletePath:
/social/api/v1/followups/{followupID} - Get a filtered list of all followups.
- Method: getPath:
/social/api/v1/followups - Get a filtered list of all stars.
- Method: getPath:
/social/api/v1/stars - Get the specified followup.
- Method: getPath:
/social/api/v1/followups/{followupID} - Mark the specified followup read.
- Method: putPath:
/social/api/v1/followups/{followupID} - Star the specified object.
- Method: postPath:
/social/api/v1/stars/{starID} - Un-star the specified object.
- Method: deletePath:
/social/api/v1/stars/{starID}