v1

latestOpenAPI 3.0.02026-08-0679302767.4 KB
flags

Get Provider Flags

get/flags/search

Query parameters

offsetnumber

The starting index for pagination, specifying how many records to skip.

limitnumber

The maximum number of records to retrieve in a single request.

npistring

Provider NPI(s) (comma or dash separated)

flagTypestring[]

Type of flag

firstNamestring

First name

lastNamestring

Last name

subCollectionNamestring[]

Sub collection name

sharedToCredCommitteeboolean

Shared to cred committee (boolean)

flagReadStatus'seen' | 'unseen' | 'all'

Flag read status (seen, unseen, all)

flaggedDateStartstring date-time

Flagged date start (ISO date)

flaggedDateEndstring date-time

Flagged date end (ISO date)

expirationDateStartstring date-time

Expiration date start (ISO date)

expirationDateEndstring date-time

Expiration date end (ISO date)

reportDateStartstring date-time

Report date start (ISO date)

reportDateEndstring date-time

Report date end (ISO date)

Headers

organization-idstring

Response

List of provider flags based on advanced filter criteria

{"stackTrail":"paths:/flags/search:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","example":{"data":[{"flagId":"flag1","status":"unseen"}],"meta":{"total":1}}}

Example response

{
  "data": [
    {
      "flagId": "flag1",
      "status": "unseen"
    }
  ],
  "meta": {
    "total": 1
  }
}