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: post
Path: /api/AAA/Preferences
Delete a Preference
Method: delete
Path: /api/AAA/Preferences/{id}
Get a Preference by ID
Method: get
Path: /api/AAA/Preferences/{id}
Get Preferences
Method: get
Path: /api/AAA/Preferences
Get Preferences for Combo Boxes and Item Selectors
Method: get
Path: /api/AAA/Preferences/readForSelect
Update a Preference
Method: put
Path: /api/AAA/Preferences/{id}