Class Index
java.lang.Object
com.ringcentral.paths.restapi.account.a2psms.messages.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()
Returns the details of an A2P SMS message by ID.list()
list
(ListA2PSMSParameters queryParams) Returns the list of outbound/inbound A2P messages sent from/to A2P phone numbers of the current account.path()
-
Field Details
-
rc
-
parent
-
messageId
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
list
Returns the list of outbound/inbound A2P messages sent from/to A2P phone numbers of the current account. The list can be filtered by message batch ID and/or phone number. HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/a2p-sms/messages Rate Limit Group: Light App Permission: A2PSMS- Throws:
RestException
IOException
-
list
- Throws:
RestException
IOException
-
get
Returns the details of an A2P SMS message by ID. HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/a2p-sms/messages/{messageId} Rate Limit Group: Light App Permission: A2PSMS- Throws:
RestException
IOException
-