Get a paginated list of all published media content
GET /media
List all media content with available filtering
Authorizations
Parameters
Query Parameters
The team id to use for the request
Example
Filter media for a specific token or tokens as a comma list
Example
Filter by folder id or comma list of ids
Example
Filter media for video only
Example
Filter media for audio only
Example
Filter media for livestreams only
Example
Filter media by words in the title as single word or comma list
Example
Filter media by words in the description as single word or comma list
Example
object
Filter media by custom fields. You can filter with `filter[custom_fields]=hedge` to return any media which has a custom field containing the filter term. Or you can filter on specific fields by adding an extra filter for that field, `filter[custom_fields][drupal_uid]=11` Filtering on custom fields does support comma lists, but *only* on the `custom_fields` filter. Such as `filter[custom_fields]=11,303`
Example
Sort returned media by allowed fields. - title - created_at - updated_at By default sorting is ascending, for descending order prefix with a hyphen. - `sort=title` A -> Z - `sort=-title` Z -> A - `sort=created_at` Oldest first - `sort=-created_at` Newest first
Which page to return results for
Example
Internal use
Responses
200
OK
object
Shared schema for all media of any content type
object
Custom fields as key value pairs
object
object
object
object
object
object
object
object
400
Bad request
object
401
Missing or invalid Authorization Bearer token
object
404
Item is missing or not found