List provider monitoring summary for sanctions and exclusions

Returns a page of provider monitoring summaries for sanctions and exclusions.

Request
query Parameters
name
string

If set, the items will be filtered on providers with the specified name/alias.

npi
integer <int64>

If set, the items will be filtered on providers with the specified NPI number.

credentialingStatus
Array of strings

If set, the items will be filtered on providers with the specified credentialing status.

monitoringCategory
string

If set, the items will be filtered on providers with the specified monitoring category.

Enum: "NotMonitored" "PartiallyMonitored" "FullyMonitored"
sortedBy
string
Enum: "FirstName" "LastName" "CredentialingStatus"
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 in which the returned data will be sorted.

Enum: "Asc" "Desc"
Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Server Error

get/providers/monitoring/sanctions-and-exclusions
Response samples
application/json
{
  • "sort": {
    },
  • "previousCursor": "string",
  • "nextCursor": "string",
  • "nextOffset": 0,
  • "pageSize": 0,
  • "count": 0,
  • "totalCount": 0,
  • "items": [
    ],
  • "sortedBy": "FirstName",
  • "sortDirection": "Asc"
}