Get required fields for a facility
Returns the required fields derived from the facility’s rental flow configuration (org-specific, or the system default when the org has none). Each field carries its isSystemRequired flag: true means it blocks lease generation, false means it is org-required only.
Headers
Api key required to authenticate your request. Please reach out to monument for a key.
"monument-2230012-2312321"
Path Parameters
Response
Array of required fields for the facility
Unique identifier of the field in the rental flow configuration.
"person-date-of-birth"
Human-readable title of the field.
"Date of Birth"
API key (dot-notation path) the field maps to.
"person.dateOfBirth"
Title of the group the field belongs to.
"Contact Information"
True when the field is system-required (blocks lease generation). False when the field is org-required only.
false
True when the field is required by the org configuration (isRequired in the rental flow configuration).
true

