Lists all published news articles.
Lists all published news articles.
The field to sort by
Value in
Page number
1 <= value1Number of items per page
1 <= value <= 10010Sort direction
Value in
application/json
curl -X GET "https://example.com/news"{ "meta": { "total": 0, "perPage": 0, "currentPage": 0, "lastPage": 0 }, "data": [ { "id": "string", "slug": "string", "title": "string", "content": "string", "excerpt": "string", "imagePath": "string", "source": "string", "externalUrl": "string", "publishedAt": "string", "createdAt": "string", "updatedAt": "string" } ]}