InsightContributionParams
Interface InsightContributionParam
Extends
Properties
Property | Type | Description | Inherited from |
---|---|---|---|
category_id? | string | Can be a single category id or list (comma separated) of categories ids. 0 means empty (no category). If you use a list of category ids then any contribution that matches at least one category_id will be returned (the filter is in OR and not in AND). | InsightCommonParams .category_id |
contribution_type? | DISCUSSION | POST | STATUS | The contribution type (discussion, post, status). | - |
created_at__gte? | string | Datetime of creation(greater than or equal to the given value). | InsightCommonParams .created_at__gte |
created_at__lte? | string | Datetime of creation(less than or equal to the given value). | InsightCommonParams .created_at__lte |
embed_id? | number | The embed id (required in combo with embed_type). | InsightCommonParams .embed_id |
embed_type? | string | The embed type (required in combo with embed_id). | InsightCommonParams .embed_type |
limit? | number | Number of results to return per page. | InsightCommonParams .limit |
offset? | number | The initial index from which to return the results. | InsightCommonParams .offset |
ranked_by? | number | The rank value to use: num_votes, num_comments, num_shares, num_views (default: rank function). If a list (eg: num_comments, num_answers_received) the final rank will be the sum of the list components. | InsightCommonParams .ranked_by |
user_id? | number | The user id. | - |