[This is preliminary documentation and is subject to change.]

This method returns an object with the branding colour value that has been configured in Q-Pulse and indication of whether a custom branding image has been added

Namespace: QPulseWebServices.Contracts.Service
Assembly: QPulseWebServices.Contracts (in QPulseWebServices.Contracts.dll) Version: 2.100.591.48

Syntax

C#
CustomBrandingInfo GetCustomBrandingInfo(
	string token
)

Parameters

token
Type: System..::..String
The authentication token

Return Value

Object containing back colour and whether image exists

Remarks

REST Availability: Supports HTTP POST

See Also