Input object
ItemSortingInput
Configuration for sorting returned items.
Fields
Object, input and enum types open in place — use + to reveal their fields. A type that is already open above the row stops at a ↻ circular marker, and anything nested past the depth limit links out to its own page instead.
- sortKey ItemSortKey! required
- Which field to sort items by.
- ACCOUNT_NAME
- Sort by creator account name.
- COMMENT_COUNT
- Sort by total number of comments.
- EARNED_MEDIA_VALUE
- Sort by earned media value (EMV).
- EXPONENTIAL_VIRALITY
- Sort by exponential virality score.
- FOLLOWERS_COUNT
- Sort by number of followers on the posting account.
- LIKE_COUNT
- Sort by total number of likes.
- LINEAR_VIRALITY
- Sort by linear virality score.
- MERGED_VIEW_PLAY_COUNT
- Sort by the combined view/play count across platforms.
- SHARE_COUNT
- Sort by number of shares.
- TAKEN_AT
- Sort by when the content was originally posted on the social platform.
- sortOrder SortOrder! required
- Whether to sort ascending (ASC) or descending (DESC).
- ASC
- Sort in ascending order (for example oldest date or smallest number first).
- DESC
- Sort in descending order (for example newest date or largest number first).