v1

latestOpenAPI 3.0.02026-07-142213168.2 KB
Series

Get a list of series

When retrieving a list of series, the result is automatically filtered depending on the privileges the used credential holds. All credentials will have access to active series with a public page enabled (on ART19). Utilizing a filter to limit the result to series associated with your account is recommended.

get/series

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.

ad_rep_account_idstring uuid

Limit the result to series with an ad deal of this Ad Ops profile.

network_idstring uuid

Limit the result to series owned by this network.

qstring

Limit the result to series with a title or slug containing this parameter in a case-insensitive way.

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