v1
latestOpenAPI 3.1.12026-07-2410095.4 KBList Media Extended Audio Descriptions
Lists all extended audio descriptions belonging to the account. Supports pagination and sorting.
Query parameters
The page number to retrieve. This cannot be combined with cursor, pagination.
The number of medias per page. Use this for both offset pagination and cursor pagination.
If cursor[enabled] is set to 1 then cursor pagination is enabled and the first set of records are fetched up to the per_page. Cursor pagination will also be turned on if cursor[before] or cursor[after] are set. Records returned will have a cursor property set which can be used to fetch more records in the same sort_by ordering. The cursor value of the last record can be used to fetch records after the current result set and the cursor of the first record can be used to fetch records before the result set.
NOTE: a cursor value is only valid if the sort_by value hasn't changed from the last fetch. For example, you cannot fetch using sort_by id and then pass that cursor value to a sort_by name.
Filter extended audio descriptions to only those matching these hashed ids.
Field to order by. The default is id.
Direction to order by. (0 = desc, 1 = asc; default is 1)
Headers
Response
Media Extended Audio Descriptions retrieval successful