GET api/appointment/appointmentdisputes/{fromdate}/{todate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| fromdate | string |
Required |
|
| todate | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AppointmentDisputeListItem| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| RplId | integer |
None. |
|
| InitialTrtId | integer |
None. |
|
| InitialTrtDescription | string |
None. |
|
| InitialDate | string |
None. |
|
| InitialStartTime | string |
None. |
|
| InitialTherapistId | integer |
None. |
|
| InitialTherapistDescription | string |
None. |
|
| DateSerial | integer |
None. |
|
| StartTimeSerial | integer |
None. |
|
| RescId | integer |
None. |
|
| TherapistDescription | string |
None. |
|
| TrtId | integer |
None. |
|
| TreatmentDescription | string |
None. |
|
| Notes | string |
None. |
|
| CreationDateTime | date |
None. |
|
| CreationRescId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"RplId": 2,
"InitialTrtId": 3,
"InitialTrtDescription": "sample string 4",
"InitialDate": "sample string 5",
"InitialStartTime": "sample string 6",
"InitialTherapistId": 7,
"InitialTherapistDescription": "sample string 8",
"DateSerial": 9,
"StartTimeSerial": 10,
"RescId": 11,
"TherapistDescription": "sample string 12",
"TrtId": 13,
"TreatmentDescription": "sample string 14",
"Notes": "sample string 15",
"CreationDateTime": "2026-03-13T07:19:27.5095896+02:00",
"CreationRescId": 17
},
{
"Id": 1,
"RplId": 2,
"InitialTrtId": 3,
"InitialTrtDescription": "sample string 4",
"InitialDate": "sample string 5",
"InitialStartTime": "sample string 6",
"InitialTherapistId": 7,
"InitialTherapistDescription": "sample string 8",
"DateSerial": 9,
"StartTimeSerial": 10,
"RescId": 11,
"TherapistDescription": "sample string 12",
"TrtId": 13,
"TreatmentDescription": "sample string 14",
"Notes": "sample string 15",
"CreationDateTime": "2026-03-13T07:19:27.5095896+02:00",
"CreationRescId": 17
}
]
application/xml, text/xml
Sample:
<ArrayOfAppointmentDisputeListItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Library.Web.Models">
<AppointmentDisputeListItem>
<CreationDateTime>2026-03-13T07:19:27.5095896+02:00</CreationDateTime>
<CreationRescId>17</CreationRescId>
<DateSerial>9</DateSerial>
<Id>1</Id>
<InitialDate>sample string 5</InitialDate>
<InitialStartTime>sample string 6</InitialStartTime>
<InitialTherapistDescription>sample string 8</InitialTherapistDescription>
<InitialTherapistId>7</InitialTherapistId>
<InitialTrtDescription>sample string 4</InitialTrtDescription>
<InitialTrtId>3</InitialTrtId>
<Notes>sample string 15</Notes>
<RescId>11</RescId>
<RplId>2</RplId>
<StartTimeSerial>10</StartTimeSerial>
<TherapistDescription>sample string 12</TherapistDescription>
<TreatmentDescription>sample string 14</TreatmentDescription>
<TrtId>13</TrtId>
</AppointmentDisputeListItem>
<AppointmentDisputeListItem>
<CreationDateTime>2026-03-13T07:19:27.5095896+02:00</CreationDateTime>
<CreationRescId>17</CreationRescId>
<DateSerial>9</DateSerial>
<Id>1</Id>
<InitialDate>sample string 5</InitialDate>
<InitialStartTime>sample string 6</InitialStartTime>
<InitialTherapistDescription>sample string 8</InitialTherapistDescription>
<InitialTherapistId>7</InitialTherapistId>
<InitialTrtDescription>sample string 4</InitialTrtDescription>
<InitialTrtId>3</InitialTrtId>
<Notes>sample string 15</Notes>
<RescId>11</RescId>
<RplId>2</RplId>
<StartTimeSerial>10</StartTimeSerial>
<TherapistDescription>sample string 12</TherapistDescription>
<TreatmentDescription>sample string 14</TreatmentDescription>
<TrtId>13</TrtId>
</AppointmentDisputeListItem>
</ArrayOfAppointmentDisputeListItem>