Media Storage API
List uploaded media
Returns a list of stored media files.
get/media
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
}
}