Lists all of the field options for a field identifier in the domain.
post/domains/{domainId}/fields/{fieldId}/options-list
Path parameters
domainIdstring required
The unique identifier of the Cases domain.
fieldIdstring required
The unique identifier of a field.
Query parameters
maxResultsinteger
The maximum number of results to return per page.
nextTokenstring
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
valuesValue[]
A list of <code>FieldOption</code> values to filter on for <code>ListFieldOptions</code>.
Response
Success