GET api/TreatmentDetails/GetTreatmentTimelineDetails/{userId}/{companyId}/{clinicId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userId | string |
Required |
|
| companyId | string |
Required |
|
| clinicId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TreatmentListTimelineModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CycleId | string |
None. |
|
| CycleStageId | string |
None. |
|
| CycleStageName | string |
None. |
|
| TreatmentListTimelineSubs | Collection of TreatmentListTimelineSubModel |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CycleId": "sample string 1",
"CycleStageId": "sample string 2",
"CycleStageName": "sample string 3",
"TreatmentListTimelineSubs": [
{
"StandardVariableName": "sample string 1",
"Schedule": "2026-04-21T15:21:26.9047677+05:30",
"Color": "sample string 2",
"Dose": "sample string 3",
"StoppedMsg": "sample string 4",
"CurrentStandardVariable": true,
"DayCount": 6
},
{
"StandardVariableName": "sample string 1",
"Schedule": "2026-04-21T15:21:26.9047677+05:30",
"Color": "sample string 2",
"Dose": "sample string 3",
"StoppedMsg": "sample string 4",
"CurrentStandardVariable": true,
"DayCount": 6
}
]
},
{
"CycleId": "sample string 1",
"CycleStageId": "sample string 2",
"CycleStageName": "sample string 3",
"TreatmentListTimelineSubs": [
{
"StandardVariableName": "sample string 1",
"Schedule": "2026-04-21T15:21:26.9047677+05:30",
"Color": "sample string 2",
"Dose": "sample string 3",
"StoppedMsg": "sample string 4",
"CurrentStandardVariable": true,
"DayCount": 6
},
{
"StandardVariableName": "sample string 1",
"Schedule": "2026-04-21T15:21:26.9047677+05:30",
"Color": "sample string 2",
"Dose": "sample string 3",
"StoppedMsg": "sample string 4",
"CurrentStandardVariable": true,
"DayCount": 6
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfTreatmentListTimelineModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iConceiveAPI.Models">
<TreatmentListTimelineModel>
<CycleId>sample string 1</CycleId>
<CycleStageId>sample string 2</CycleStageId>
<CycleStageName>sample string 3</CycleStageName>
<TreatmentListTimelineSubs>
<TreatmentListTimelineSubModel>
<Color>sample string 2</Color>
<CurrentStandardVariable>true</CurrentStandardVariable>
<DayCount>6</DayCount>
<Dose>sample string 3</Dose>
<Schedule>2026-04-21T15:21:26.9047677+05:30</Schedule>
<StandardVariableName>sample string 1</StandardVariableName>
<StoppedMsg>sample string 4</StoppedMsg>
</TreatmentListTimelineSubModel>
<TreatmentListTimelineSubModel>
<Color>sample string 2</Color>
<CurrentStandardVariable>true</CurrentStandardVariable>
<DayCount>6</DayCount>
<Dose>sample string 3</Dose>
<Schedule>2026-04-21T15:21:26.9047677+05:30</Schedule>
<StandardVariableName>sample string 1</StandardVariableName>
<StoppedMsg>sample string 4</StoppedMsg>
</TreatmentListTimelineSubModel>
</TreatmentListTimelineSubs>
</TreatmentListTimelineModel>
<TreatmentListTimelineModel>
<CycleId>sample string 1</CycleId>
<CycleStageId>sample string 2</CycleStageId>
<CycleStageName>sample string 3</CycleStageName>
<TreatmentListTimelineSubs>
<TreatmentListTimelineSubModel>
<Color>sample string 2</Color>
<CurrentStandardVariable>true</CurrentStandardVariable>
<DayCount>6</DayCount>
<Dose>sample string 3</Dose>
<Schedule>2026-04-21T15:21:26.9047677+05:30</Schedule>
<StandardVariableName>sample string 1</StandardVariableName>
<StoppedMsg>sample string 4</StoppedMsg>
</TreatmentListTimelineSubModel>
<TreatmentListTimelineSubModel>
<Color>sample string 2</Color>
<CurrentStandardVariable>true</CurrentStandardVariable>
<DayCount>6</DayCount>
<Dose>sample string 3</Dose>
<Schedule>2026-04-21T15:21:26.9047677+05:30</Schedule>
<StandardVariableName>sample string 1</StandardVariableName>
<StoppedMsg>sample string 4</StoppedMsg>
</TreatmentListTimelineSubModel>
</TreatmentListTimelineSubs>
</TreatmentListTimelineModel>
</ArrayOfTreatmentListTimelineModel>