v1
latestOpenAPI 3.1.02026-08-044330906.8 KBBusca um hotsite específico
Objeto do hotsite
get/hotsites/{hotsiteId}
Path parameters
hotsiteIdinteger required
Identificador do hotsite a ser buscado
Response
200
Example response
{
"nome": "string",
"ativo": true,
"template": "string",
"dataCriacao": "2022-06-14T11:07:54.213Z",
"dataInicio": "2022-06-14T11:07:54.213Z",
"dataFinal": "2022-06-14T11:07:54.213Z",
"url": "string",
"ordenacao": "Nenhuma",
"listaProdutos": {
"expressao": "string"
},
"seo": {
"titulo": "string",
"metas": [
{
"conteudo": "string",
"nome": "string",
"httpEquiv": "string",
"scheme": "string"
}
]
}
}