Lists all of the field options for a field identifier in the domain
Source:R/connectcases_operations.R
connectcases_list_field_options.RdLists all of the field options for a field identifier in the domain.
See https://www.paws-r-sdk.com/docs/connectcases_list_field_options/ for full documentation.
Usage
connectcases_list_field_options(
domainId,
fieldId,
maxResults = NULL,
nextToken = NULL,
values = NULL
)Arguments
- domainId
[required] The unique identifier of the Cases domain.
- fieldId
[required] The unique identifier of a field.
- maxResults
The maximum number of results to return per page.
- nextToken
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.
- values
A list of
FieldOptionvalues to filter on forlist_field_options.