Base URL: https://demo-api.incodesmile.com — Incode demo environment
Accepts a list of interview IDs and publishes corresponding session events to Kafka.
Path & query parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
api-version |
header | string | yes |
Request body
| Field | Type | Required | Description |
|---|---|---|---|
interviewIds |
array[string] |
Responses
200
OK
Response body (application/json):
| Field | Type | Required | Description |
|---|---|---|---|
successIds |
array[string] | ||
failures |
array[FailureItem] | ||
failures.interviewId |
string | ||
failures.errorMessage |
string |