object CycleCountsQueryResult
Fields
| Field | Type | Description | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
request_id | String | Public API request ID that identifies the related record. | ||||||||||||||||||||||||||||||
complexity | Int | Complexity as a numeric value. | ||||||||||||||||||||||||||||||
data | CycleCountBatchConnection | Paginated cycle counts returned by this query. | ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
Referenced By
- cycle_counts Query
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"data": [{id: "Q3ljbGVDb3VudEJhdGNoOjEyMzQ="}]
}