GET /api/v1/import/{uuid}
curl \
-X GET https://api.plannrcrm.com/api/v1/import/uuid \
-H "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
-H "Content-Type: application/json" \
-H "Accept: application/json"
Response examples (200)
{
"mode": "store",
"type": "clients",
"uuid": "61653042-be9d-47a5-923b-8d2414a6f758",
"errors": {
"client": {
"example": [],
"description": "Client that failed importing"
},
"errors": {
"example": {
"send_welcome_email": [
"The send welcome email field is required."
]
},
"description": "The reasons why the client failed importing"
}
},
"status": "processing",
"account": {
"firm": "App\\Http\\Resources\\FirmResource",
"name": "Gareth Thompson",
"role": "client",
"tags": "App\\Http\\Resources\\TagResource",
"type": "client",
"uuid": "30666f32-926f-4165-b2d2-149b0984bd7a",
"email": "gareth@codepotato.co.uk",
"groups": "App\\Http\\Resources\\GroupResource",
"owners": "App\\Http\\Resources\\AccountResource",
"last_name": "Thompson",
"created_at": "2024-11-20T13:23:59+00:00",
"first_name": "Gareth",
"updated_at": "2024-11-20T13:23:59+00:00",
"with_login": true,
"custom_fields": "App\\Http\\Resources\\CustomFieldValueResource",
"introduced_by": "App\\Http\\Resources\\AccountResource",
"primary_email": "App\\Http\\Resources\\ContactDetailResource",
"can_be_deleted": "false",
"assigned_adviser": "App\\Http\\Resources\\AccountResource",
"next_review_date": "2024-11-20T13:23:59+00:00",
"has_joint_account": true,
"current_time_entry": "App\\Http\\Resources\\TimeEntryResource",
"first_contact_date": "2024-11-20T13:23:59+00:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource",
"assigned_paraplanner": "App\\Http\\Resources\\AccountResource",
"previous_review_date": "2024-11-20T13:23:59+00:00",
"primary_phone_number": "App\\Http\\Resources\\ContactDetailResource",
"assigned_administrator": "App\\Http\\Resources\\AccountResource",
"anniversary_review_date": "2024-11-20T13:23:59+00:00"
},
"headers": [
"fname",
"lname",
"email"
],
"mapping": {
"email": "email",
"fname": "first_name",
"lname": "last_name"
},
"progress": 100,
"created_at": "2024-11-20T13:23:59+00:00",
"total_jobs": 4,
"updated_at": "2024-11-20T13:23:59+00:00",
"failed_jobs": 1,
"error_report": {
"firm": "App\\Http\\Resources\\FirmResource",
"name": "Welcome to Plannr",
"size": "21691783",
"tags": "App\\Http\\Resources\\TagResource",
"type": "type",
"uuid": "5b5afd94-0643-4010-a440-50fa0e8c0f4a",
"parent": "Object",
"status": "uploaded",
"account": "App\\Http\\Resources\\AccountResource",
"filename": "Welcome to Plannr.pdf",
"progress": "100",
"extension": "pdf",
"created_at": "2024-11-20T13:23:59+00:00",
"updated_at": "2024-11-20T13:23:59+00:00",
"folder_name": "folder 2",
"uploaded_at": "2024-11-20T13:23:59+00:00",
"download_url": "https://plannr.valet/file/2cff128b-673e-44dc-96be-f75cc22a2b01/download",
"last_modified": "2024-11-20T13:23:59+00:00",
"original_created_at": "2024-11-20T13:23:59+00:00"
},
"jobs_remaining": 1
}