SMS

SMS

Get sms messages sent report

get
Authorizations
Query parameters
allbooleanOptional

Retrieve all records without pagination

per_pageintegerOptional

Number of items per page

Default: 15
pageintegerOptional

Page number

Default: 1
searchstringOptional

Search term

from_datestring · dateOptional

Start date for filtering

till_datestring · dateOptional

End date for filtering

sender_namestringOptional

Filter by sender name

Responses
200

Successful operation

application/json
get
/api/workspaces/{workspace}/sms/messages
200

Successful operation

Get a sent message

get

Get a specific sms message by its ID

Authorizations
Path parameters
idinteger · int64Required

ID of the message to delete

Responses
200

Successful operation

application/json
get
/api/workspaces/{workspace}/sms/messages/{message}

Upload excel file

post

Upload a file to the server

Body
filefileRequired
sms_typestring · enumRequired

SMS type

Possible values:
Responses
200

Successful operation

application/json
post
/api/SmsUsers/sms/upload

Last updated