ContentV2Content
Retrieve a list of Contents belonging to the account used to make the request
get/v2/Content
Query parameters
PageSizeinteger
How many resources to return in each list page. The default is 50, and the maximum is 1000.
Pageinteger
The page index. This value is simply for client state.
PageTokenstring
The page token. This is provided by the API.
SortByDatestring
Whether to sort by ascending or descending date updated
SortByContentNamestring
Whether to sort by ascending or descending content name
DateCreatedAfterstring date-time
Filter by >=[date-time]
DateCreatedBeforestring date-time
Filter by <=[date-time]
ContentNamestring
Filter by Regex Pattern in content name
Contentstring
Filter by Regex Pattern in template content
Languagestring[]
Filter by array of valid language(s)
ContentTypestring[]
Filter by array of contentType(s)
ChannelEligibilitystring[]
Filter by array of ChannelEligibility(s), where ChannelEligibility=<channel>:<status>
Response
OK