Theme Attributes REST Endpoints
Shared Services/Themes/Theme Attributes
The theme attributes resource is used to view, create, modify, or delete a branding theme attribute.
- Create a branding theme attribute
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorThemeDefinitions/{ThemeId}/child/Attributes - Delete a branding theme attribute
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorThemeDefinitions/{ThemeId}/child/Attributes/{AttributesUniqID} - Get a branding theme attribute
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorThemeDefinitions/{ThemeId}/child/Attributes/{AttributesUniqID} - Get all branding theme attributes
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorThemeDefinitions/{ThemeId}/child/Attributes - Update a branding theme attribute
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorThemeDefinitions/{ThemeId}/child/Attributes/{AttributesUniqID}