GET
curl -i -X GET \
'https://acc-trading.etpa.nl/public-api/1.0/platform-status/announcement/{id}' \
-H 'api_key: YOUR_API_KEY_HERE'Response
[ { "id": "string", "message": "string", "created": "2019-08-24T14:15:22Z", "start": "2019-08-24T14:15:22Z", "end": "2019-08-24T14:15:22Z", "active": true, "startDownTime": "2019-08-24T14:15:22Z", "endDownTime": "2019-08-24T14:15:22Z" } ]