InlineAssessmentJob
Example:
{
"uuid": "aaf65646-ed93-4c16-950b-cea69773efba",
"location": {
"country": "US",
"city": "San Francisco",
"region": "CA",
"address": "6054 Shook Road"
},
"customFields": [
{
"fieldId": "5a3a2f5225f6d07d0721e105",
"fieldLabel": "Brand",
"valueId": "default",
"valueLabel": "Silo"
},
{
"fieldId": "COUNTRY",
"fieldLabel": "Country",
"valueId": "pl",
"valueLabel": "Polska"
}
]
}
}
Fields description
Name | Type | Description |
---|---|---|
uuid | string | Identifier of a job. |
location | object | Job location. Please see Location object. |
customFields | object | Public custom fields associated with this job. Please see CustomField object. |
Updated 9 months ago