Get Channel Targets
List channel targets for the current suborg.
Supports the standard ListManager filters via search_fields/search_field_values. In addition to target_mode (single value), target_mode_list accepts a comma-separated list of modes (e.g. voice,sms) and matches targets whose mode is any of the listed values. Whitespace around tokens is tolerated and empty tokens are ignored. If both target_mode and target_mode_list are supplied, the two filters are combined with AND. target_mode_list is filter-only and cannot be used as order_by.
Query parameters
The page number from which to start (0-based)
The page number from which to start (0-based)
The maximum number of items to return
The maximum number of items to return
String names of fields to search. Correspond by index to search field values
String names of fields to search. Correspond by index to search field values
Values of fields to search. Correspond by index to search fields. Unless field name contains "list", an individual search field value cannot be a list
Values of fields to search. Correspond by index to search fields. Unless field name contains "list", an individual search field value cannot be a list
Subset of [[ChannelTargetProperties]] that is valid as order_by. Filter-only fields are excluded so the generated OpenAPI client does not surface them as sortable.
The field whose value should be used to order the results
The direction in which to order list results, either ascending or descending.
The direction in which to order the results
The fields to include in the response
The fields to include in the response
The start datetime for filtering results
The start datetime for filtering results
The end datetime for filtering results
The end datetime for filtering results
Response
Successful Response