get https://{dominiodocliente}.cvcrm.com.br/api/v1/cvbot/empreendimentos//unidades
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://integracao.cvcrm.com.br/api/v1/cvbot/empreendimentos/idEmpreendimento/unidades \
--header 'accept: application/json'
xxxxxxxxxx
22[
{
"idunidade": 12345,
"nome": "001",
"area_privativa": "122.00",
"vagas_garagem": 1,
"andar": 7,
"area_comum": "33.39",
"data_inicio_agendamento": "10/02/2022",
"data_inicio_cadastro_agendamento": "10/02/2022",
"posicao": "Leste",
"tipologia": "3 suites com terraço gourmet",
"bloco": {
"idbloco": 2216,
"nome": "QUADRA A1"
},
"empreendimento": {
"idempreendimento": 3,
"nome": "9201 - Varándãs Do Garcia 9"
}
}
]