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
CustomVisitSummeryCommentsDTOName | 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": "1740e0be-a5d5-4db7-b259-6288fae8eec1", "Comment": "sample string 3", "IsShow": true, "IsDeleted": true, "CreatedOn": "2025-07-12T12:07:08.3648989+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":"1740e0be-a5d5-4db7-b259-6288fae8eec1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-07-12T12:07:08.3648989+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-07-12T12:07:08.3648989+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>1740e0be-a5d5-4db7-b259-6288fae8eec1</SummeryTypeId> <VisitSummery_Id>2</VisitSummery_Id> </CustomVisitSummeryCommentsDTO>