Appearance
getConditions ​
Retrieves a list of conditions supported by the system for both users and contacts.
Request ​
http
GET /rest/refdata/conditionsParameters ​
None.
Response ​
200 OK ​
json
[
{
"conditionId": 22,
"conditionName": "Acne"
},
{
"conditionId": 31,
"conditionName": "Addison's Disease"
}
]| Field | Type | Description |
|---|---|---|
conditionId | integer | Primary key of the condition |
conditionName | string(100) | Name of the condition |
Errors ​
| Exception | Cause |
|---|---|
WSRefDataServiceException | Service error while fetching conditions |
Version ​
http
GET /rest/refdata/conditions/versionjson
{ "version": 1 }