Appearance
getTitles ​
Retrieves a list of titles supported by the system for both users and contacts.
Request ​
http
GET /rest/refdata/titlesParameters ​
None.
Response ​
200 OK ​
json
[
{ "titleId": 1, "titleName": "Mr" },
{ "titleId": 2, "titleName": "Mrs" },
{ "titleId": 3, "titleName": "Mx" },
{ "titleId": 4, "titleName": "Miss" },
{ "titleId": 5, "titleName": "Ms" },
{ "titleId": 6, "titleName": "Mstr" }
]| Field | Type | Description |
|---|---|---|
titleId | integer | Primary key of the title |
titleName | string | Display name |
Errors ​
| Exception | Cause |
|---|---|
WSRefDataServiceException | Service error while fetching titles |
Version ​
http
GET /rest/refdata/titles/versionjson
{ "version": 1 }