v1

latestOpenAPI 3.0.02026-07-142213168.2 KB
Classification

Get a list of classifications

get/classifications

Query parameters

ids[]string[]

The list of IDs to filter by. Repeat this parameter for each ID you want to include in the filter. The brackets MUST be percent-encoded, per the requirements in RFC 3986 § 3.4.

page[number]integer

Select which page number to receive results for. Pages are numbered starting at 1.

page[size]integer

Indicate how many records to return per page. The maximum is 100.

type'AlternateFeedType' | 'Genre' | 'Industry' | 'Language' | 'MediaRating'

Limit the result to classifications of this type. The possible values for types depends on the privileges of the provided credential.

qstring

Limit the result to classifications with a value containing the parameter value disregarding case.

is_countrystring

If this parameter is provided and not empty, limit the result to classifications of type Geography representing countries. The credential must have at least one privilege with a network, series, or advertiser profile.

sortstring[]

Specify how to sort the result. Please refer to either the top section or the JSON:API specification on how sorting works in general.

Response

Success