Gets a limit number of comments on the activity.
URL:
http://{domain_name}/{rest_context_name}/private/{portalName}/social/activities/{activityId}/comments.{format}
Level API: Platform
Parameters:
Required (path parameters):
Parameter | Description |
---|---|
portalName | The name of the current portal. |
activityId | The Id of the target activity. |
format | The format of the returned result, for example, JSON, or XML. |
Optional (query parameters):
Parameter | Description |
---|---|
offset | The starting point of the range to get comments. It must be greater than or equal to 0. |
limit | The ending point of the range to get comments. |