Get all articles (trainings)
Articles
GET articles
Endpoint
GET /api/v1/articles
Request
Route
GET /api/v1/articles
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzUzMjY2MTY1LCJleHAiOjE3NTU4NTgxNjUsImp0aSI6ImNlMjgyY2M0LTRjYTctNDk1My1hOWE3LTM1ODcxZmRmNzRlMSJ9.Uv7FjO27npOhV--Z2qxi_XRuz3-lVojrg1T0_w55Bq8
Host: example.org
Cookie:
Query Parameters
{}=
Body
{
}
Response
Simulated Response
Status
200
Headers
x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
per-page: 20
total: 3
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"5ed87b905eddadba8c18cb8c2cf7b74a"
cache-control: max-age=0, private, must-revalidate
x-request-id: 2dae2b20-d7b9-4bb7-ac6a-bb012dfdee64
x-runtime: 0.162513
content-length: 760
Body
{
"articles": [
{
"id": 3,
"completed": false,
"content": "Veniam eos repellendus. Ad voluptas quae. Delectus in totam.",
"created_at": "2025-07-23T10:22:45.356Z",
"image": {
"id": null,
"signed_id": null,
"byte_size": null,
"filename": "",
"url": null
},
"title": "Investor Specialist"
},
{
"id": 2,
"completed": false,
"content": "Ab dolores placeat. Iusto est id. Quis sed reiciendis.",
"created_at": "2025-07-23T10:22:45.351Z",
"image": {
"id": null,
"signed_id": null,
"byte_size": null,
"filename": "",
"url": null
},
"title": "District IT Consultant"
},
{
"id": 1,
"completed": true,
"content": "Dolore ut nam. Voluptates accusantium aut. Ut consequuntur ea.",
"created_at": "2025-07-23T10:22:45.331Z",
"image": {
"id": null,
"signed_id": null,
"byte_size": null,
"filename": "",
"url": null
},
"title": "Technology Executive"
}
]
}