Pular para o conteúdo

Retorna um banner

GET
/api/v2/banners/{id}

Retorna os dados de um banner

id
required
string

Quando um banner é encontrado

Banner

Modelo que representa um banner na API

object
big_thumb
required
string
color
required
string
description
required
string
nullable
end_at
required
string format: date-time
nullable
external
required
boolean
file_name
required
string
file_uid
required
string
html_description
required
string
nullable
id
required
integer
norder
required
integer
nullable
plain_description
required
string
nullable
small_thumb
required
string
start_at
required
string format: date-time
subtitle
required
string
nullable
tag
required
string
title
required
string
updated_at
required
string format: date-time
url
required
string format: uri
nullable
Examples
{
"big_thumb": "//b3.vnda.com.br/200x/demo%2F2019%2F02%2F25%2F19_49_32_754_home1b.jpg",
"color": "",
"description": "[COLEÇAO LA MEDINAi](https://exemplo.com/ovos-mexidos.pdf)",
"end_at": "2019-12-01T08:50:00.000-03:00",
"external": false,
"file_name": "demo%2F2019%2F02%2F25%2F19_49_32_754_home1b.jpg",
"file_uid": "demo%2F2019%2F02%2F25%2F19_49_32_754_home1b.jpg",
"html_description": "<p><a href=\"https://exemplo.com/ovos-mexidos.pdf\">COLEÇAO LA MEDINAi</a></p>\n",
"id": 2,
"norder": null,
"plain_description": "COLEÇAO LA MEDINAi (https://exemplo.com/ovos-mexidos.pdf)",
"small_thumb": "//b3.vnda.com.br/26x26/demo%2F2019%2F02%2F25%2F19_49_32_754_home1b.jpg",
"start_at": "2018-12-13T00:00:00.000-02:00",
"subtitle": null,
"tag": "fullbanner",
"title": "Fullbanner 2",
"updated_at": "2021-01-11T17:14:48.999-03:00",
"url": null
}

Quando o registro não é encontrado

object
error
required
string
Examples
{
"error": "not found"
}
X-Request-Id
string

Id da requisição