GET/v1/secure-messages/threadsList Threads
Parámetros
| Nombre | En | Tipo | Obl. |
|---|
tenant_id | query | string o nulo | No |
Respuestas
| Código | Descripción | Devuelve |
|---|
| 200 | Respuesta correcta | ThreadListOut |
| 422 | Error de validación | HTTPValidationError |
POST/v1/secure-messages/threads/{thread_id}/messagesSend Message
Parámetros
| Nombre | En | Tipo | Obl. |
|---|
thread_id | path | string | Sí |
tenant_id | query | string o nulo | No |
Cuerpo obligatorio SendMessageIn
| Campo | Tipo | Obl. |
|---|
body | string | Sí |
attachments | lista de AttachmentIn | No |
Respuestas
| Código | Descripción | Devuelve |
|---|
| 201 | Respuesta correcta | MessageOut |
| 422 | Error de validación | HTTPValidationError |
POST/v1/secure-messages/threads/{thread_id}/readMark Thread Read
Parámetros
| Nombre | En | Tipo | Obl. |
|---|
thread_id | path | string | Sí |
tenant_id | query | string o nulo | No |
Respuestas
| Código | Descripción | Devuelve |
|---|
| 200 | Respuesta correcta | ThreadOut |
| 422 | Error de validación | HTTPValidationError |