Pages/Create a new page
POST {{portal-host-port}}/portal-api/pages
Request Body
{"AllowFormSubmission"=>false, "Path"=>"/portal/test-rest-post", "Status"=>"Published", "Template"=>"catalogue", "Title"=>"Test Rest Post"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Authorization | string |
RESPONSES
status: Created
{"AllowFormSubmission":false,"CreatedAt":"2023-08-03 12:05","ID":4,"PageTypeID":0,"Path":"/portal/test-rest-post","Status":"Published","Template":"catalogue","Title":"Test Rest Post","UpdatedAt":"2023-08-03 12:05"}