| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
T.nilable(::String) | ➖ | Unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
order_id |
T.nilable(::String) | ➖ | Order ID associated with this result | 12345 |
remote_id |
T.nilable(::String) | ➖ | Provider's unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
result_url |
T.nilable(::String) | ➖ | URL to view the detailed result | https://example.com/results/12345 |
score |
T.nilable(Models::Shared::ScreeningResultScore) | ➖ | Score information | |
start_date |
Date | ➖ | Start date of the screening | 2023-01-01T00:00:00Z |
status |
T.nilable(Models::Shared::ScreeningResultStatus) | ➖ | Result status | completed |
submission_date |
Date | ➖ | Submission date of the screening | 2023-01-02T00:00:00Z |
summary |
T.nilable(::String) | ➖ | Summary of the screening result | Background check completed successfully |
unified_custom_fields |
T::Hash[Symbol, ::Object] | ➖ | Custom Unified Fields configured in your StackOne project | { "my_project_custom_field_1": "REF-1236", "my_project_custom_field_2": "some other value" } |