Skip to main content

Get titles

GET 

/api/lookup/titles

Retrieves an array of titles and associated data.

Response sample

{
"data": [{
"id": "f6a89d96-3523-4aef-e053-0400c8ac336e",
"text": "Miss",
"type": "Titles",
"additionalData": {
"patientTitleId": "f6a89d96-3523-4aef-e053-0400c8ac336e",
"genderId": "30644b96-0e1f-63a4-e053-0400c8acc645",
"titleCode": "MISS" }}],
"meta": {
"warnings": [],
"information": []},
"links": {}
}

Request

Responses

Success: Request accepted.