GET
/
v1
/
documentation
/
pages
/
{page_id}
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>"
  }
}

Path Parameters

page_id
string
required

A unique identifier for the page

Query Parameters

raw
boolean

Include raw response. When you want more data from the source

Response

200
application/json
data
object
required