---
title: "Listar ações de um assunto"
method: GET
path: "/crm/assuntos/{idAssunto}/acoes"
tags: ["CRM"]
---

# Listar ações de um assunto

`GET /crm/assuntos/{idAssunto}/acoes`

## Path parameters

- `idAssunto` integer, required

## Query parameters

- `idUsuario` integer
- `idUsuarioResponsavel` integer
- `dataInicial` string
- `dataFinal` string
- `acaoConcluida` boolean
- `dataConcluidaInicial` string
- `dataConcluidaFinal` string
- `tipoData` 'D' | 'Q' | 'E' | 'N'
- `limit` integer
- `offset` integer

## Response `200`

OK

- object
  - `itens` ListagemCrmAssuntoAcoesResponseModel[]
    - `id` integer, nullable
    - `descricao` string, nullable
    - `dataCriacao` string, nullable
    - `tipoData` 'D' | 'Q' | 'E' | 'N', nullable — - D - Data - Q - Quanto Antes - E - Esperar - N - Sem Data
    - `data` string, nullable
    - `idUsuario` CrmUsuarioResumoModel — 
      - `id` integer
      - `nome` string
    - `idUsuarioResponsavel` CrmUsuarioResumoModel — 
      - `id` integer
      - `nome` string
    - `acaoConcluida` boolean, nullable — Indica se a ação foi concluída
    - `dataConcluida` string, nullable
  - `paginacao` PaginatedResultModel — 
    - `limit` integer
    - `offset` integer
    - `total` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/olist/apis/olist-erp-api-v3.md) · [All operations](https://skmtc.net/olist/apis/olist-erp-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/olist/olist-erp-api-v3/revisions/c351400bb11f/schema)
