GET v1/pages/{environment}/{orgId}/{appId}/validate-name?name={name}&layer={layer}
Use this method to validate the name of a page within its content context. This method returns true, if the name is valid (not empty, no white spaces) and is not been used by any other page within the app / top or nested content context.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| environment |
Environment where the org originated from. |
string |
Required |
| orgId |
Organization Id |
integer |
Required |
| appId |
Application Id |
integer |
Required |
| name |
Page name to validate against |
string |
Required |
| layer |
Optional sub level unique identifier, if the name will be validated within a nested content context. |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
