get http://{{endpoint}}/api/padma-backend/public-pages/2
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": {}
}