Report Profiles REST Endpoints

Report/Report Profiles
Use for managing report profiles.
Create a Report Profile
Method: post
Path: /api/report/Profiles
Delete a Report Profile
Method: delete
Path: /api/report/Profiles/{id}
Get a Profile by ID
Method: get
Path: /api/report/Profiles/{id}
Get Report Profiles
Method: get
Path: /api/report/Profiles
Get Report Profiles for Combo Boxes and Item Selectors
Method: get
Path: /api/report/Profiles/readForSelect
Update a Report Profile
Method: put
Path: /api/report/Profiles/{id}