Skip to content

Latest commit

 

History

History
64 lines (46 loc) · 1.36 KB

get-status.md

File metadata and controls

64 lines (46 loc) · 1.36 KB

Get Status

Get the status of the current FCVS Profile for a practitioner.

GET {baseUrl}/v1/boards/{board}/practitioners/{fid}/status

URI Parameters

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.

Responses

Name Type Description
200 OK Practitioner Status Success.
404 Not Found Board code is missing/invalid or Practitioner does not have an FCVS Profile.

Security

Scopes

Scope Description
fcvs.read Grants the ability to read FCVS information.

Examples

Get profile status


Get profile status

Sample Request

GET {baseUrl}/v1/boards/{board}/practitioners/{fid}/status

Sample Response

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.