Orders and results
Update order result
Updates an assessment order result.
PUT
/
assessment
/
orders
/
{assessment_order_id}
/
result
Example Request Body
Authorizations
Authorization
string
headerrequiredCreate an API key on the Secrets page in the Kombo dashboard.
Headers
X-Integration-Id
string
requiredID of the integration you want to interact with.
Path Parameters
assessment_order_id
string
requiredPUT /assessment/orders/:assessment_order_id/result parameter
Body
application/json
status
enum<string>
requiredStatus of the assessment.
Please note only the orders with the status of OPEN
can be updated.
Available options:
COMPLETED
, CANCELLED
result_url
string
requiredcompleted_at
string
requiredYYYY-MM-DDTHH:mm:ss.sssZ
score
number
Required range:
5e-324 <= x <= 1.7976931348623157e+308
max_score
number
Required range:
5e-324 <= x <= 1.7976931348623157e+308
attributes
object[]
sub_results
object[]
remote_fields
object
Additional fields that we will pass through to specific ATS systems.
Response
200 - application/json
status
enum<string>
requiredAvailable options:
success
data
object
required