Gets a page of dynamic allowed values for a form field
POST/external/rest/forms/dynamicAllowedValues
Gets a page of dynamic allowed values for the field in the form specified in the posted data. Used by the external (unauthenticated) form flow for typeahead and dropdown population.
Request
Responses
- 200
- 400
- 403
- 500
Returns a paged list of allowed values for the field.
Bad request - payload validation failed.
Forbidden.
Internal server error.