get https://api.naoca.com/v1/press-notices
Responses
xxxxxxxxxx
curl --request GET \
--url https://api.naoca.com/v1/press-notices \
--header 'accept: application/json'
xxxxxxxxxx
40}
{
"data": [
{
"id": "766ff16e-9c7d-47e8-a1bf-cbda67c8402b",
"client_id": "c0f665fa-ff54-4493-9c01-c240954f98e7",
"publication": "Fake News Paper",
"publication_date": "2023-03-23T00:00:00.000Z",
"markup": "<div>This is some press notice text.</div>",
"media": {
"id": "cfb139fc-502f-4d1b-bc1e-92e06fd1b9a2",
"extension": "jpg",
"url": "https://assets.naoca.com.au/...",
"thumbnail": "https://assets.naoca.com.au/..."
},
"created_at": "2023-04-20T02:57:30.000Z",
"updated_at": "2023-04-20T02:57:30.000Z"
}
],
"total": 60,
"metadata": {
"request_id": "Cd-cJi3cSwMEMWg=",
"method": "GET",
"url": "https://api.naoca.com/v1/press-notices"
},
"pagination": {