List Fields
| connectcases_list_fields | R Documentation |
Lists all fields in a Cases domain¶
Description¶
Lists all fields in a Cases domain.
Usage¶
Arguments¶
domainId[required] The unique identifier of the Cases domain.
maxResultsThe maximum number of results to return per page.
nextTokenThe 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.
Value¶
A list with the following syntax:
list(
fields = list(
list(
fieldArn = "string",
fieldId = "string",
name = "string",
namespace = "System"|"Custom",
type = "Text"|"Number"|"Boolean"|"DateTime"|"SingleSelect"|"Url"|"User"
)
),
nextToken = "string"
)