Growth OS API

Listar tarefas

GET
/tasks
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
Range1 <= value <= 500
Default50

Corpo 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"}