Retrives Private Pages

This endpoint retrieves a list of private pages from the Padma backend.

Request

  • Method: GET
  • URL: {{endpoint}}/api/padma-backend/private-pages/

Response
The response will be in JSON format with the following structure:

{
    "data": [
        {
            "id": 0,
            "documentId": "",
            "role": "",
            "title": "",
            "slug": "",
            "page_url": "",
            "createdAt": "",
            "updatedAt": "",
            "publishedAt": "",
            "locale": ""
        }
    ],
    "meta": {
        "pagination": {
            "page": 0,
            "pageSize": 0,
            "pageCount": 0,
            "total": 0
        }
    }
}

The data array contains the private page details including id, documentId, role, title, slug, page_url, createdAt, updatedAt, publishedAt, and locale. The meta object provides pagination information with page, pageSize, pageCount, and total items.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Response

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!