Articles

Get all articles (trainings)

GET articles

Endpoint

GET /api/v1/articles

Request

Route

GET /api/v1/articles

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzM3NTUxNTQ3LCJleHAiOjE3NDAxNDM1NDcsImp0aSI6ImIwNDBkOTRjLWVlZTAtNGM1OC1iMjMyLTY2YjQ2MTA2YTViOCJ9.ToH8UCD1wjLDA7uRMmfUboMukFklNAbFU6w_OUAu1Jg
Host: example.org
Cookie: 

Query Parameters

{}=

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/"d6fd8df768c6fe16c9fe9c1401974ea9"
cache-control: max-age=0, private, must-revalidate
x-request-id: c62f553c-7540-4868-ba15-3bea326be778
x-runtime: 0.052527
content-length: 791

Body

{
  "articles": [
    {
      "id": 3,
      "completed": false,
      "content": "Blanditiis sed minus. Vel est nam. Eos incidunt nemo.",
      "created_at": "2025-01-22T13:12:27.665Z",
      "image": {
        "id": null,
        "signed_id": null,
        "byte_size": null,
        "filename": "",
        "url": null
      },
      "title": "Forward Community-Services Manager"
    },
    {
      "id": 2,
      "completed": false,
      "content": "Aperiam doloribus est. Aut aliquam pariatur. Sit repellat reprehenderit.",
      "created_at": "2025-01-22T13:12:27.661Z",
      "image": {
        "id": null,
        "signed_id": null,
        "byte_size": null,
        "filename": "",
        "url": null
      },
      "title": "Global Healthcare Representative"
    },
    {
      "id": 1,
      "completed": true,
      "content": "Vero quos temporibus. Delectus enim sed. Architecto vel omnis.",
      "created_at": "2025-01-22T13:12:27.642Z",
      "image": {
        "id": null,
        "signed_id": null,
        "byte_size": null,
        "filename": "",
        "url": null
      },
      "title": "Legal Developer"
    }
  ]
}