curl --location -g --request GET 'https/omerlo.com/api/media/v1/distributions/{{distribution_id}}/releases' \
--header 'x-omerlo-media-id: {{omerlo_media_id}}' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"issue_id": "117c70c4-891b-49ba-96f2-b7599e2af0f7",
"starts_at": "2019-08-24T14:15:22Z",
"ends_at": "2019-08-24T14:15:22Z",
"is_published": true,
"updated_at": "2019-08-24T14:15:22Z"
}
],
"assocs": {
"issues": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"issue_type_id": "fe6c4234-d611-4bbb-93df-16302a2de095",
"kind": "regular",
"name": "string",
"color": "string",
"pdf_url": "string",
"visual": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"type": "image",
"url": "http://example.com",
"gravity": "center",
"credit": "string",
"caption_html": "string",
"caption_text": "string"
},
"metadata": {},
"meta": {
"locales": {
"current": "string",
"available": [
"string"
]
}
},
"updated_at": "2019-08-24T14:15:22Z"
}
],
"issue_types": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"key": "string",
"name": "string",
"svg_icon": "string",
"meta": {
"locales": {
"current": "string",
"available": [
"string"
]
}
},
"updated_at": "2019-08-24T14:15:22Z"
}
]
},
"meta": {
"base": "http://example.com",
"next": "http://example.com",
"previous": "http://example.com"
}
}