v1
latestOpenAPI 3.1.02026-07-2414238909.1 KBView Volume and Price Analytics for a range of Lookup Records
Returns analytics for a range of Lookup records specified by a time frame associated with the owner account.
get/reports/my/lookup/volPrice
Query parameters
startDatestring date required
starting date to get reports
endDatestring date required
ending date to get reports
Headers
Authorizationstring
Response
200
Example response
{
"totals": {
"timeGrouping": "Months",
"totalCount": "90",
"totalPrice": "9.0",
"totalQueued": "30",
"totalActive": "30",
"totalFailed": "10",
"totalUnknown": "10",
"totalAbsent": "10"
},
"details": [
{
"startDateTime": "2000-01-01T10:00Z",
"price": "7.0",
"count": "70",
"activeCount": "30",
"failedCount ": "0",
"queuedCount ": "20",
"absentCount ": "10",
"unknownCount ": "10"
}
]
}