GET Api/SummeryCommentsApi/GetSummeryComment?visitSummeryId={visitSummeryId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| visitSummeryId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CustomVisitSummeryCommentsDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| VisitSummery_Id | integer |
None. |
|
| ScheduleCheckListId | integer |
None. |
|
| SummeryTypeId | globally unique identifier |
None. |
|
| Comment | string |
None. |
|
| IsShow | boolean |
None. |
|
| IsDeleted | boolean |
None. |
|
| CreatedOn | date |
None. |
|
| CreatedBy | integer |
None. |
|
| ShowPAdmin | boolean |
None. |
|
| ShowAgent | boolean |
None. |
|
| ShowDAdmin | boolean |
None. |
|
| AgentSeen | boolean |
None. |
|
| CheckListId | integer |
None. |
|
| AgentId | integer |
None. |
|
| ProjectAdminOrder | integer |
None. |
|
| InitialName | string |
None. |
|
| EnJobTitle | string |
None. |
|
| EnSummeryType | string |
None. |
|
| ArSummeryType | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"VisitSummery_Id": 2,
"ScheduleCheckListId": 1,
"SummeryTypeId": "ab4ef4f4-4b99-41ee-a8ce-9b3dd64f46aa",
"Comment": "sample string 3",
"IsShow": true,
"IsDeleted": true,
"CreatedOn": "2025-10-30T10:09:06.8027992+04:00",
"CreatedBy": 5,
"ShowPAdmin": true,
"ShowAgent": true,
"ShowDAdmin": true,
"AgentSeen": true,
"CheckListId": 1,
"AgentId": 1,
"ProjectAdminOrder": 1,
"InitialName": "sample string 6",
"EnJobTitle": "sample string 7",
"EnSummeryType": "sample string 8",
"ArSummeryType": "sample string 9"
}
text/html, multipart/form-data
Sample:
{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"ab4ef4f4-4b99-41ee-a8ce-9b3dd64f46aa","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-10-30T10:09:06.8027992+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"}
application/xml, text/xml
Sample:
<CustomVisitSummeryCommentsDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSMChecklistFlow.DTO"> <AgentId>1</AgentId> <AgentSeen>true</AgentSeen> <ArSummeryType>sample string 9</ArSummeryType> <CheckListId>1</CheckListId> <Comment>sample string 3</Comment> <CreatedBy>5</CreatedBy> <CreatedOn>2025-10-30T10:09:06.8027992+04:00</CreatedOn> <EnJobTitle>sample string 7</EnJobTitle> <EnSummeryType>sample string 8</EnSummeryType> <Id>1</Id> <InitialName>sample string 6</InitialName> <IsDeleted>true</IsDeleted> <IsShow>true</IsShow> <ProjectAdminOrder>1</ProjectAdminOrder> <ScheduleCheckListId>1</ScheduleCheckListId> <ShowAgent>true</ShowAgent> <ShowDAdmin>true</ShowDAdmin> <ShowPAdmin>true</ShowPAdmin> <SummeryTypeId>ab4ef4f4-4b99-41ee-a8ce-9b3dd64f46aa</SummeryTypeId> <VisitSummery_Id>2</VisitSummery_Id> </CustomVisitSummeryCommentsDTO>