object CustomBoxesQueryResult

Fields

FieldTypeDescription
request_idString

Public API request ID that identifies the related record.

complexityInt

Complexity as a numeric value.

dataCustomBoxConnection

Paginated custom boxes returned by this query.

ArgumentTypeRequiredDefaultDescription
sortStringNo
searchGenericScalarNo
beforeStringNo
afterStringNo
firstIntNo
lastIntNo

Referenced By

Example

{
  "request_id": "UmVjb3JkOjEyMzQ=",
  "complexity": 100,
  "data": [{id: "Q3VzdG9tQm94Q29ubmVjdGlvbjoxMjM0"}]
}