This service contains endpoints for retrieval and manipulation of brandings and branding attachments.
name | description |
---|---|
GET /brandings | Gets all brandings matching the request criteria. If no criteria given, then all brandings for the current company are returned. |
GET /brandings/{id} | Gets the branding having the given ID. |
GET /brandings/{id}/{fieldName} | Retrieves an image stored with the branding, if it exists. |