Retrieve a branding file

Retrieves the branding file.

Request

GET /GmaApi/ss/getBrandingFile

Example cURL request

curl -X GET 'http://hostname/GmaApi/ss/getBrandingFile?fileId=2&instanceId=182' -H 'accept: application/json,application/xml,text/html,application/atom+xml,text/xhtml' -H 'authorization: Bearer b43ac32a-9f03-435a-8045-8718c390c46c'

Resource URI

https://hostname/GmaApi/ss/getBrandingFile

Authorization header

For information about obtaining an access token, see Request an access token.

Request parameters

Table 1. Query parameters
Parameter Type Required Description
instanceId Integer Yes The Cloud Identity Service instance ID.
fileId Integer Yes The ID of the branding file. You can specify one of the following branding file IDs.
  • 2: Logo image. Header logo.
  • 3: Error icon. Header logo.
  • 4: Favorites icon. Favorites icon that is displayed in browser.
  • 5: Form elements. Check box and radio button images.
  • 7: Page background. Tiled background image for profile management.
  • 8: Data loading indicator. Data loading image.
  • 10: Preloader image. Section is loading image.
  • 11: Search field icon. Autocomplete or search enabled input field image.
  • 12: Searching icon. Search being performed image.
  • 13: Success icon. Successful operation icon.
  • 14: Pages icon. Page icons on Self Service screens.
downloadOriginal Boolean No Specify whether to download the currently used file.

Response parameters

Returns the requested file.