Skip to content

getConditionStages ​

Retrieves a list of condition stages for a given condition.

Request ​

http
GET /rest/refdata/condition-stages

Query Parameters ​

ParameterTypeRequiredDescription
conditionIdintegerYesCondition ID (from getConditions)

Example ​

http
GET /rest/refdata/condition-stages?conditionId=86

Response ​

200 OK ​

json
[
  {
    "conditionStageId": 3,
    "conditionStageName": "Newly Diagnosed"
  },
  {
    "conditionStageId": 4,
    "conditionStageName": "Relapsed/Refractory"
  }
]
FieldTypeDescription
conditionStageIdintegerPrimary key of the condition stage
conditionStageNamestringName of the stage

Errors ​

ExceptionCause
WSRefDataServiceExceptionService error while fetching condition stages