v1
latestOpenAPI 3.0.02026-07-136452257.6 KBGet import source by ID
Retrieves a specific import source configuration by its ID. If scheduled imports are enabled, the response includes scheduling information.
get/importsource/{id}
Response
Import source found
Example response
{
"id": "b9f5f167-a7e1-4b3a-9e4f-2c3d4e5f6a7c",
"collectionId": "c7d8e9f0-1234-5678-9abc-def012345678",
"name": "Daily Server Import",
"created": "2024-01-10T10:30:00Z",
"updated": "2024-01-12T14:45:00Z",
"description": "Automated import of server data",
"objectSchemaId": "c7d8e9f0-1234-5678-9abc-def012345678",
"importSourceModuleKey": "rlabs-import-type-csv",
"defaultConcatenator": ",",
"defaultHandleEmptyValues": "IGNORE",
"defaultHandleUnknownValues": "IGNORE",
"dateFormat": "yyyy-MM-dd",
"dateTimeFormat": "yyyy-MM-dd'T'HH:mm:ss'Z'",
"importSpecificConfiguration": "{}",
"tokenGenerated": true,
"isImportSourceSchedulingEnabled": true,
"scheduledImportDetails": {
"importScheduleId": "a8f5f167-a7e1-4b3a-9e4f-2c3d4e5f6a7b",
"startTime": "2024-01-15T02:00:00Z",
"runFrequency": "DAILY",
"nextScheduledTime": "2024-01-16T02:00:00Z",
"createdAt": "2024-01-10T10:30:00Z"
}
}