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}