Output elements for output sets. Output elements are used to retrieve data from constituent records for output.
| Http Verb | Operation | ||
|---|---|---|---|
| GET | Method: Get, URL: Reporting/QueryElements/{id} | Test | |
|
Get details of a query element by id. |
|||
| 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. |
|||
| 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. |
|||
| POST | Method: Create, URL: Reporting/QueryElements | Test | |
|
Create a new query element. |
|||
| PUT | Method: Update, URL: Reporting/QueryElements/{id} | Test | |
|
Update an existing query element. |
|||
| DELETE | Method: Delete, URL: Reporting/QueryElements/{id} | Test | |
|
Delete a query element. |
|||