Get the status of the current FCVS Profile for a practitioner.
GET {baseUrl}/v1/boards/{board}/practitioners/{fid}/status
Name | In | Required | Type | Description |
---|---|---|---|---|
baseUrl | path | True | string | The API URL. |
board | path | True | string | The board code or me . |
fid | path | True | string | The FID of the practitioner. |
Name | Type | Description |
---|---|---|
200 OK | Practitioner Status | Success. |
404 Not Found | Board code is missing/invalid or Practitioner does not have an FCVS Profile. |
Scope | Description |
---|---|
fcvs.read | Grants the ability to read FCVS information. |
GET {baseUrl}/v1/boards/{board}/practitioners/{fid}/status
Status code: 200
{
"fid": "999999915",
"name": {
"firstName": "Philip",
"middleName": "James",
"lastName": "Testman",
"suffix": ""
},
"lastProfileId": 428909,
"lastProfileStatus": "Submitted",
"lastProfileSubmitDateUtc": "2019-09-23T13:24:23.343Z"
}
For more examples go to samples.