curl --request GET \
--url https://api.example.com/pages/faq \
--header 'X-API-Key: <api-key>'{
"requested_language": "<string>",
"language": "<string>",
"is_enabled": true,
"total": 123,
"items": [
{
"id": 123,
"language": "<string>",
"title": "<string>",
"content": "<string>",
"display_order": 123,
"is_active": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"content_pages": [
"<string>"
]
}
]
}Получение списка FAQ-страниц.
curl --request GET \
--url https://api.example.com/pages/faq \
--header 'X-API-Key: <api-key>'{
"requested_language": "<string>",
"language": "<string>",
"is_enabled": true,
"total": 123,
"items": [
{
"id": 123,
"language": "<string>",
"title": "<string>",
"content": "<string>",
"display_order": 123,
"is_active": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"content_pages": [
"<string>"
]
}
]
}2 - 10