Linked Data Import API
Starts the process of Linked Data Import and returns ID of Import Job Instance
| fileUrl required | string The URL of the file to be imported from S3 |
| contentType | string Content type of the file to be imported (e.g., application/ld+json, text/turtle). JSON by default. |
| defaultWorkType | string (defaultWorkType) Enum: "MONOGRAPH" "SERIAL" Default Work extra type - MONOGRAPH or SERIAL |
Returns information about Import Job by ID
| jobId required | integer <int64> The ID of the Import Job Instance |
{- "startDate": "string",
- "endDate": "string",
- "startedBy": "string",
- "status": "string",
- "fileName": "string",
- "currentStep": "string",
- "linesRead": 0,
- "linesMapped": 0,
- "linesFailedMapping": 0,
- "linesCreated": 0,
- "linesUpdated": 0,
- "linesFailedSaving": 0
}