Query Elements

Output elements for output sets. Output elements are used to retrieve data from constituent records for output.

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

Get details of a query element by id.

GetAll Reporting/QueryElements?groupIds={groupIds}&activeOnly={activeOnly} Get a list of query elements optionally filtered by one or more GroupIds or if they're active only.
GET Method: GetAll, URL: Reporting/QueryElements?groupIds={groupIds}&activeOnly={activeOnly} Test

Get a list of query elements optionally filtered by one or more GroupIds or if they're active only.

GetSummaries Reporting/QueryElements/Summary?groupIds={groupIds}&activeOnly={activeOnly} Get a list of query elements in summary optionally filtered by one or more GroupIds or if they're active only.
GET Method: GetSummaries, URL: Reporting/QueryElements/Summary?groupIds={groupIds}&activeOnly={activeOnly} Test

Get a list of query elements in summary optionally filtered by one or more GroupIds or if they're active only.

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

Create a new query element.

Update Reporting/QueryElements/{id} Update an existing query element.
PUT Method: Update, URL: Reporting/QueryElements/{id} Test

Update an existing query element.

Delete Reporting/QueryElements/{id} Delete a query element.
DELETE Method: Delete, URL: Reporting/QueryElements/{id} Test

Delete a query element.