Skip to main content

CommentListParams

Interface Comment

Extends

Properties

PropertyTypeDescriptionInherited from
discussionnumberId of the Discussion, required if both post, status and user parameters are not set-
limit?numberNumber of results to return per page.BaseGetParams.limit
offset?numberThe initial index from which to return the results.BaseGetParams.offset
orderingstringThe field for sorting use - for order desc. Default to added_at-
parent?stringId of the parent Comment, used for retrieve nested comments-
post?numberId of the Post, required if both discussion, status and user parameters are not set-
status?numberId of the Status, required if both discussion, post and user parameters are not set-
user?SCUserTypeId of the User, required if both discussion, post and status parameters are not set-