GET /api_v2/messages
List Messages
Returns a list of Messages, optionally paginated. Note: the maximum number returned per page in any case is 50.
Formatos soportados
jsonErrores
| Code | Description |
|---|---|
| 401 | Unauthorized |
Ejemplos
curl -v -d "token=HdgXqxYWd5tTdyabzfzo" http://api.wonolo.com/api_v2/messages
curl -v -d "token=HdgXqxYWd5tTdyabzfzo" http://api.wonolo.com/api_v2/messages?page=10&per=25
Parámetros
| Nombre del parámetro | Descripción |
|---|---|
|
token
requerido |
Token obtained from /authorize Validations:
|
|
page
opcional |
The page number to start from Validations:
|
|
per
opcional |
The size of the page Validations:
|
|
job_id
opcional |
Filter Messages by Job Validations:
|
|
sender_id
opcional |
Filter Messages by Sender (User ID) Validations:
|
|
receiver_id
opcional |
Filter Messages by Receiver (User ID) Validations:
|