Summary
Get banner.
Description
Get banner for customization
Route
GET /customization/banner
Roles
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
This method has no parameters |
Copied to Clipboard
{
"type": "object",
"properties": {},
"required": [],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name |
Type |
Description |
result |
object |
The banner object from the database |
Copied to Clipboard
{
"result": {
"text": "sint occaecat incididunt",
"active": false,
"startTime": "2018-08-02T15:56:12.912Z",
"dismissible": true,
"allPages": false,
"_id": "5cb7b531d06cceb89fd21b1c",
"backgroundColor": "#fff",
"endTime": "2018-08-02T15:56:12.912Z",
"image": "cupidatat irure",
"messageLastUpdated": "2018-08-02T15:56:12.912Z"
}
}
Copied to Clipboard
{
"title": "result",
"type": "object",
"properties": {
"result": {
"$ref": "banner-schema"
}
}
}