Data export API
Starts the export process
fileDefinitionId required | string <uuid> File definition id | ||||||||||||
jobProfileId required | string <uuid> Related Job profile id | ||||||||||||
recordType | string Enum: "INSTANCE" "HOLDINGS" "ITEM" "AUTHORITY" Defines a type of records to search by criteria or UUIDs | ||||||||||||
idType required | string Default: "instance" Enum: "instance" "holding" "authority" Type of provided uuids | ||||||||||||
all | boolean Default: false True if all IDs of idType need to be exported, otherwise false | ||||||||||||
quick | boolean Default: false True if quick export, otherwise false | ||||||||||||
deletedRecords | boolean Default: true True if need to include deleted records, otherwise false | ||||||||||||
suppressedFromDiscovery | boolean Default: false True if need to include suppressed from discovery records, otherwise false | ||||||||||||
lastSlice | boolean Default: false True if within the current export the current slice from ID to ID is the last one | ||||||||||||
lastExport | boolean Default: false True the current export is the last one | ||||||||||||
object (Metadata Schema) Metadata about creation and changes to records, provided by the server (client should not provide) | |||||||||||||
|
{- "fileDefinitionId": "e5f54eb6-6d11-11ea-bc55-0242ac130003",
- "jobProfileId": "2fd2bf30-9d03-4f7e-9393-df55eaef2c2f",
- "idType": "instance",
- "recordType": "INSTANCE",
- "metadata": {
- "createdDate": "2019-07-22T11:22:07Z",
- "createdByUserId": "dee12548-9cee-45fa-bbae-675c1cc0ce3b",
- "createdByUsername": "janedoeuser",
- "updatedDate": "2019-07-27T13:28:54Z",
- "updatedByUserId": "dee12548-9cee-45fa-bbae-675c1cc0ce3b",
- "updatedByUsername": ""
}
}
malformed parameter 'query', syntax error at column 6
Adds configuration value
key | string Unique name of config data |
value | string Value of config data |
{- "key": "slice_size",
- "value": "100000"
}
{- "key": "slice_size",
- "value": "100000"
}
Starts quick export process
jobProfileId | string <uuid> Job profile id to be used for export | ||||||||||||
criteria | string CQL query for records search | ||||||||||||
uuids | Array of strings <uuid> [ items <uuid > ] List of UUIDs of records to export | ||||||||||||
type required | string Enum: "cql" "uuid" Defines a type of searching the records: by UUIDs or CQL query | ||||||||||||
recordType required | string Enum: "INSTANCE" "HOLDINGS" "ITEM" "AUTHORITY" Defines a type of records to search by criteria or UUIDs | ||||||||||||
fileName | string Name of the generated marc file | ||||||||||||
object (Metadata Schema) Metadata about creation and changes to records, provided by the server (client should not provide) | |||||||||||||
|
{- "jobProfileId": "2fd2bf30-9d03-4f7e-9393-df55eaef2c2f",
- "criteria": "(source==\"MARC\" and discoverySuppress==\"true\")",
- "uuids": [ ],
- "type": "cql",
- "recordType": "INSTANCE",
- "metadata": {
- "createdDate": "2019-07-22T11:22:07Z",
- "createdByUserId": "dee12548-9cee-45fa-bbae-675c1cc0ce3b",
- "createdByUsername": "janedoeuser",
- "updatedDate": "2019-07-27T13:28:54Z",
- "updatedByUserId": "dee12548-9cee-45fa-bbae-675c1cc0ce3b",
- "updatedByUsername": ""
}
}
{- "jobExecutionId": "5696d7aa-3bae-11eb-adc1-0242ac120002",
- "jobExecutionHrId": 1
}
API for getting JobExecutions by query
query | string A query string to filter rules based on matching criteria in fields. |
offset | integer [ 0 .. 2147483647 ] Default: 0 Skip over a number of elements by specifying an offset value for the query |
limit | integer [ 0 .. 2147483647 ] Default: 10 Limit the number of elements returned in the response |
{- "jobExecutions": [
- {
- "id": "67dfac11-1caf-4470-9ad1-d533f6360bdd",
- "hrId": 199,
- "exportedFiles": [
- {
- "fileId": "448ae575-daec-49c1-8041-d64c8ed8e5b1",
- "fileName": "catrepbarcodes-20200116114002.mrc"
}, - {
- "fileId": "295e28b4-aea2-4458-9073-385a31e1da05",
- "fileName": "fullexportbibonly-20200116103001.mrc"
}, - {
- "fileId": "bb689511-5365-4050-8084-a03d94728d88",
- "fileName": "umadm-n-20200116100503.mrc"
}
], - "jobProfileInfo": {
- "id": "88dfac11-1caf-4470-9ad1-d533f6360bad",
- "destination": "fileSystem",
- "name": "default"
}, - "progress": {
- "exported": 109000,
- "failed": 485,
- "total": 109485
}, - "completedDate": "2019-10-30T12:40:01.000+0000",
- "startedDate": "2019-10-30T12:37:02.000+0000",
- "runBy": {
- "firstName": "Jane",
- "lastName": "Doe"
}, - "status": "SUCCESS",
- "metadata": {
- "createdDate": "2019-07-22T11:22:07.000+0000",
- "createdByUserId": "dee12548-9cee-45fa-bbae-675c1cc0ce3b",
- "createdByUsername": "janedoeuser",
- "updatedDate": "2019-07-27T13:28:54.000+0000",
- "updatedByUserId": "",
- "updatedByUsername": ""
}
}
], - "totalRecords": 1
}
{- "transformationFields": [
- {
- "fieldId": "instance.identifiers.invalid.issn",
- "displayNameKey": "instance.identifiers",
- "referenceDataValue": "Invalid ISSN",
- "path": "$.instance[*].identifiers[?(@identifierTypeId==27fd35a6-b8f6-41f2-aa0e-9c663ceb250c)].value",
- "recordType": "INSTANCE"
}
], - "totalRecords": 1
}
API for getting mapping profiles
query | string A query string to filter rules based on matching criteria in fields. |
offset | integer [ 0 .. 2147483647 ] Default: 0 Skip over a number of elements by specifying an offset value for the query |
limit | integer [ 0 .. 2147483647 ] Default: 10 Limit the number of elements returned in the response |
{- "mappingProfiles": [
- {
- "id": "3798f546-7afb-11ea-bc55-0242ac130003",
- "name": "Example mapping profile",
- "description": "Example mapping profile description",
- "recordTypes": [
- "INSTANCE"
], - "outputFormat": "MARC",
- "transformations": [
- {
- "fieldId": "electronicAccess.linkText",
- "path": "Json path for electronicAccess[*].linkText",
- "transformation": "001",
- "enabled": true,
- "recordType": "INSTANCE"
}
], - "userInfo": {
- "firstName": "User",
- "lastName": "User",
- "userName": "@username"
}, - "metadata": {
- "createdDate": "2020-04-10T12:41:22.000",
- "createdByUserId": "",
- "createdByUsername": "@username",
- "updatedDate": "2020-04-10T12:41:22.000",
- "updatedByUserId": "",
- "updatedByUsername": "@username"
}
}
], - "totalRecords": 1
}
API for uploading mapping profiles
id | string <uuid> Unique identifier | ||||||||||||
name required | string Mapping Profile name | ||||||||||||
default | boolean Default: false Is default mapping profile | ||||||||||||
description | string Mapping Profile description | ||||||||||||
recordTypes required | Array of strings (recordTypes) Items Enum: "INSTANCE" "HOLDINGS" "ITEM" "AUTHORITY" "SRS" Mapping Profile records type | ||||||||||||
Array of objects (transformations) List of mapping profile transformations | |||||||||||||
Array
| |||||||||||||
object (userInfo) User information | |||||||||||||
| |||||||||||||
outputFormat | string Value: "MARC" Mapping Profile output format | ||||||||||||
fieldsSuppression | string Fields to suppress | ||||||||||||
suppress999ff | boolean Default: false Supress 999 field rule | ||||||||||||
object (Metadata Schema) Metadata about creation and changes to records, provided by the server (client should not provide) | |||||||||||||
|
{- "id": "3798f546-7afb-11ea-bc55-0242ac130003",
- "name": "Mapping profile",
- "description": "Mapping profile description",
- "recordTypes": [
- "INSTANCE"
], - "outputFormat": "MARC",
- "transformations": [
- {
- "fieldId": "electronicAccess.linkText",
- "path": "Json path for electronicAccess[*].linkText",
- "transformation": "001",
- "enabled": true,
- "recordType": "INSTANCE"
}
], - "userInfo": {
- "firstName": "User",
- "lastName": "User",
- "userName": "@username"
}, - "metadata": {
- "createdDate": "2019-07-22T11:22:07Z",
- "createdByUserId": "dee12548-9cee-45fa-bbae-675c1cc0ce3b",
- "createdByUsername": "janedoeuser",
- "updatedDate": "2019-07-27T13:28:54Z",
- "updatedByUserId": "dee12548-9cee-45fa-bbae-675c1cc0ce3b",
- "updatedByUsername": ""
}
}
{- "id": "3798f546-7afb-11ea-bc55-0242ac130003",
- "name": "Mapping profile",
- "description": "Mapping profile description",
- "recordTypes": [
- "INSTANCE"
], - "outputFormat": "MARC",
- "transformations": [
- {
- "fieldId": "electronicAccess.linkText",
- "path": "Json path for electronicAccess[*].linkText",
- "transformation": "001",
- "enabled": true,
- "recordType": "INSTANCE"
}
], - "userInfo": {
- "firstName": "User",
- "lastName": "User",
- "userName": "@username"
}, - "metadata": {
- "createdDate": "2019-07-22T11:22:07Z",
- "createdByUserId": "dee12548-9cee-45fa-bbae-675c1cc0ce3b",
- "createdByUsername": "janedoeuser",
- "updatedDate": "2019-07-27T13:28:54Z",
- "updatedByUserId": "dee12548-9cee-45fa-bbae-675c1cc0ce3b",
- "updatedByUsername": ""
}
}
Get specific mapping profile
mappingProfileId required | string <uuid> (uuid) |
{- "id": "3798f546-7afb-11ea-bc55-0242ac130003",
- "name": "Mapping profile",
- "description": "Mapping profile description",
- "recordTypes": [
- "INSTANCE"
], - "outputFormat": "MARC",
- "transformations": [
- {
- "fieldId": "electronicAccess.linkText",
- "path": "Json path for electronicAccess[*].linkText",
- "transformation": "001",
- "enabled": true,
- "recordType": "INSTANCE"
}
], - "userInfo": {
- "firstName": "User",
- "lastName": "User",
- "userName": "@username"
}, - "metadata": {
- "createdDate": "2019-07-22T11:22:07Z",
- "createdByUserId": "dee12548-9cee-45fa-bbae-675c1cc0ce3b",
- "createdByUsername": "janedoeuser",
- "updatedDate": "2019-07-27T13:28:54Z",
- "updatedByUserId": "dee12548-9cee-45fa-bbae-675c1cc0ce3b",
- "updatedByUsername": ""
}
}
Update specific mapping profile
mappingProfileId required | string <uuid> (uuid) |
id | string <uuid> Unique identifier | ||||||||||||
name required | string Mapping Profile name | ||||||||||||
default | boolean Default: false Is default mapping profile | ||||||||||||
description | string Mapping Profile description | ||||||||||||
recordTypes required | Array of strings (recordTypes) Items Enum: "INSTANCE" "HOLDINGS" "ITEM" "AUTHORITY" "SRS" Mapping Profile records type | ||||||||||||
Array of objects (transformations) List of mapping profile transformations | |||||||||||||
Array
| |||||||||||||
object (userInfo) User information | |||||||||||||
| |||||||||||||
outputFormat | string Value: "MARC" Mapping Profile output format | ||||||||||||
fieldsSuppression | string Fields to suppress | ||||||||||||
suppress999ff | boolean Default: false Supress 999 field rule | ||||||||||||
object (Metadata Schema) Metadata about creation and changes to records, provided by the server (client should not provide) | |||||||||||||
|
{- "id": "3798f546-7afb-11ea-bc55-0242ac130003",
- "name": "Mapping profile",
- "description": "Mapping profile description",
- "recordTypes": [
- "INSTANCE"
], - "outputFormat": "MARC",
- "transformations": [
- {
- "fieldId": "electronicAccess.linkText",
- "path": "Json path for electronicAccess[*].linkText",
- "transformation": "001",
- "enabled": true,
- "recordType": "INSTANCE"
}
], - "userInfo": {
- "firstName": "User",
- "lastName": "User",
- "userName": "@username"
}, - "metadata": {
- "createdDate": "2019-07-22T11:22:07Z",
- "createdByUserId": "dee12548-9cee-45fa-bbae-675c1cc0ce3b",
- "createdByUsername": "janedoeuser",
- "updatedDate": "2019-07-27T13:28:54Z",
- "updatedByUserId": "dee12548-9cee-45fa-bbae-675c1cc0ce3b",
- "updatedByUsername": ""
}
}
malformed parameter 'query', syntax error at column 6
APIs supporting Error logs
query | string A query string to filter rules based on matching criteria in fields. |
offset | integer [ 0 .. 2147483647 ] Default: 0 Skip over a number of elements by specifying an offset value for the query |
limit | integer [ 0 .. 2147483647 ] Default: 10 Limit the number of elements returned in the response |
{- "errorLogs": [
- {
- "id": "de55d20e-4daf-49bf-8bf0-ae7eada8b80c",
- "jobExecutionId": "67dfac11-1caf-4470-9ad1-d533f6360bdd",
- "createdDate": "2019-07-22T11:22:07Z",
- "logLevel": "ERROR",
- "reason": 200,
- "affectedRecords": [
- {
- "id": "57c79d87-6510-4354-b212-96832fbf3fa1",
- "hrid": "200",
- "title": "Record title",
- "recordType": "INSTANCE"
}
], - "metadata": {
- "createdDate": "2019-09-15T11:22:07Z",
- "createdByUserId": "dee12548-9cee-45fa-bbae-675c1cc0ce3b",
- "createdByUsername": "janedoeuser",
- "updatedDate": "2019-09-15T13:28:54Z",
- "updatedByUserId": "dee12548-9cee-45fa-bbae-675c1cc0ce3b",
- "updatedByUsername": ""
}
}
], - "totalRecords": "1"
}
API for getting job profiles
used | boolean Default: false true if need already used profiles |
query | string A query string to filter rules based on matching criteria in fields. |
offset | integer [ 0 .. 2147483647 ] Default: 0 Skip over a number of elements by specifying an offset value for the query |
limit | integer [ 0 .. 2147483647 ] Default: 10 Limit the number of elements returned in the response |
{- "jobProfiles": [
- {
- "id": "448ae575-daec-49c1-8041-d64c8ed8e5b1",
- "name": "Job profile name",
- "destination": "fileSystem",
- "description": "Job profile description",
- "userInfo": {
- "firstName": "DIKU",
- "lastName": "ADMINISTRATOR",
- "userName": "diku_admin"
}, - "mappingProfileId": "3798f546-7afb-11ea-bc55-0242ac130003",
- "metadata": {
- "createdDate": "2020-04-10T12:41:22.000",
- "createdByUserId": "",
- "createdByUsername": "@username",
- "updatedDate": "2020-04-10T12:41:22.000",
- "updatedByUserId": "",
- "updatedByUsername": "@username"
}
}
], - "totalRecords": 1
}
API for uploading job profiles
id | string <uuid> Unique identifier | ||||||||||||
name required | string Job Profile name | ||||||||||||
default | boolean Default: false Is default job profile | ||||||||||||
destination | string Final destination place where to send file | ||||||||||||
description | string Job Profile description | ||||||||||||
object (userInfo) User information | |||||||||||||
| |||||||||||||
mappingProfileId required | string <uuid> Associated mapping profile id | ||||||||||||
object (protocol) TCP/IP | |||||||||||||
| |||||||||||||
object (Metadata Schema) Metadata about creation and changes to records, provided by the server (client should not provide) | |||||||||||||
|
{- "id": "448ae575-daec-49c1-8041-d64c8ed8e5b1",
- "name": "job profile name",
- "destination": "fileSystem",
- "description": "Job profile description",
- "userInfo": {
- "firstName": "DIKU",
- "lastName": "ADMINISTRATOR",
- "userName": "diku_admin"
}, - "mappingProfileId": "3798f546-7afb-11ea-bc55-0242ac130003",
- "metadata": {
- "createdDate": "2019-07-22T11:22:07Z",
- "createdByUserId": "dee12548-9cee-45fa-bbae-675c1cc0ce3b",
- "createdByUsername": "janedoeuser",
- "updatedDate": "2019-07-27T13:28:54Z",
- "updatedByUserId": "dee12548-9cee-45fa-bbae-675c1cc0ce3b",
- "updatedByUsername": ""
}
}
{- "id": "448ae575-daec-49c1-8041-d64c8ed8e5b1",
- "name": "job profile name",
- "destination": "fileSystem",
- "description": "Job profile description",
- "userInfo": {
- "firstName": "DIKU",
- "lastName": "ADMINISTRATOR",
- "userName": "diku_admin"
}, - "mappingProfileId": "3798f546-7afb-11ea-bc55-0242ac130003",
- "metadata": {
- "createdDate": "2019-07-22T11:22:07Z",
- "createdByUserId": "dee12548-9cee-45fa-bbae-675c1cc0ce3b",
- "createdByUsername": "janedoeuser",
- "updatedDate": "2019-07-27T13:28:54Z",
- "updatedByUserId": "dee12548-9cee-45fa-bbae-675c1cc0ce3b",
- "updatedByUsername": ""
}
}
Get specific job profile
jobProfileId required | string <uuid> (uuid) |
{- "id": "448ae575-daec-49c1-8041-d64c8ed8e5b1",
- "name": "job profile name",
- "destination": "fileSystem",
- "description": "Job profile description",
- "userInfo": {
- "firstName": "DIKU",
- "lastName": "ADMINISTRATOR",
- "userName": "diku_admin"
}, - "mappingProfileId": "3798f546-7afb-11ea-bc55-0242ac130003",
- "metadata": {
- "createdDate": "2019-07-22T11:22:07Z",
- "createdByUserId": "dee12548-9cee-45fa-bbae-675c1cc0ce3b",
- "createdByUsername": "janedoeuser",
- "updatedDate": "2019-07-27T13:28:54Z",
- "updatedByUserId": "dee12548-9cee-45fa-bbae-675c1cc0ce3b",
- "updatedByUsername": ""
}
}
Update specific job profile
jobProfileId required | string <uuid> (uuid) |
id | string <uuid> Unique identifier | ||||||||||||
name required | string Job Profile name | ||||||||||||
default | boolean Default: false Is default job profile | ||||||||||||
destination | string Final destination place where to send file | ||||||||||||
description | string Job Profile description | ||||||||||||
object (userInfo) User information | |||||||||||||
| |||||||||||||
mappingProfileId required | string <uuid> Associated mapping profile id | ||||||||||||
object (protocol) TCP/IP | |||||||||||||
| |||||||||||||
object (Metadata Schema) Metadata about creation and changes to records, provided by the server (client should not provide) | |||||||||||||
|
{- "id": "448ae575-daec-49c1-8041-d64c8ed8e5b1",
- "name": "job profile name",
- "destination": "fileSystem",
- "description": "Job profile description",
- "userInfo": {
- "firstName": "DIKU",
- "lastName": "ADMINISTRATOR",
- "userName": "diku_admin"
}, - "mappingProfileId": "3798f546-7afb-11ea-bc55-0242ac130003",
- "metadata": {
- "createdDate": "2019-07-22T11:22:07Z",
- "createdByUserId": "dee12548-9cee-45fa-bbae-675c1cc0ce3b",
- "createdByUsername": "janedoeuser",
- "updatedDate": "2019-07-27T13:28:54Z",
- "updatedByUserId": "dee12548-9cee-45fa-bbae-675c1cc0ce3b",
- "updatedByUsername": ""
}
}
malformed parameter 'query', syntax error at column 6
API for uploading files
id | string <uuid> UUID of this File Definition | ||||||||||||
fileName required | string File name | ||||||||||||
jobExecutionId | string <uuid> Job execution id | ||||||||||||
sourcePath | string Path to the file | ||||||||||||
status | string Enum: "NEW" "IN_PROGRESS" "COMPLETED" "ERROR" Status of file upload | ||||||||||||
size | integer Size of the file in Kbyte | ||||||||||||
uploadFormat | string Default: "csv" Enum: "csv" "cql" Format of upload file | ||||||||||||
object (Metadata Schema) Metadata about creation and changes to records, provided by the server (client should not provide) | |||||||||||||
|
{- "id": "88dfac11-1caf-4470-9ad1-d533f6360bdd",
- "fileName": "marc.csv",
- "status": "COMPLETED",
- "size": 200,
- "uploadFormat": "csv",
- "metadata": {
- "createdDate": "2019-07-22T11:22:07Z",
- "createdByUserId": "dee12548-9cee-45fa-bbae-675c1cc0ce3b",
- "createdByUsername": "janedoeuser",
- "updatedDate": "2019-07-27T13:28:54Z",
- "updatedByUserId": "dee12548-9cee-45fa-bbae-675c1cc0ce3b",
- "updatedByUsername": ""
}
}
{- "id": "88dfac11-1caf-4470-9ad1-d533f6360bdd",
- "fileName": "marc.csv",
- "status": "COMPLETED",
- "size": 200,
- "uploadFormat": "csv",
- "metadata": {
- "createdDate": "2019-07-22T11:22:07Z",
- "createdByUserId": "dee12548-9cee-45fa-bbae-675c1cc0ce3b",
- "createdByUsername": "janedoeuser",
- "updatedDate": "2019-07-27T13:28:54Z",
- "updatedByUserId": "dee12548-9cee-45fa-bbae-675c1cc0ce3b",
- "updatedByUsername": ""
}
}
Get specific file definition
fileDefinitionId required | string <uuid> (uuid) |
{- "id": "88dfac11-1caf-4470-9ad1-d533f6360bdd",
- "fileName": "marc.csv",
- "status": "COMPLETED",
- "size": 200,
- "uploadFormat": "csv",
- "metadata": {
- "createdDate": "2019-07-22T11:22:07Z",
- "createdByUserId": "dee12548-9cee-45fa-bbae-675c1cc0ce3b",
- "createdByUsername": "janedoeuser",
- "updatedDate": "2019-07-27T13:28:54Z",
- "updatedByUserId": "dee12548-9cee-45fa-bbae-675c1cc0ce3b",
- "updatedByUsername": ""
}
}
Upload file definition
fileDefinitionId required | string <uuid> (uuid) |
{- "id": "88dfac11-1caf-4470-9ad1-d533f6360bdd",
- "fileName": "marc.csv",
- "status": "COMPLETED",
- "size": 200,
- "uploadFormat": "csv",
- "metadata": {
- "createdDate": "2019-07-22T11:22:07Z",
- "createdByUserId": "dee12548-9cee-45fa-bbae-675c1cc0ce3b",
- "createdByUsername": "janedoeuser",
- "updatedDate": "2019-07-27T13:28:54Z",
- "updatedByUserId": "dee12548-9cee-45fa-bbae-675c1cc0ce3b",
- "updatedByUsername": ""
}
}
Export all records of the specific type
jobProfileId | string <uuid> Related Job profile id | ||||||||||||
idType | string Default: "instance" Enum: "instance" "holding" "authority" Type of provided uuids | ||||||||||||
deletedRecords | boolean Default: true True if need to include deleted records, otherwise false | ||||||||||||
suppressedFromDiscovery | boolean Default: false True if need to include suppressed from discovery records, otherwise false | ||||||||||||
object (Metadata Schema) Metadata about creation and changes to records, provided by the server (client should not provide) | |||||||||||||
|
{- "jobProfileId": "2fd2bf30-9d03-4f7e-9393-df55eaef2c2f",
- "idType": "instance",
- "deletedRecords": true,
- "suppressedFromDiscovery": false,
- "metadata": {
- "createdDate": "2019-07-22T11:22:07Z",
- "createdByUserId": "dee12548-9cee-45fa-bbae-675c1cc0ce3b",
- "createdByUsername": "janedoeuser",
- "updatedDate": "2019-07-27T13:28:54Z",
- "updatedByUserId": "dee12548-9cee-45fa-bbae-675c1cc0ce3b",
- "updatedByUsername": ""
}
}
invalid request parameters
Export of deleted MARC IDs
from | string <date> Starting date to search deleted |
to | string <date> Ending date to search deleted |
{- "from": "2024-04-26",
- "to": "2024-04-26"
}
{- "jobExecutionId": "5696d7aa-3bae-11eb-adc1-0242ac120002"
}
Export of deleted authority records
offset | integer [ 0 .. 2147483647 ] Default: 0 Skip over a number of elements by specifying an offset value for the query. |
limit | integer [ 0 .. 2000 ] Default: 100 Limit the number of elements returned in the response. |
query | string A query expressed as a CQL string |
{- "offset": "0",
- "limit": 10,
- "query": "headingType=personalName&createdDate>2021-10-25T12:00:00.0"
}
{- "jobExecutionId": "5696d7aa-3bae-11eb-adc1-0242ac120002"
}
Download single authority or instance record by id
recordId required | string <uuid> (uuid) |
idType required | string (idType) Enum: "AUTHORITY" "INSTANCE" Specifies the type of record to download. |
utf | boolean Default: true Specify whether to encode the file in UTF-8. |
Internal server error