object LaborUnitsQueryResult
Fields
| Field | Type | Description | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
request_id | String | Public API request ID that identifies the related record. | ||||||||||||||||||||||||||||||
complexity | Int | Complexity as a numeric value. | ||||||||||||||||||||||||||||||
data | LaborUnitConnection | Paginated labor units returned by this query. | ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
Referenced By
- labor_units Query
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"data": [{id: "TGFib3JVbml0OjEyMzQ="}]
}