Home > Agendize Scheduling

White label settings


Resource representation

{ "dashboardLinks": { "report": { "de": { "link": {string}, "label": {string} }, "pt": { "link": {string}, "label": {string} }, "fr": { "link": {string}, "label": {string} }, "en": { "link": {string}, "label": {string} }, "es": { "link": {string}, "label": {string} }, "nl": { "link": {string}, "label": {string} } "enabled": true, }, "tools": { "de": { "link": {string}, "label": {string} }, "pt": { "link": {string}, "label": {string} }, "fr": { "link": {string}, "label": {string} }, "en": { "link": {string}, "label": {string} }, "es": { "link": {string}, "label": {string} }, "nl": { "link": {string}, "label": {string} } "enabled": true, }, "account": { "de": { "link": {string}, "label": {string} }, "pt": { "link": {string}, "label": {string} }, "fr": { "link": {string}, "label": {string} }, "en": { "link": {string}, "label": {string} }, "es": { "link": {string}, "label": {string} }, "nl": { "link": {string}, "label": {string} } "enabled": true, }, "crm": { "de": { "link": {string}, "label": {string} }, "pt": { "link": {string}, "label": {string} }, "fr": { "link": {string}, "label": {string} }, "en": { "link": {string}, "label": {string} }, "es": { "link": {string}, "label": {string} }, "nl": { "link": {string}, "label": {string} } "enabled": true, }, "support": { "de": { "link": {string}, "label": {string} }, "pt": { "link": {string}, "label": {string} }, "fr": { "link": {string}, "label": {string} }, "en": { "link": {string}, "label": {string} }, "es": { "link": {string}, "label": {string} }, "nl": { "link": {string}, "label": {string} } "enabled": true, }, "logout": { "de": { "link": {string}, "label": {string} }, "pt": { "link": {string}, "label": {string} }, "fr": { "link": {string}, "label": {string} }, "en": { "link": {string}, "label": {string} }, "es": { "link": {string}, "label": {string} }, "nl": { "link": {string}, "label": {string} } "enabled": true, }, "privacy": { "de": { "link": {string}, "label": {string} }, "pt": { "link": {string}, "label": {string} }, "fr": { "link": {string}, "label": {string} }, "en": { "link": {string}, "label": {string} }, "es": { "link": {string}, "label": {string} }, "nl": { "link": {string}, "label": {string} } "enabled": true, }, "terms": { "de": { "link": {string}, "label": {string} }, "pt": { "link": {string}, "label": {string} }, "fr": { "link": {string}, "label": {string} }, "en": { "link": {string}, "label": {string} }, "es": { "link": {string}, "label": {string} }, "nl": { "link": {string}, "label": {string} } "enabled": true, }, "developers": { "de": { "link": {string}, "label": {string} }, "pt": { "link": {string}, "label": {string} }, "fr": { "link": {string}, "label": {string} }, "en": { "link": {string}, "label": {string} }, "es": { "link": {string}, "label": {string} }, "nl": { "link": {string}, "label": {string} } "enabled": true, }, "about": { "de": { "link": {string}, "label": {string} }, "pt": { "link": {string}, "label": {string} }, "fr": { "link": {string}, "label": {string} }, "en": { "link": {string}, "label": {string} }, "es": { "link": {string}, "label": {string} }, "nl": { "link": {string}, "label": {string} } "enabled": true, }, "contact": { "de": { "link": {string}, "label": {string} }, "pt": { "link": {string}, "label": {string} }, "fr": { "link": {string}, "label": {string} }, "en": { "link": {string}, "label": {string} }, "es": { "link": {string}, "label": {string} }, "nl": { "link": {string}, "label": {string} } "enabled": true, } }, "callTrackingInvoiceEmailAddress": {string}, "tools": { "hideAgendizeLogo": {boolean} }, "senderEmailAddress": {string}, "headerBackgroundColor": {string}, "menuBackgroundColor": {string} }
Parameter name Value Description
dashboardLinks object Link in the dashboard
dashboardLinks.report boolean Report titles and links.
dashboardLinks.report.enabled boolean Set is the link is displayed in the dashboard.
dashboardLinks.report.en string Titles and links for english language.
dashboardLinks.report.en.title string Title in english language.
dashboardLinks.report.en.ilnk string link for english language.
dashboardLinks.report.fr string Titles and links for french language.
dashboardLinks.report.fr.title string Title in french language.
dashboardLinks.report.fr.ilnk string link for french language.
dashboardLinks.report.de string Titles and links for german language.
dashboardLinks.report.de.title string Title in german language.
dashboardLinks.report.de.ilnk string link for german language.
dashboardLinks.report.es string Titles and links for spanish language.
dashboardLinks.report.es.title string Title in spanish language.
dashboardLinks.report.es.ilnk string link for spanish language.
dashboardLinks.report.pt string Titles and links for portugese language.
dashboardLinks.report.pt.title string Title in portugese language.
dashboardLinks.report.pt.ilnk string link for portugese language.
dashboardLinks.report.nl string Titles and links for dutch language.
dashboardLinks.report.nl.title string Title in dutch language.
dashboardLinks.report.nl.ilnk string link for dutch language.
headerBackgroundColor String Page header background color. Hexadecimal web color.
menuBackgroundColor String Background color for the left menu. Hexadecimal web color.

Get

Returns an entry of the company's resource list.

Authentication is required to execute this request. Please refer to Authentication for more.

Request

HTTP Request

GET https://api.agendize.com/api/2.0/resellers/settings/whiteLabel

Request body

Do not supply a request body with this method.

Response

If successful, this method returns a Settings resource in the response body.


Update

Authentication is required to execute this request. Please refer to Authentication for more.

Request

HTTP Request

PUT https://api.agendize.com/api/2.0/resellers/settings/whitelabel

Request body

In the request body, supply a list of Setting resource.

Response

If successful, this method returns a Settings resources in the response body.