GET associations({associationId})/members({memberId})/Communications
this method gets a list of correspondence for a member
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| associationId | association to look at |
Define this parameter in the request URI. |
| memberId | member id to look at |
Define this parameter in the request URI. |
Response Information
bunch of communications
Response body formats
application/json, text/json
Sample:
[
{
"BaseMemberFirstname": "sample string 1",
"BaseMemberLastname": "sample string 2",
"BaseMemberRepresentativeId": 1,
"BaseStaffFirstname": "sample string 3",
"BaseStaffLastname": "sample string 4",
"BaseStaffRepresentativeId": 1,
"BodySize": 1,
"Category": "sample string 5",
"CategoryId": 1,
"CommunicationTypeId": 1,
"ContactDate": "2025-10-30T12:28:57.4800614-05:00",
"Content": "sample string 6",
"CorrespondenceContactDate": "2025-10-30T12:28:57.4800614-05:00",
"FollowUpMemberFirstname": "sample string 7",
"FollowUpMemberLastname": "sample string 8",
"FollowUpMemberRepresentativeId": 1,
"FollowupNotes": "sample string 9",
"FollowUpStaffFirstname": "sample string 10",
"FollowUpStaffLastname": "sample string 11",
"FollowUpStaffRepresentativeId": 1,
"FollowupTitle": "sample string 12",
"Id": 1,
"InsertFlags": 1,
"IsHtml": true,
"IsStandard": true,
"LastChildEntry": "2025-10-30T12:28:57.4800614-05:00",
"MemberId": 1,
"NumberOfChildEntries": 1,
"RecipientCount": 1,
"Subject": "sample string 13"
},
{
"BaseMemberFirstname": "sample string 1",
"BaseMemberLastname": "sample string 2",
"BaseMemberRepresentativeId": 1,
"BaseStaffFirstname": "sample string 3",
"BaseStaffLastname": "sample string 4",
"BaseStaffRepresentativeId": 1,
"BodySize": 1,
"Category": "sample string 5",
"CategoryId": 1,
"CommunicationTypeId": 1,
"ContactDate": "2025-10-30T12:28:57.4800614-05:00",
"Content": "sample string 6",
"CorrespondenceContactDate": "2025-10-30T12:28:57.4800614-05:00",
"FollowUpMemberFirstname": "sample string 7",
"FollowUpMemberLastname": "sample string 8",
"FollowUpMemberRepresentativeId": 1,
"FollowupNotes": "sample string 9",
"FollowUpStaffFirstname": "sample string 10",
"FollowUpStaffLastname": "sample string 11",
"FollowUpStaffRepresentativeId": 1,
"FollowupTitle": "sample string 12",
"Id": 1,
"InsertFlags": 1,
"IsHtml": true,
"IsStandard": true,
"LastChildEntry": "2025-10-30T12:28:57.4800614-05:00",
"MemberId": 1,
"NumberOfChildEntries": 1,
"RecipientCount": 1,
"Subject": "sample string 13"
},
{
"BaseMemberFirstname": "sample string 1",
"BaseMemberLastname": "sample string 2",
"BaseMemberRepresentativeId": 1,
"BaseStaffFirstname": "sample string 3",
"BaseStaffLastname": "sample string 4",
"BaseStaffRepresentativeId": 1,
"BodySize": 1,
"Category": "sample string 5",
"CategoryId": 1,
"CommunicationTypeId": 1,
"ContactDate": "2025-10-30T12:28:57.4800614-05:00",
"Content": "sample string 6",
"CorrespondenceContactDate": "2025-10-30T12:28:57.4800614-05:00",
"FollowUpMemberFirstname": "sample string 7",
"FollowUpMemberLastname": "sample string 8",
"FollowUpMemberRepresentativeId": 1,
"FollowupNotes": "sample string 9",
"FollowUpStaffFirstname": "sample string 10",
"FollowUpStaffLastname": "sample string 11",
"FollowUpStaffRepresentativeId": 1,
"FollowupTitle": "sample string 12",
"Id": 1,
"InsertFlags": 1,
"IsHtml": true,
"IsStandard": true,
"LastChildEntry": "2025-10-30T12:28:57.4800614-05:00",
"MemberId": 1,
"NumberOfChildEntries": 1,
"RecipientCount": 1,
"Subject": "sample string 13"
}
]
application/xml, text/xml
Sample:
<ArrayOfCommunicationEntryResource xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MicroNet.WebAPI.Classes.Resources">
<CommunicationEntryResource>
<BaseMemberFirstname>sample string 1</BaseMemberFirstname>
<BaseMemberLastname>sample string 2</BaseMemberLastname>
<BaseMemberRepresentativeId>1</BaseMemberRepresentativeId>
<BaseStaffFirstname>sample string 3</BaseStaffFirstname>
<BaseStaffLastname>sample string 4</BaseStaffLastname>
<BaseStaffRepresentativeId>1</BaseStaffRepresentativeId>
<BodySize>1</BodySize>
<Category>sample string 5</Category>
<CategoryId>1</CategoryId>
<CommunicationTypeId>1</CommunicationTypeId>
<ContactDate>2025-10-30T12:28:57.4800614-05:00</ContactDate>
<Content>sample string 6</Content>
<CorrespondenceContactDate>2025-10-30T12:28:57.4800614-05:00</CorrespondenceContactDate>
<FollowUpMemberFirstname>sample string 7</FollowUpMemberFirstname>
<FollowUpMemberLastname>sample string 8</FollowUpMemberLastname>
<FollowUpMemberRepresentativeId>1</FollowUpMemberRepresentativeId>
<FollowUpStaffFirstname>sample string 10</FollowUpStaffFirstname>
<FollowUpStaffLastname>sample string 11</FollowUpStaffLastname>
<FollowUpStaffRepresentativeId>1</FollowUpStaffRepresentativeId>
<FollowupNotes>sample string 9</FollowupNotes>
<FollowupTitle>sample string 12</FollowupTitle>
<Id>1</Id>
<InsertFlags>Correspondence_Emails</InsertFlags>
<IsHtml>true</IsHtml>
<IsStandard>true</IsStandard>
<LastChildEntry>2025-10-30T12:28:57.4800614-05:00</LastChildEntry>
<MemberId>1</MemberId>
<NumberOfChildEntries>1</NumberOfChildEntries>
<RecipientCount>1</RecipientCount>
<Subject>sample string 13</Subject>
</CommunicationEntryResource>
<CommunicationEntryResource>
<BaseMemberFirstname>sample string 1</BaseMemberFirstname>
<BaseMemberLastname>sample string 2</BaseMemberLastname>
<BaseMemberRepresentativeId>1</BaseMemberRepresentativeId>
<BaseStaffFirstname>sample string 3</BaseStaffFirstname>
<BaseStaffLastname>sample string 4</BaseStaffLastname>
<BaseStaffRepresentativeId>1</BaseStaffRepresentativeId>
<BodySize>1</BodySize>
<Category>sample string 5</Category>
<CategoryId>1</CategoryId>
<CommunicationTypeId>1</CommunicationTypeId>
<ContactDate>2025-10-30T12:28:57.4800614-05:00</ContactDate>
<Content>sample string 6</Content>
<CorrespondenceContactDate>2025-10-30T12:28:57.4800614-05:00</CorrespondenceContactDate>
<FollowUpMemberFirstname>sample string 7</FollowUpMemberFirstname>
<FollowUpMemberLastname>sample string 8</FollowUpMemberLastname>
<FollowUpMemberRepresentativeId>1</FollowUpMemberRepresentativeId>
<FollowUpStaffFirstname>sample string 10</FollowUpStaffFirstname>
<FollowUpStaffLastname>sample string 11</FollowUpStaffLastname>
<FollowUpStaffRepresentativeId>1</FollowUpStaffRepresentativeId>
<FollowupNotes>sample string 9</FollowupNotes>
<FollowupTitle>sample string 12</FollowupTitle>
<Id>1</Id>
<InsertFlags>Correspondence_Emails</InsertFlags>
<IsHtml>true</IsHtml>
<IsStandard>true</IsStandard>
<LastChildEntry>2025-10-30T12:28:57.4800614-05:00</LastChildEntry>
<MemberId>1</MemberId>
<NumberOfChildEntries>1</NumberOfChildEntries>
<RecipientCount>1</RecipientCount>
<Subject>sample string 13</Subject>
</CommunicationEntryResource>
<CommunicationEntryResource>
<BaseMemberFirstname>sample string 1</BaseMemberFirstname>
<BaseMemberLastname>sample string 2</BaseMemberLastname>
<BaseMemberRepresentativeId>1</BaseMemberRepresentativeId>
<BaseStaffFirstname>sample string 3</BaseStaffFirstname>
<BaseStaffLastname>sample string 4</BaseStaffLastname>
<BaseStaffRepresentativeId>1</BaseStaffRepresentativeId>
<BodySize>1</BodySize>
<Category>sample string 5</Category>
<CategoryId>1</CategoryId>
<CommunicationTypeId>1</CommunicationTypeId>
<ContactDate>2025-10-30T12:28:57.4800614-05:00</ContactDate>
<Content>sample string 6</Content>
<CorrespondenceContactDate>2025-10-30T12:28:57.4800614-05:00</CorrespondenceContactDate>
<FollowUpMemberFirstname>sample string 7</FollowUpMemberFirstname>
<FollowUpMemberLastname>sample string 8</FollowUpMemberLastname>
<FollowUpMemberRepresentativeId>1</FollowUpMemberRepresentativeId>
<FollowUpStaffFirstname>sample string 10</FollowUpStaffFirstname>
<FollowUpStaffLastname>sample string 11</FollowUpStaffLastname>
<FollowUpStaffRepresentativeId>1</FollowUpStaffRepresentativeId>
<FollowupNotes>sample string 9</FollowupNotes>
<FollowupTitle>sample string 12</FollowupTitle>
<Id>1</Id>
<InsertFlags>Correspondence_Emails</InsertFlags>
<IsHtml>true</IsHtml>
<IsStandard>true</IsStandard>
<LastChildEntry>2025-10-30T12:28:57.4800614-05:00</LastChildEntry>
<MemberId>1</MemberId>
<NumberOfChildEntries>1</NumberOfChildEntries>
<RecipientCount>1</RecipientCount>
<Subject>sample string 13</Subject>
</CommunicationEntryResource>
</ArrayOfCommunicationEntryResource>
text/csv
Sample:
BaseMemberFirstname,BaseMemberLastname,BaseMemberRepresentativeId,BaseStaffFirstname,BaseStaffLastname,BaseStaffRepresentativeId,BodySize,Category,CategoryId,CommunicationTypeId,ContactDate,Content,CorrespondenceContactDate,FollowUpMemberFirstname,FollowUpMemberLastname,FollowUpMemberRepresentativeId,FollowupNotes,FollowUpStaffFirstname,FollowUpStaffLastname,FollowUpStaffRepresentativeId,FollowupTitle,Id,InsertFlags,IsHtml,IsStandard,LastChildEntry,MemberId,NumberOfChildEntries,RecipientCount,Subject "sample string 1","sample string 2","1","sample string 3","sample string 4","1","1","sample string 5","1","1","10/30/2025 12:28:57 PM","sample string 6","10/30/2025 12:28:57 PM","sample string 7","sample string 8","1","sample string 9","sample string 10","sample string 11","1","sample string 12","1","Correspondence_Emails","True","True","10/30/2025 12:28:57 PM","1","1","1","sample string 13" "sample string 1","sample string 2","1","sample string 3","sample string 4","1","1","sample string 5","1","1","10/30/2025 12:28:57 PM","sample string 6","10/30/2025 12:28:57 PM","sample string 7","sample string 8","1","sample string 9","sample string 10","sample string 11","1","sample string 12","1","Correspondence_Emails","True","True","10/30/2025 12:28:57 PM","1","1","1","sample string 13" "sample string 1","sample string 2","1","sample string 3","sample string 4","1","1","sample string 5","1","1","10/30/2025 12:28:57 PM","sample string 6","10/30/2025 12:28:57 PM","sample string 7","sample string 8","1","sample string 9","sample string 10","sample string 11","1","sample string 12","1","Correspondence_Emails","True","True","10/30/2025 12:28:57 PM","1","1","1","sample string 13"