GET api/DoctorPatient/GetAppointmentProceedings?AppointmentID={AppointmentID}&UserTypeID={UserTypeID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
AppointmentID

integer

Required

UserTypeID

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GET_APPOINTMENT_PROCEEDINGS_Result
NameDescriptionTypeAdditional information
AppointmentProceedingID

integer

None.

AppointmentID

integer

None.

UserID

integer

None.

SenderUserTypeID

integer

None.

ReceiverUserTypeID

integer

None.

AttachmentFileName

string

None.

Comment

string

None.

RepliedToAppointmentProceedingID

integer

None.

AddedDateTime

date

None.

Status

boolean

None.

Name

string

None.

DisplayPicture

string

None.

UserType

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "AppointmentProceedingID": 1,
    "AppointmentID": 2,
    "UserID": 3,
    "SenderUserTypeID": 1,
    "ReceiverUserTypeID": 1,
    "AttachmentFileName": "sample string 4",
    "Comment": "sample string 5",
    "RepliedToAppointmentProceedingID": 1,
    "AddedDateTime": "2024-09-19T07:37:20.2997276-05:00",
    "Status": true,
    "Name": "sample string 8",
    "DisplayPicture": "sample string 9",
    "UserType": "sample string 10"
  },
  {
    "AppointmentProceedingID": 1,
    "AppointmentID": 2,
    "UserID": 3,
    "SenderUserTypeID": 1,
    "ReceiverUserTypeID": 1,
    "AttachmentFileName": "sample string 4",
    "Comment": "sample string 5",
    "RepliedToAppointmentProceedingID": 1,
    "AddedDateTime": "2024-09-19T07:37:20.2997276-05:00",
    "Status": true,
    "Name": "sample string 8",
    "DisplayPicture": "sample string 9",
    "UserType": "sample string 10"
  }
]

application/xml, text/xml

Sample:
<ArrayOfGET_APPOINTMENT_PROCEEDINGS_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SapiensIn.Models">
  <GET_APPOINTMENT_PROCEEDINGS_Result>
    <AddedDateTime>2024-09-19T07:37:20.2997276-05:00</AddedDateTime>
    <AppointmentID>2</AppointmentID>
    <AppointmentProceedingID>1</AppointmentProceedingID>
    <AttachmentFileName>sample string 4</AttachmentFileName>
    <Comment>sample string 5</Comment>
    <DisplayPicture>sample string 9</DisplayPicture>
    <Name>sample string 8</Name>
    <ReceiverUserTypeID>1</ReceiverUserTypeID>
    <RepliedToAppointmentProceedingID>1</RepliedToAppointmentProceedingID>
    <SenderUserTypeID>1</SenderUserTypeID>
    <Status>true</Status>
    <UserID>3</UserID>
    <UserType>sample string 10</UserType>
  </GET_APPOINTMENT_PROCEEDINGS_Result>
  <GET_APPOINTMENT_PROCEEDINGS_Result>
    <AddedDateTime>2024-09-19T07:37:20.2997276-05:00</AddedDateTime>
    <AppointmentID>2</AppointmentID>
    <AppointmentProceedingID>1</AppointmentProceedingID>
    <AttachmentFileName>sample string 4</AttachmentFileName>
    <Comment>sample string 5</Comment>
    <DisplayPicture>sample string 9</DisplayPicture>
    <Name>sample string 8</Name>
    <ReceiverUserTypeID>1</ReceiverUserTypeID>
    <RepliedToAppointmentProceedingID>1</RepliedToAppointmentProceedingID>
    <SenderUserTypeID>1</SenderUserTypeID>
    <Status>true</Status>
    <UserID>3</UserID>
    <UserType>sample string 10</UserType>
  </GET_APPOINTMENT_PROCEEDINGS_Result>
</ArrayOfGET_APPOINTMENT_PROCEEDINGS_Result>