CommentListParams
Interface Comment
Extends
Properties
Property | Type | Description | Inherited from |
---|---|---|---|
discussion | number | Id of the Discussion, required if both post, status and user parameters are not set | - |
limit? | number | Number of results to return per page. | BaseGetParams .limit |
offset? | number | The initial index from which to return the results. | BaseGetParams .offset |
ordering | string | The field for sorting use - for order desc. Default to added_at | - |
parent? | string | Id of the parent Comment, used for retrieve nested comments | - |
post? | number | Id of the Post, required if both discussion, status and user parameters are not set | - |
status? | number | Id of the Status, required if both discussion, post and user parameters are not set | - |
user? | SCUserType | Id of the User, required if both discussion, post and status parameters are not set | - |