Get a paginated list of all published media content
GET /media
List all media content with available filtering
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”The team id to use for the request
Example
1Filter media for a specific token or tokens as a comma list
Example
fa9ef782-4e41-428f-8add-8440878790ec,956916a0-443d-474a-a421-5240fdc91fc5Filter by folder id or comma list of ids
Example
2,4Filter media for video only
Example
trueFilter media for audio only
Example
trueFilter media for livestreams only
Example
trueFilter media by words in the title as single word or comma list
Example
fund,asset rangeFilter media by words in the description as single word or comma list
Example
zero target,allocation approachFilter 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
hedge,fundobject
Example
funds,assetSort returned media by allowed fields.
- title
- created_at
- updated_at
By default sorting is ascending, for descending order prefix with a hyphen.
sort=titleA -> Zsort=-titleZ -> Asort=created_atOldest firstsort=-created_atNewest first
Which page to return results for
Example
4Internal use
Responses
Section titled “ Responses ”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
Bad request
object
Missing or invalid Authorization Bearer token
object
Item is missing or not found