Preferences REST Endpoints
AAA/Preferences
Use for managing preferences assigned to users or user groups. Preferences typically handle default settings like theme or page size.
- Create a Preference
- Method: postPath:
/api/AAA/Preferences - Delete a Preference
- Method: deletePath:
/api/AAA/Preferences/{id} - Get a Preference by ID
- Method: getPath:
/api/AAA/Preferences/{id} - Get Preferences
- Method: getPath:
/api/AAA/Preferences - Get Preferences for Combo Boxes and Item Selectors
- Method: getPath:
/api/AAA/Preferences/readForSelect - Update a Preference
- Method: putPath:
/api/AAA/Preferences/{id}