Importing
Importing🔗
Description🔗
This object is a representation of importing metadata.
Fields🔗
| Parameter Name | Type | Description |
|---|---|---|
| splitPage | String | Link to Textkernel Sourcebox split page. Contains {ID} as variable which should be replaced with trxmlid defined in Import Operation |
| link | String | Link to external platform. Contains {ID} as variable which should be replaced with external id defined in Import Operation |
| label | String | Label of the customer platform. |
Examples🔗
{
"importing": {
"splitPage": "https://home.textkernel.nl/sourcebox/splitView.jsp?trxmlId={ID}",
"externalLink": "https://yourats.com/openCandidate?id={ID}",
"externalLabel": "Your ATS name"
}
}