Retrieve the available query parameters and field definitions for a metric.
Success
Not found
Internal Server Error
{- "metricPath": "IR/Billing/Items",
- "parameterDefs": [
- {
- "name": "importDate",
- "description": "Date the transaction was imported",
- "dataType": "String",
- "validValues": [
- "string"
], - "required": "true",
- "validOperators": [
- "N/A"
], - "defaultOperator": "=",
- "defaultMinValue": "-1bod",
- "defaultMaxValue": "+1eod",
- "minValidValue": "0",
- "maxValidValue": "9999999.99",
- "maxValidRange": 30
}
], - "fieldDefs": [
- {
- "fieldName": "busUnitId",
- "fieldType": "Category",
- "index": "0"
}
]
}
Gets observations for the given criteria. Rows are of type APIObservationRow
Success
Internal Server Error
{- "parameterList": [
- {
- "name": "exportDate",
- "dataType": "String",
- "operator": "EQUALS",
- "minValue": "0",
- "maxValue": "99999",
- "valueList": [
- "string"
]
}
]
}
{- "queryPath": "Business Units",
- "parameterDefs": [
- {
- "name": "importDate",
- "description": "Date the transaction was imported",
- "dataType": "String",
- "validValues": [
- "string"
], - "required": "true",
- "validOperators": [
- "N/A"
], - "defaultOperator": "=",
- "defaultMinValue": "-1bod",
- "defaultMaxValue": "+1eod",
- "minValidValue": "0",
- "maxValidValue": "9999999.99",
- "maxValidRange": 30
}
], - "rowType": "APITransaction",
- "populatedFields": [
- {
- "objectType": "Statement",
- "name": "hoaId",
- "label": "Homeowner Association",
- "description": "Homeowner Association Identifier which must be unique",
- "builtIn": false,
- "dataType": "String",
- "defaultValue": "string",
- "validValues": [
- "string"
], - "required": "true",
- "editable": "true"
}
], - "sortableFields": [
- "string"
]
}