curl --location -g --request GET 'https/omerlo.com/api/media/v1/sections/{{omerlo_root_section_id}}/contents' \
--header '{{media_header_key}}: {{omerlo_media_id}}' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"template_id": "c6d67e98-83ea-49f0-8812-e4abae2b68bc",
"title_html": "string",
"title_text": "string",
"lead_html": "string",
"lead_text": "string",
"subtitle_html": "string",
"subtitle_text": "string",
"canonical_domain": "string",
"canonical_url": "string",
"visibility": "free",
"show_published_at": true,
"published_at": "2019-08-24T14:15:22Z",
"author_ids": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"category_ids": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"visual": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"type": "image",
"url": "http://example.com",
"gravity": "center",
"credit": "string",
"caption_html": "string",
"caption_text": "string"
},
"meta": {
"locales": {
"current": "string",
"available": [
"string"
]
}
},
"updated_at": "2019-08-24T14:15:22Z"
}
],
"assocs": {
"categories": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"svg_icon": "string",
"meta": {
"locales": {
"current": "string",
"available": [
"string"
]
}
},
"updated_at": "2019-08-24T14:15:22Z"
}
],
"content_templates": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"key": "string",
"enabled_fields": [
"title_html"
],
"metadata": [
{
"key": "string",
"value": "string"
}
],
"meta": {
"locales": {
"current": "string",
"available": [
"string"
]
}
},
"updated_at": "2019-08-24T14:15:22Z"
}
],
"profile_types": [
"string"
],
"profiles": [
"string"
]
},
"meta": {
"base": "http://example.com",
"next": "http://example.com",
"previous": "http://example.com"
}
}