SocialMedia.getComments (Method)
Returns a list of social media comments for the specified social media post.
Returns:
SocialMedia_GetComments_Result (rowlimitedquery)
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
| id | SocialMediaPostID | Required | The ID of the social media content to clone. |
| orderBy | SQLOrderByClause | Optional. Defaults to 'Date DESC'. | The SQL 'order by' clause indicating which column is used as the returned data's sort key. |
Context:
| License Requirements | SocialMedia |
| Permission Requirements | None |
| Deny Context | (none) |
| Require Context | Authoring |
| Author Lock |
Error Codes:
| Code | Error Message |
|---|---|
| 83517 | You have insufficient permissions to perform this operation for the channel [$1]. |
Notes:
None