GET v1/forms/{environment}/{orgId}/validate-name?name={name}
Use this method to validate the name of a form 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 form within the organization.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| environment |
Environment where the org id was created from. |
string |
Required |
| orgId |
MaaS Org Id. |
integer |
Required |
| name |
Form name to validate against. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
