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
- 200
- 400
- 404
Success: Request accepted.
Bad request: StorefrontOrigin not passed in header; the request wasn’t valid or can’t be otherwise served. Typical when there is a syntax error in the request. Further details of the error are provided in the response payload body.
Not found: The Omni Subscription is not assigned to the site group; the URI isn’t valid or the requested resource doesn’t exist.