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.eyJzdWIiOiIxIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYzNjI2MzU4LCJleHAiOjE3NjYyMTgzNTgsImp0aSI6ImNmZWU1ZDNlLTdjYzUtNGIwYy1hM2YxLTNlZDdjNDBhYmIwNyJ9.4_wnJ5Tvoaq9dtiO6RkO4lk8ll5F4Qcp7xqQs8Blcsc
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/"57666b91197025bdf813bc70eb114046"
cache-control: max-age=0, private, must-revalidate
x-request-id: 94a21846-153c-4f00-b160-133d1eed6c37
x-runtime: 0.140721
content-length: 802
Body
{
"articles": [
{
"id": 3,
"completed": false,
"content": "Voluptatem beatae delectus. Veritatis excepturi ullam. Dolor dolores tempora.",
"created_at": "2025-11-20T08:12:38.002Z",
"image": {
"id": null,
"signed_id": null,
"byte_size": null,
"filename": "",
"url": null
},
"title": "Direct Facilitator"
},
{
"id": 2,
"completed": false,
"content": "Et placeat sapiente. Provident tenetur et. Recusandae molestiae sed.",
"created_at": "2025-11-20T08:12:37.998Z",
"image": {
"id": null,
"signed_id": null,
"byte_size": null,
"filename": "",
"url": null
},
"title": "Design Coordinator"
},
{
"id": 1,
"completed": true,
"content": "Similique soluta non. Exercitationem est voluptatum. Ut velit eum.",
"created_at": "2025-11-20T08:12:37.986Z",
"image": {
"id": null,
"signed_id": null,
"byte_size": null,
"filename": "",
"url": null
},
"title": "Central Administration Developer"
}
]
}