User Tools

Site Tools


api:iptv:app:branding_settings

API : IPTV : App : Branding settings

Introduction

This request is used by the iOS/Android apps and web clients to fetch the settings to use for branding.

Request

URL https://api.telecomx.dk/iptv/app/branding/settings
Method GET
Query token String Session token.

Query example

https://api.telecomx.dk/iptv/app/branding/settings?token=12345678901234567890ABCD

Response

JSON object
backgroundColor String Fallback background color used on FlexCareTV/PlayMaker 2.0 portal (HEX format)
secondaryBackgroundColor String Secondary background color for PlayMaker 2.0 (HEX format)
tertiaryBackgroundColor String Secondary background color for PlayMaker 2.0 (HEX format)
inactiveIconColor String Color used for inactive icons for PlayMaker 2.0 (HEX format)
accentColor String Accent/highlight color used on PlayMaker 2.0 (HEX format)
topTabBarColor String Background color for the top tab bar on PlayMaker 2.0 (HEX format)
bottomTabBarColor String Background color for the bottom tab bar on PlayMaker 2.0 (HEX format)
textColor String Text color used on PlayMaker 2.0 (HEX format)
secondaryTextColor String Secondary text color used for PlayMaker 2.0 (HEX format)
tertiaryTextColor String Tertiary text color used for PlayMaker 2.0 (HEX format)
logo String ID of logo
{
  "backgroundColor": "#000000#",
  "secondaryBackgroundColor": "#f3f3f3",
  "tertiaryBackgroundColor": "#ffffff",
  "textColor": "#00ddef",
  "secondaryTextColor": "#01ffe4",
  "accentColor": "#eeeefe",
  "inactiveIconColor": "#00fff3",
  "topTabBarColor": "#ffffff",
  "bottomTabBarColor": "#e3e3df",
  "logo": "1234567890ABCD1234567890"
}

Example

n/a

Errors

Error code Message Description
403 access_denied Insufficient access level
500 internal_error <Unspecified>
api/iptv/app/branding_settings.txt · Last modified: 2022/10/13 11:12 by Joakim Andersen

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki