CNPJ API
ReferenceC N O

Listar áreas da obra

A credencial fica somente na memória desta página.
GET/v1/cnos/{cno}/areas

Autenticação

APIKeyHeader
X-API-Key<token>

Chave pública fornecida ao cliente

In: header

Parâmetros de caminho

cno*Cno
Match^\d{12}$

Parâmetros de consulta

limite?Limite
Range1 <= value <= 100
Default20
offset?Offset
Range0 <= value
Default0

Corpo da resposta

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/cnos/123456789012/areas"
{  "fonte": {    "status": "string",    "versao": "string"  },  "itens": [    {      "categoria_raw": "string",      "cno": "string",      "destinacao_raw": "string",      "metragem": "string",      "tipo_area_complementar_raw": "string",      "tipo_area_raw": "string",      "tipo_obra_raw": "string"    }  ],  "paginacao": {    "limite": 1,    "offset": 0,    "total": 0  }}
{  "detail": "string"}
{  "detail": "string"}
{  "detail": [    {      "ctx": {},      "input": null,      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}
{  "detail": "string"}
{  "detail": "string"}