| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
JsonNullable<String> | ➖ | Unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
remoteId |
JsonNullable<String> | ➖ | Provider's unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
unifiedCustomFields |
Map<String, Object> | ➖ | Custom Unified Fields configured in your StackOne project | { "my_project_custom_field_1": "REF-1236", "my_project_custom_field_2": "some other value" } |
orderId |
JsonNullable<String> | ➖ | Order ID associated with this result | 12345 |
score |
JsonNullable<ScreeningResultScore> | ➖ | Score information | |
startDate |
OffsetDateTime | ➖ | Start date of the screening | 2023-01-01T00:00:00Z |
submissionDate |
OffsetDateTime | ➖ | Submission date of the screening | 2023-01-02T00:00:00Z |
summary |
JsonNullable<String> | ➖ | Summary of the screening result | Background check completed successfully |
status |
JsonNullable<ScreeningResultStatus> | ➖ | Result status | completed |
resultUrl |
JsonNullable<String> | ➖ | URL to view the detailed result | https://example.com/results/12345 |