Documentation Index
Fetch the complete documentation index at: https://learninghub.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
To learn more, visit the Devo documentation.
Basic Parameters
| Parameter | Description |
|---|---|
| From | The start date. |
| Query | This is the query that you want to run, expressed in LINQ.To find the query's LINQ script in the Devo app, open the query in the Data search area, then choose Query code editor from the toolbar. |
| Query ID | This is the ID of the query that you want to run.To find the query ID, open the query in the Data search area, then open the search window menu and select Current query → Get ID. |
| Query Identifier | Select a method for running the query. |
| Query Priority | Set the query priority. |
| To | The end date. |
Advanced Parameters
| Parameter | Description |
|---|---|
| Limit | Maximum number of elements returned in the response. |
| Offset | Position of the first element in the returned list. You will retrieve a subset of records starting with the offset value. |
| Progress Info | Select if you want to get progress info about the requested query. |