Messages
It is used to send/update a message or to return information about a message.
Endpoints
Type | URI | Description |
---|---|---|
GET | ./mesaje | It is used to return the messages list. |
POST | ./mesaje | It is used to send a message. |
GET | ./mesaje/mesaj | It is used to return a message. |
GET | ./mesaje/recipients | It is used to get the recepients of a message. |
PUT | ./mesaje/mesaj | It is used to update a message |
DELETE | ./mesaje/mesaj | It is used to delete a message. |