cURL
curl --request GET \ --url http://localhost:8000/api/v1/documentation/pages/{page_id}
{ "data": { "id": "<string>", "parent_id": "<string>", "title": "<string>", "created_by": "<string>", "created_at": "<string>", "updated_at": "<string>", "updated_by": "<string>" } }
A unique identifier for the page
Include raw response. When you want more data from the source
The response is of type object.
object