Erros

Code Description
404 Not found
422 Could not save the entity
429 Requests limit exceeded for api_token
500 Internal Server Error

Parâmentros

Nome parâmetro Descrição
api_token
requerido

Pode ser adiquirido acessando app.reev.co -> Configurações -> Integrações

Validations:

  • Must be a String

page
requerido

Validations:

  • Must be a Integer

assigned_to_id
opcional

Pesquisa as tarefas de um usuário específico

Validations:

  • Must be a Integer

start_done_date
opcional

Pesquisa as tarefas finalizadas com data superior (yyyy-mm-dd)

Validations:

  • Must be a Date

end_done_date
opcional

Pesquisa as tarefas finalizadas com data inferior (yyyy-mm-dd)

Validations:

  • Must be a Date

start_due_date
opcional

Pesquisa as tarefas a serem finalizadas com data superior (yyyy-mm-dd)

Validations:

  • Must be a Date

end_due_date
opcional

Pesquisa as tarefas a serem finalizadas com data inferior (yyyy-mm-dd)

Validations:

  • Must be a Date

kind
opcional

Pesquisa as tarefas pelo tipo (phonecall, email, linkedin, social e meeting)

Validations:

  • Must be a String

flow_id
opcional

Pesquisa as tarefas do fluxo

Validations:

  • Must be a Integer

contact_id
opcional

Pesquisa as tarefas do contato

Validations:

  • Must be a Integer

done
opcional

Pesquisa as tarefas finalizadas

Validations:

  • Must be a TrueClass

undone
opcional

Pesquisa as tarefas abertas

Validations:

  • Must be a TrueClass

status
opcional

Pesquisa as tarefas pelo status (today, overdue e future)

Validations:

  • Must be a String