SMS REST Endpoints
Application/2.0/SMS
SMS API endpoints.
- Create an SMS
- Method: postPath:
/api/rest/2.0/assets/sms - Delete an SMS
- Method: deletePath:
/api/rest/2.0/assets/sms/{id} - Retrieve a list of SMS
- Method: getPath:
/api/rest/2.0/assets/sms - Retrieve an SMS
- Method: getPath:
/api/rest/2.0/assets/sms/{id} - Update an SMS
- Method: putPath:
/api/rest/2.0/assets/sms/{id}