Перейти к основному содержанию
GET
/
v1
/
website
/
articles
cURL
curl --request GET \
  --url https://api.example.com/v1/website/articles/
[
  {
    "id": 123,
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "title": "<string>",
    "order": 1073741823,
    "body": "<string>",
    "active": true,
    "outer_url": "<string>",
    "expire_date": "2023-11-07T05:31:56Z",
    "extra": "<unknown>",
    "tenant": 123
  }
]

Ответ

200 - application/json
id
integer
обязательно
created_at
string<date-time>
обязательно
updated_at
string<date-time>
обязательно
title
string
обязательно
Maximum string length: 5196
order
integer | null
Требуемый диапазон: 0 <= x <= 2147483647
body
string | null
active
boolean
outer_url
string<uri> | null
Maximum string length: 200
expire_date
string<date-time> | null
extra
any
tenant
integer