curl --location -g --request GET 'https://prod.your-api-server.com/api/magazines/v2/sections/{{magazine_section_id}}/blocks' \
--header 'x-api-key: <api-key>'{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"configuration_id": "af0daaf4-983e-4703-a7ed-a10f146d6684",
"text_color": "#ccaeee",
"background_color": "#ccaeee",
"background_svg": "string",
"locked?": false,
"locales": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"locale": "en",
"name": "string",
"description": "string",
"visual": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"type": "none",
"image": null,
"video": null,
"slideshow": null
},
"deleted_at": "2019-08-24T14:15:22Z"
}
],
"inserted_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
]
}