- Subcategories:
- Theme Attributes
UI Branding Options REST Endpoints
UI Branding Options
The UI branding options resource provides a list of themes and branding options that can be used to configure student management pages.
- Create a branding row
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/brandings - Delete a branding row
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/brandings/{BrandingId} - Get a branding row
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/brandings/{BrandingId} - Get all branding rows
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/brandings - Update a branding row
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/brandings/{BrandingId}