POST api/Notifications/Projects/{projectId}/Communications/List/Export
Get project Communications.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| projectId | integer |
Required |
Body Parameters
CommunicationFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| BusinessEntityTypeId | BusinessEntityTypeId |
None. |
|
| EntityId | integer |
None. |
|
| Code | string |
None. |
|
| Title | string |
None. |
|
| Body | string |
None. |
|
| Department | string |
None. |
|
| EntityName | string |
None. |
|
| LetterNumber | string |
None. |
|
| HasAttachements | boolean |
None. |
|
| IsReplyRequired | boolean |
None. |
|
| IssueDate | Collection of date |
None. |
|
| ReplyDate | Collection of date |
None. |
|
| ReplyRequiredDate | Collection of date |
None. |
|
| NotificationStatusId | NotificationStatusId |
None. |
|
| ThreadStatusId | ThreadStatusId |
None. |
|
| ThreadTitle | string |
None. |
|
| Topic | string |
None. |
|
| SubcontractName | string |
None. |
|
| SubcontractCode | string |
None. |
|
| SubcontractorName | string |
None. |
|
| SubcontractorCode | string |
None. |
|
| NotifDirectionTypeId | NotificationDirectionTypeId |
None. |
|
| NotificationSourceTypeId | NotificationSourceTypeId |
None. |
|
| EntityCode | string |
None. |
|
| Page | Page |
None. |
|
| SortedColumns | Collection of Order |
None. |
Request Formats
application/json, text/json
Sample:
{
"businessEntityTypeId": 1,
"entityId": 1,
"code": "sample string 1",
"title": "sample string 2",
"body": "sample string 3",
"department": "sample string 4",
"entityName": "sample string 5",
"letterNumber": "sample string 6",
"hasAttachements": true,
"isReplyRequired": true,
"issueDate": [
"2026-05-09T14:07:10.449904+02:00",
"2026-05-09T14:07:10.449904+02:00"
],
"replyDate": [
"2026-05-09T14:07:10.449904+02:00",
"2026-05-09T14:07:10.449904+02:00"
],
"replyRequiredDate": [
"2026-05-09T14:07:10.449904+02:00",
"2026-05-09T14:07:10.449904+02:00"
],
"notificationStatusId": 1,
"threadStatusId": 1,
"threadTitle": "sample string 7",
"topic": "sample string 8",
"subcontractName": "sample string 9",
"subcontractCode": "sample string 10",
"subcontractorName": "sample string 11",
"subcontractorCode": "sample string 12",
"notifDirectionTypeId": 1,
"notificationSourceTypeId": 1,
"entityCode": "sample string 13",
"page": {
"number": 1,
"size": 2,
"skip": 0
},
"sortedColumns": [
{
"name": "sample string 1",
"descending": true
},
{
"name": "sample string 1",
"descending": true
}
]
}
text/html
Sample:
{"businessEntityTypeId":1,"entityId":1,"code":"sample string 1","title":"sample string 2","body":"sample string 3","department":"sample string 4","entityName":"sample string 5","letterNumber":"sample string 6","hasAttachements":true,"isReplyRequired":true,"issueDate":["2026-05-09T14:07:10.449904+02:00","2026-05-09T14:07:10.449904+02:00"],"replyDate":["2026-05-09T14:07:10.449904+02:00","2026-05-09T14:07:10.449904+02:00"],"replyRequiredDate":["2026-05-09T14:07:10.449904+02:00","2026-05-09T14:07:10.449904+02:00"],"notificationStatusId":1,"threadStatusId":1,"threadTitle":"sample string 7","topic":"sample string 8","subcontractName":"sample string 9","subcontractCode":"sample string 10","subcontractorName":"sample string 11","subcontractorCode":"sample string 12","notifDirectionTypeId":1,"notificationSourceTypeId":1,"entityCode":"sample string 13","page":{"number":1,"size":2,"skip":0},"sortedColumns":[{"name":"sample string 1","descending":true},{"name":"sample string 1","descending":true}]}
application/xml, text/xml
Sample:
<CommunicationFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TR.eSAM.NotificationModule.Application.Dtos.Dtos.NotificationAgg">
<Page xmlns="http://schemas.datacontract.org/2004/07/TR.eSAM.Application.Base.SortAndPage.Entities">
<Number>1</Number>
<Size>2</Size>
</Page>
<SortedColumns xmlns="http://schemas.datacontract.org/2004/07/TR.eSAM.Application.Base.SortAndPage.Entities">
<Order>
<Descending>true</Descending>
<Name>sample string 1</Name>
</Order>
<Order>
<Descending>true</Descending>
<Name>sample string 1</Name>
</Order>
</SortedColumns>
<Body>sample string 3</Body>
<BusinessEntityTypeId>Subcontract</BusinessEntityTypeId>
<Code>sample string 1</Code>
<Department>sample string 4</Department>
<EntityCode>sample string 13</EntityCode>
<EntityId>1</EntityId>
<EntityName>sample string 5</EntityName>
<HasAttachements>true</HasAttachements>
<IsReplyRequired>true</IsReplyRequired>
<IssueDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:dateTime>2026-05-09T14:07:10.449904+02:00</d2p1:dateTime>
<d2p1:dateTime>2026-05-09T14:07:10.449904+02:00</d2p1:dateTime>
</IssueDate>
<LetterNumber>sample string 6</LetterNumber>
<NotifDirectionTypeId>In</NotifDirectionTypeId>
<NotificationSourceTypeId>FlowIn</NotificationSourceTypeId>
<NotificationStatusId>Open</NotificationStatusId>
<ReplyDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:dateTime>2026-05-09T14:07:10.449904+02:00</d2p1:dateTime>
<d2p1:dateTime>2026-05-09T14:07:10.449904+02:00</d2p1:dateTime>
</ReplyDate>
<ReplyRequiredDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:dateTime>2026-05-09T14:07:10.449904+02:00</d2p1:dateTime>
<d2p1:dateTime>2026-05-09T14:07:10.449904+02:00</d2p1:dateTime>
</ReplyRequiredDate>
<SubcontractCode>sample string 10</SubcontractCode>
<SubcontractName>sample string 9</SubcontractName>
<SubcontractorCode>sample string 12</SubcontractorCode>
<SubcontractorName>sample string 11</SubcontractorName>
<ThreadStatusId>Open</ThreadStatusId>
<ThreadTitle>sample string 7</ThreadTitle>
<Title>sample string 2</Title>
<Topic>sample string 8</Topic>
</CommunicationFilter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |