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.eyJzdWIiOiIxIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYwOTUwNDI5LCJleHAiOjE3NjM1NDI0MjksImp0aSI6IjA5Y2ZiZmEyLWU0NzgtNGY2ZS05ZDlhLTIyYzVkNmZhNWRiNiJ9.Wsq0F5y2EdoY1rHHhOqHf2MzNbAaYCOBWxmy0ZhsLdQ
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/"0b9662d613b13bbeb065e46716494cfb"
cache-control: max-age=0, private, must-revalidate
x-request-id: 9805e52a-1a59-4c3c-929d-0dc2518b05b8
x-runtime: 0.090901
content-length: 767
Body
{
"articles": [
{
"id": 3,
"completed": false,
"content": "Iusto et quasi. Quibusdam molestiae nihil. Magni non dignissimos.",
"created_at": "2025-10-20T08:53:48.955Z",
"image": {
"id": null,
"signed_id": null,
"byte_size": null,
"filename": "",
"url": null
},
"title": "Legacy Facilitator"
},
{
"id": 2,
"completed": false,
"content": "Dolore quod nisi. Dolor perferendis tempore. Nam blanditiis sed.",
"created_at": "2025-10-20T08:53:48.952Z",
"image": {
"id": null,
"signed_id": null,
"byte_size": null,
"filename": "",
"url": null
},
"title": "Technology Liaison"
},
{
"id": 1,
"completed": true,
"content": "Voluptas minima quod. Voluptatibus qui atque. Praesentium iste et.",
"created_at": "2025-10-20T08:53:48.941Z",
"image": {
"id": null,
"signed_id": null,
"byte_size": null,
"filename": "",
"url": null
},
"title": "IT Specialist"
}
]
}