Class Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
rc
-
parent
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
get
Returns a list of account-level SMS consent records for opted-out and/or opted-in phone numbers in CSV format. The following columns will be included in the resulted CSV file:| Column name | Data type | Description | |-----------------------|-----------|------------------------------------------------------------------| | External Party Number | string | Sender's number in E.164 format | | Internal Party Number | string | Recipient's number in E.164 format | | Consent Status | string | Consent status, either "OptOut" or "OptIn" | | Source | string | Source of the consent record | | Coverage | string | Coverage of this consent record (Account is returned as Company) | | Campaign Type | string | Campaign type for this consent record | | Notes | string | Notes and comments regarding this consent record | | Last Modified Time | string | Last Modified Time in ISO 8601 format |
HTTP Method: get Endpoint: /restapi/v2/accounts/{accountId}/sms/consents/export Rate Limit Group: Light App Permission: SMS
- Throws:
RestExceptionIOException
-