object CustomBoxQueryResult
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
data | CustomBox | Custom box returned by this query. |
Referenced By
- custom_box Query
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"data": {id: "Q3VzdG9tQm94OjEyMzQ="}
}