List uploaded media
Returns a list of the media files stored on your account, with support for filtering.
Query parameters
Consolidated filter parameter (deepObject style). Originally: filter[content_type][]
{
"content_type": [
"application_xml"
]
}Response
A response with a list of media resources
Example response
{
"data": [
{
"content_type": "application/xml",
"created_at": "2019-01-23T18:10:02.574Z",
"expires_at": "2020-01-23T18:10:02.574Z",
"media_name": "f5586561-8ff0-4291-a0ac-84fe544797bd",
"updated_at": "2019-01-23T18:10:02.574Z"
}
],
"meta": {
"page_number": 2,
"page_size": 25,
"total_pages": 3,
"total_results": 55
}
}Changes
Changed in 2 of the 61 revisions of this API.4
- ▲
the
errors/items/coderesponse's property type/format changed frominteger/int32tostring/for status401response-property-type-changed
- ▲
the
errors/items/coderesponse's property type/format changed frominteger/int32tostring/for statusdefaultresponse-property-type-changed
This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
errors/items/coderesponse's property type/format changed fromstring/tointeger/int32for status401response-property-type-changed
- ▲
the
errors/items/coderesponse's property type/format changed fromstring/tointeger/int32for statusdefaultresponse-property-type-changed
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲