Get an existing provider profile import

Returns a specific provider profile import model, allowing you to check the model status and get the profile value.

Request
path Parameters
importId
required
string <uuid>

Identifier of the provider profile import to get the data for.

Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Server Error

get/providers/profiles/import/{importId}
Response samples
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "providerId": "4834bcdc-4a64-444d-966b-1a6fe381da24",
  • "source": "Npi",
  • "started": "2019-08-24T14:15:22Z",
  • "completed": "2019-08-24T14:15:22Z",
  • "status": "Pending",
  • "trigger": "Manual",
  • "failureCode": "DatabaseError",
  • "failureReason": {
    },
  • "profile": {
    },
  • "parameters": [
    ]
}