GET api/MedicationfollowUps1/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
MedicationfollowUp| Name | Description | Type | Additional 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:23:22.9057179+06:00",
"Comment": "sample string 4",
"FileName": "sample string 5",
"IsDoctorFeedback": true,
"CreatedAt": "2025-12-06T10:23:22.9057179+06:00",
"UpdatedAt": "2025-12-06T10:23:22.9057179+06:00",
"DeletedAt": "2025-12-06T10:23:22.9057179+06:00",
"DeletedBy": 9,
"CreatedBy": 10,
"UpdatedBy": 11,
"DeletedStatus": true
}
application/xml, text/xml
Sample:
<MedicationfollowUp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoultryManagementAPI.Models"> <Comment>sample string 4</Comment> <CreatedAt>2025-12-06T10:23:22.9057179+06:00</CreatedAt> <CreatedBy>10</CreatedBy> <DateAt>2025-12-06T10:23:22.9057179+06:00</DateAt> <DeletedAt>2025-12-06T10:23:22.9057179+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:23:22.9057179+06:00</UpdatedAt> <UpdatedBy>11</UpdatedBy> </MedicationfollowUp>