GET api/MedicationfollowUps1

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of MedicationfollowUp
NameDescriptionTypeAdditional information
Id

integer

None.

MedicationHistoryId

integer

None.

DateAt

date

None.

Comment

string

None.

FileName

string

None.

IsDoctorFeedback

boolean

None.

CreatedAt

date

None.

UpdatedAt

date

None.

DeletedAt

date

None.

DeletedBy

integer

None.

CreatedBy

integer

None.

UpdatedBy

integer

None.

DeletedStatus

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "MedicationHistoryId": 2,
    "DateAt": "2025-12-06T10:22:20.4371894+06:00",
    "Comment": "sample string 4",
    "FileName": "sample string 5",
    "IsDoctorFeedback": true,
    "CreatedAt": "2025-12-06T10:22:20.4371894+06:00",
    "UpdatedAt": "2025-12-06T10:22:20.4371894+06:00",
    "DeletedAt": "2025-12-06T10:22:20.4371894+06:00",
    "DeletedBy": 9,
    "CreatedBy": 10,
    "UpdatedBy": 11,
    "DeletedStatus": true
  },
  {
    "Id": 1,
    "MedicationHistoryId": 2,
    "DateAt": "2025-12-06T10:22:20.4371894+06:00",
    "Comment": "sample string 4",
    "FileName": "sample string 5",
    "IsDoctorFeedback": true,
    "CreatedAt": "2025-12-06T10:22:20.4371894+06:00",
    "UpdatedAt": "2025-12-06T10:22:20.4371894+06:00",
    "DeletedAt": "2025-12-06T10:22:20.4371894+06:00",
    "DeletedBy": 9,
    "CreatedBy": 10,
    "UpdatedBy": 11,
    "DeletedStatus": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfMedicationfollowUp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoultryManagementAPI.Models">
  <MedicationfollowUp>
    <Comment>sample string 4</Comment>
    <CreatedAt>2025-12-06T10:22:20.4371894+06:00</CreatedAt>
    <CreatedBy>10</CreatedBy>
    <DateAt>2025-12-06T10:22:20.4371894+06:00</DateAt>
    <DeletedAt>2025-12-06T10:22:20.4371894+06:00</DeletedAt>
    <DeletedBy>9</DeletedBy>
    <DeletedStatus>true</DeletedStatus>
    <FileName>sample string 5</FileName>
    <Id>1</Id>
    <IsDoctorFeedback>true</IsDoctorFeedback>
    <MedicationHistoryId>2</MedicationHistoryId>
    <UpdatedAt>2025-12-06T10:22:20.4371894+06:00</UpdatedAt>
    <UpdatedBy>11</UpdatedBy>
  </MedicationfollowUp>
  <MedicationfollowUp>
    <Comment>sample string 4</Comment>
    <CreatedAt>2025-12-06T10:22:20.4371894+06:00</CreatedAt>
    <CreatedBy>10</CreatedBy>
    <DateAt>2025-12-06T10:22:20.4371894+06:00</DateAt>
    <DeletedAt>2025-12-06T10:22:20.4371894+06:00</DeletedAt>
    <DeletedBy>9</DeletedBy>
    <DeletedStatus>true</DeletedStatus>
    <FileName>sample string 5</FileName>
    <Id>1</Id>
    <IsDoctorFeedback>true</IsDoctorFeedback>
    <MedicationHistoryId>2</MedicationHistoryId>
    <UpdatedAt>2025-12-06T10:22:20.4371894+06:00</UpdatedAt>
    <UpdatedBy>11</UpdatedBy>
  </MedicationfollowUp>
</ArrayOfMedicationfollowUp>