Theme Attributes REST Endpoints
UI Branding Options/Theme Attributes
The theme attributes resource is a child of UI branding options resource and provides a list of attributes associated with branding student management pages.
- Create a branding attribute row
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/brandings/{BrandingId}/child/brandingAttributes - Delete a branding attribute row
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/brandings/{BrandingId}/child/brandingAttributes/{BrandingAttributeId} - Get a branding attribute row
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/brandings/{BrandingId}/child/brandingAttributes/{BrandingAttributeId} - Get all branding attribute rows
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/brandings/{BrandingId}/child/brandingAttributes - Update a branding attribute row
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/brandings/{BrandingId}/child/brandingAttributes/{BrandingAttributeId}