List provider profile import sources

Returns a list of sources where you can import provider profile data from. You can choose a source to import from and select the parameters required for a successful request.

Request
query Parameters
source
string

The source of the import to get profiles.

Enum: "Npi" "CaqhPo"
sortedBy
string
Enum: "Name" "Source"
object

If set, the properties and directions the returned data will be sorted by.

offset
integer <int32>
Deprecated

The offset for the page to start.

cursor
string

The cursor to render the page requested. To load the first page send an empty cursor, then the system will generate the cursors to go to the next and/or previous pages automatically.

count
integer <int32>

The number of items to include in a single page.

sortDirection
string

The direction the returned data will be sorted by.

Enum: "Asc" "Desc"
Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Server Error

get/providers/profiles/import/sources
Response samples
application/json
{
  • "previousCursor": "string",
  • "nextCursor": "string",
  • "nextOffset": 0,
  • "pageSize": 0,
  • "count": 0,
  • "totalCount": 0,
  • "items": [
    ],
  • "sortedBy": "Name",
  • "sortDirection": "Asc",
  • "sort": {
    }
}