get http://{{endpoint}}/api/padma-backend/private-pages/k15jtf969d3c64zclkrfgakm
This endpoint retrieves the details of a private page identified by the documentId.
Request
Path Parameters
documentId(string, required): The unique identifier of the private page.
Response
data(object): An object containing the details of the private page.id(number): The ID of the private page.
documentId(string): The unique identifier of the private page.
role(string): The role associated with the private page.
title(string): The title of the private page.
slug(string): The slug of the private page.
page_url(string): The URL of the private page.
createdAt(string): The timestamp when the private page was created.
updatedAt(string): The timestamp when the private page was last updated.
publishedAt(string): The timestamp when the private page was published.
locale(string): The locale of the private page.
meta(object): An empty object.
Example Response Body:
{
"data": {
"id": 0,
"documentId": "",
"role": "",
"title": "",
"slug": "",
"page_url": "",
"createdAt": "",
"updatedAt": "",
"publishedAt": "",
"locale": ""
},
"meta": {}
}
