api:flexcare:videochat:getsms
Table of Contents
API : Flexcare : Videochat : Get sms
Introduction
This endpoints gets a videochat sms
Request
| URL | https://api.telecomx.dk/flexcare/videochat/sms/SMS_ID | ||
|---|---|---|---|
| Method | GET | ||
| Access level | RESELLER, ADMIN | ||
| Params | SMS_ID | Unique id of the sms to retrieve | |
Query example
https://api.telecomx.dk/flexcare/videochat/sms/12345678901234567890ABCD
| sms | Object | |
| sms._id | ObjectId | Unique id of a sms. |
| sms.customer | ObjectId | Id of the customer. |
| sms.name | String | Name of the message. |
| sms.message | String | The message to send. |
Example
{ sms: { _id: ObjectId('1234567890123457890CCCC'), customer: ObjectId('1234567890123457890CCCC'), name: 'Sundhed undersøgelse', message: 'Til at deltage i mødet tryk på linket %meeting_url%' } }
Errors
| Error code | Message | Description |
|---|---|---|
| 403 | token | Access denied |
| 404 | sms | Sms not found |
| 404 | customer | Customer not found |
| 422 | Invalid data | Data is not valid in query |
| 500 | internal_error | <Unspecified> |
api/flexcare/videochat/getsms.txt · Last modified: 2025/11/10 12:31 by Gudni Sigurdsson