Get Channels
pinpoint_get_channels | R Documentation |
Retrieves information about the history and status of each channel for an application¶
Description¶
Retrieves information about the history and status of each channel for an application.
Usage¶
Arguments¶
ApplicationId
[required] The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
Value¶
A list with the following syntax:
list(
ChannelsResponse = list(
Channels = list(
list(
ApplicationId = "string",
CreationDate = "string",
Enabled = TRUE|FALSE,
HasCredential = TRUE|FALSE,
Id = "string",
IsArchived = TRUE|FALSE,
LastModifiedBy = "string",
LastModifiedDate = "string",
Version = 123
)
)
)
)