Sms Controller
post
Authorizations
Body
messagestringRequired
providerstringOptional
usernamesstring[]Required
Responses
204
No Content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
post
POST /api/sms/send HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 57
{
"message": "text",
"provider": "text",
"usernames": [
"text"
]
}
No content
get
Authorizations
Query parameters
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
GET /api/sms/filter/pages HTTP/1.1
Host: inscada.cloud
Accept: */*
{
"totalElements": 1,
"totalPages": 1,
"first": true,
"last": true,
"size": 1,
"content": [
{
"creationDate": "2025-07-05T19:02:24.732Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-07-05T19:02:24.732Z",
"id": "text",
"username": "text",
"date": "2025-07-05T19:02:24.732Z",
"from": "text",
"to": "text",
"message": "text"
}
],
"number": 1,
"sort": [
{
"direction": "text",
"nullHandling": "text",
"ascending": true,
"property": "text",
"ignoreCase": true
}
],
"numberOfElements": 1,
"pageable": {
"offset": 1,
"sort": [
{
"direction": "text",
"nullHandling": "text",
"ascending": true,
"property": "text",
"ignoreCase": true
}
],
"pageNumber": 1,
"unpaged": true,
"paged": true,
"pageSize": 1
},
"empty": true
}