Skip to content

getConditions ​

Retrieves a list of conditions supported by the system for both users and contacts.

Request ​

http
GET /rest/refdata/conditions

Parameters ​

None.

Response ​

200 OK ​

json
[
  {
    "conditionId": 22,
    "conditionName": "Acne"
  },
  {
    "conditionId": 31,
    "conditionName": "Addison's Disease"
  }
]
FieldTypeDescription
conditionIdintegerPrimary key of the condition
conditionNamestring(100)Name of the condition

Errors ​

ExceptionCause
WSRefDataServiceExceptionService error while fetching conditions

Version ​

http
GET /rest/refdata/conditions/version
json
{ "version": 1 }