Query Element Groups

Output element groups are used to define the data source (i.e. table or view) for output elements and group the elements for the application of output filters.

Http Verb Operation
Get Reporting/QueryElementGroups/{queryElementGroupId} Get the details of a query element group by id.
GET Method: Get, URL: Reporting/QueryElementGroups/{queryElementGroupId} Test

Get the details of a query element group by id.

GetAll Reporting/QueryElementGroups Get all query element groups.
GET Method: GetAll, URL: Reporting/QueryElementGroups Test

Get all query element groups.

Create Reporting/QueryElementGroups Create a new query element group.
POST Method: Create, URL: Reporting/QueryElementGroups Test

Create a new query element group.

Update Reporting/QueryElementGroups/{queryElementGroupId} Update an existing query element group.
PUT Method: Update, URL: Reporting/QueryElementGroups/{queryElementGroupId} Test

Update an existing query element group.

Delete Reporting/QueryElementGroups/{queryElementGroupId} Delete a query element group.
DELETE Method: Delete, URL: Reporting/QueryElementGroups/{queryElementGroupId} Test

Delete a query element group.