get https://api.amio.io/v1/channels//contacts//messages
Response Body Params
| Parameter | Type | Description |
|---|---|---|
| id | string | Id of the message. |
| direction | string | Specifies if the message has been received or sent: received, sent. |
| sent | string | Iso 8601 Timestamp - time when the message was sent. |
| delivered | string | Iso 8601 Timestamp - time when the message was delivered. null means that it hasn't been delivered yet. |
| read | string | Iso 8601 Timestamp - time when the message was read. null means that it hasn't been read yet. |
| channel | object | Channel in which the message was sent or received. |
| contact | object | Message belongs to a contact. |
| content | object | Content of the message |
