Referência da APITarefas
Listar tarefas
Autorização
apiKey AutorizaçãoBearer <token>
Chave de API (gos_…)
Em: header
Parâmetros de consulta
assigneeUserId?string
open?string
Value in
- "true"
- "false"
cursor?string
limit?integer
Range
1 <= value <= 500Default
50Corpo da resposta
application/json
curl -X GET "https://example.com/tasks"{ "data": [ { "id": "string", "contactId": "string", "opportunityId": "string", "title": "string", "body": "string", "dueAt": "string", "completedAt": "string", "assigneeUserId": "string", "createdAt": "string" } ], "nextCursor": "string"}