GET associations({associationId})/members/applications
Method to get all member applications
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| associationId | Association of interest |
Define this parameter in the request URI. |
Response Information
All member applications
Response body formats
application/json, text/json
Sample:
[
{
"Id": 1,
"MemberId": 1,
"Status": 1,
"MemberAppPackageId": 1,
"MemberAppPackageName": "sample string 2",
"AssociationNotes": "sample string 3",
"MemberComments": "sample string 4",
"MemberAppBillStatus": "sample string 5"
},
{
"Id": 1,
"MemberId": 1,
"Status": 1,
"MemberAppPackageId": 1,
"MemberAppPackageName": "sample string 2",
"AssociationNotes": "sample string 3",
"MemberComments": "sample string 4",
"MemberAppBillStatus": "sample string 5"
},
{
"Id": 1,
"MemberId": 1,
"Status": 1,
"MemberAppPackageId": 1,
"MemberAppPackageName": "sample string 2",
"AssociationNotes": "sample string 3",
"MemberComments": "sample string 4",
"MemberAppBillStatus": "sample string 5"
}
]
application/xml, text/xml
Sample:
<ArrayOfMemberApplicationResource xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MicroNet.WebAPI.Classes.Resources">
<MemberApplicationResource>
<AssociationNotes>sample string 3</AssociationNotes>
<Id>1</Id>
<MemberAppBillStatus>sample string 5</MemberAppBillStatus>
<MemberAppPackageId>1</MemberAppPackageId>
<MemberAppPackageName>sample string 2</MemberAppPackageName>
<MemberComments>sample string 4</MemberComments>
<MemberId>1</MemberId>
<Status>1</Status>
</MemberApplicationResource>
<MemberApplicationResource>
<AssociationNotes>sample string 3</AssociationNotes>
<Id>1</Id>
<MemberAppBillStatus>sample string 5</MemberAppBillStatus>
<MemberAppPackageId>1</MemberAppPackageId>
<MemberAppPackageName>sample string 2</MemberAppPackageName>
<MemberComments>sample string 4</MemberComments>
<MemberId>1</MemberId>
<Status>1</Status>
</MemberApplicationResource>
<MemberApplicationResource>
<AssociationNotes>sample string 3</AssociationNotes>
<Id>1</Id>
<MemberAppBillStatus>sample string 5</MemberAppBillStatus>
<MemberAppPackageId>1</MemberAppPackageId>
<MemberAppPackageName>sample string 2</MemberAppPackageName>
<MemberComments>sample string 4</MemberComments>
<MemberId>1</MemberId>
<Status>1</Status>
</MemberApplicationResource>
</ArrayOfMemberApplicationResource>
text/csv
Sample:
Id,MemberId,Status,MemberAppPackageId,MemberAppPackageName,AssociationNotes,MemberComments,MemberAppBillStatus "1","1","1","1","sample string 2","sample string 3","sample string 4","sample string 5" "1","1","1","1","sample string 2","sample string 3","sample string 4","sample string 5" "1","1","1","1","sample string 2","sample string 3","sample string 4","sample string 5"