Get Public Page by Document ID

This endpoint retrieves a public page by its document ID.

Request

  • Method: GET
  • Endpoint: {{endpoint}}/api/padma-backend/public-pages/{documentId}

Response

  • Status: 200
  • Content-Type: application/json
{
    "data": {
        "id": 0,
        "documentId": "",
        "title": "",
        "slug": "",
        "createdAt": "",
        "updatedAt": "",
        "publishedAt": ""
    },
    "meta": {}
}

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