GET api/AqaratyFM/GetWRCommentsById?WorkRequestId={WorkRequestId}&Direction={Direction}&TNId={TNId}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
WorkRequestId | No documentation available. |
Define this parameter in the request URI. |
Direction | No documentation available. |
Define this parameter in the request URI. |
TNId | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[ { "WorkRequestId": 1, "Type": 2, "TypeId": 3, "Reply": "sample string 4", "ContactOrSystemAdminName": "sample string 5", "ColorType": 6, "CreatedEmpId": 1, "CreatedDate": "2025-02-05T08:58:47.9163104+02:00", "UpdatedEmpId": 1, "UpdatedDate": "2025-02-05T08:58:47.9163104+02:00", "DeletedEmpId": 1, "DeletedDate": "2025-02-05T08:58:47.9163104+02:00", "IsDeleted": true, "Id": 8 }, { "WorkRequestId": 1, "Type": 2, "TypeId": 3, "Reply": "sample string 4", "ContactOrSystemAdminName": "sample string 5", "ColorType": 6, "CreatedEmpId": 1, "CreatedDate": "2025-02-05T08:58:47.9163104+02:00", "UpdatedEmpId": 1, "UpdatedDate": "2025-02-05T08:58:47.9163104+02:00", "DeletedEmpId": 1, "DeletedDate": "2025-02-05T08:58:47.9163104+02:00", "IsDeleted": true, "Id": 8 }, { "WorkRequestId": 1, "Type": 2, "TypeId": 3, "Reply": "sample string 4", "ContactOrSystemAdminName": "sample string 5", "ColorType": 6, "CreatedEmpId": 1, "CreatedDate": "2025-02-05T08:58:47.9163104+02:00", "UpdatedEmpId": 1, "UpdatedDate": "2025-02-05T08:58:47.9163104+02:00", "DeletedEmpId": 1, "DeletedDate": "2025-02-05T08:58:47.9163104+02:00", "IsDeleted": true, "Id": 8 } ]
application/xml, text/xml
Sample:
<ArrayOfFM_WorkRequestComments xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPPlus_MOdel.Model"> <FM_WorkRequestComments> <Id>8</Id> <CreatedDate>2025-02-05T08:58:47.9163104+02:00</CreatedDate> <CreatedEmpId>1</CreatedEmpId> <DeletedDate>2025-02-05T08:58:47.9163104+02:00</DeletedDate> <DeletedEmpId>1</DeletedEmpId> <IsDeleted>true</IsDeleted> <UpdatedDate>2025-02-05T08:58:47.9163104+02:00</UpdatedDate> <UpdatedEmpId>1</UpdatedEmpId> <ColorType>6</ColorType> <ContactOrSystemAdminName>sample string 5</ContactOrSystemAdminName> <Reply>sample string 4</Reply> <Type>2</Type> <TypeId>3</TypeId> <WorkRequestId>1</WorkRequestId> </FM_WorkRequestComments> <FM_WorkRequestComments> <Id>8</Id> <CreatedDate>2025-02-05T08:58:47.9163104+02:00</CreatedDate> <CreatedEmpId>1</CreatedEmpId> <DeletedDate>2025-02-05T08:58:47.9163104+02:00</DeletedDate> <DeletedEmpId>1</DeletedEmpId> <IsDeleted>true</IsDeleted> <UpdatedDate>2025-02-05T08:58:47.9163104+02:00</UpdatedDate> <UpdatedEmpId>1</UpdatedEmpId> <ColorType>6</ColorType> <ContactOrSystemAdminName>sample string 5</ContactOrSystemAdminName> <Reply>sample string 4</Reply> <Type>2</Type> <TypeId>3</TypeId> <WorkRequestId>1</WorkRequestId> </FM_WorkRequestComments> <FM_WorkRequestComments> <Id>8</Id> <CreatedDate>2025-02-05T08:58:47.9163104+02:00</CreatedDate> <CreatedEmpId>1</CreatedEmpId> <DeletedDate>2025-02-05T08:58:47.9163104+02:00</DeletedDate> <DeletedEmpId>1</DeletedEmpId> <IsDeleted>true</IsDeleted> <UpdatedDate>2025-02-05T08:58:47.9163104+02:00</UpdatedDate> <UpdatedEmpId>1</UpdatedEmpId> <ColorType>6</ColorType> <ContactOrSystemAdminName>sample string 5</ContactOrSystemAdminName> <Reply>sample string 4</Reply> <Type>2</Type> <TypeId>3</TypeId> <WorkRequestId>1</WorkRequestId> </FM_WorkRequestComments> </ArrayOfFM_WorkRequestComments>