---
title: "Obter assunto"
method: GET
path: "/crm/assuntos/{idAssunto}"
tags: ["CRM"]
---

# Obter assunto

`GET /crm/assuntos/{idAssunto}`

## Path parameters

- `idAssunto` integer, required

## Response `200`

OK

- CrmAssuntoDetalheResponseModel — 
  - `id` integer
  - `assunto` string
  - `cliente` CrmClienteResumoModel — 
    - `id` integer
    - `nome` string, nullable
    - `codigo` string, nullable
    - `fantasia` string, nullable
    - `tipoPessoa` 'J' | 'F' | 'E' | 'X', nullable — - J - Juridica - F - Fisica - E - Estrangeiro - X - Estrangeiro No Brasil
    - `cpfCnpj` string, nullable
    - `inscricaoEstadual` string, nullable
    - `rg` string, nullable
    - `telefone` string, nullable
    - `celular` string, nullable
    - `email` string, nullable
    - `pessoaContato` CrmPessoaContatoModel — 
      - `nome` string, nullable
      - `telefone` string, nullable
      - `email` string, nullable
      - `ramal` string, nullable
      - `departamento` string, nullable
    - `endereco` EnderecoModel — 
      - `endereco` string, nullable
      - `numero` string, nullable
      - `complemento` string, nullable
      - `bairro` string, nullable
      - `municipio` string, nullable
      - `cep` string, nullable
      - `uf` string, nullable
      - `pais` string, nullable
    - `statusCrm` 'L' | 'P' | 'C' | 'I', nullable — - L - Lead - P - Prospect - C - Cliente - I - Inativo
  - `estagio` CrmAssuntoEstagioResponseModel — 
    - `id` integer, nullable
    - `descricao` string, nullable
  - `estrela` boolean
  - `arquivado` boolean
  - `data` string, nullable
  - `dataAtualizacao` string, nullable
  - `acoesRecentes` CrmAcoesListResponseModel — 
    - `limit` integer
    - `total` integer
    - `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
  - `anotacoesRecentes` CrmAnotacoesListResponseModel — 
    - `limit` integer
    - `total` integer
    - `itens` CrmAnotacaoResponseModel[]
      - `id` integer, nullable
      - `data` string, nullable
      - `anotacao` string, nullable
      - `usuario` CrmUsuarioResumoModel — 
        - `id` integer
        - `nome` string

## 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/versions/c351400bb11f/schema)
