---
title: "Listar Atividades"
method: GET
path: "/Tasks"
tags: ["Atividades"]
---

# Listar Atividades

`GET /Tasks`

Este endpoint lista todas as atividades da empresa. + Campos para inserção:

## Response `200`

Operação realizada com sucesso

- object[]
  - `id` integer
  - `leadId` integer
  - `title` string
  - `note` string
  - `dueDate` string, date-time
  - `activityTypeId` integer
  - `timeNotification` integer
  - `userEmail` string
  - `status` string
  - `closedDate` string, date-time
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `contacts` unknown[]
    - unknown
  - `sdr` object

## Other responses

- `401` — Token inválido ou ausente

---

[API](https://skmtc.net/rdstation/apis/webhook-service.md) · [All operations](https://skmtc.net/rdstation/apis/webhook-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rdstation/webhook-service/revisions/3867c21388e8/schema)
