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

KeyDatatypeRequiredDescription
Acceptstring
Authorizationstring

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"}