GET associations({associationId})/events/attendees

Method to get all attendees for all events

Request Information

Parameters

NameDescriptionAdditional information
associationId
Association of interest

Define this parameter in the request URI.

Response Information

Bunch of event attendees

Response body formats

application/json, text/json

Sample:
[
  {
    "RepresentativeId": 1,
    "MemberId": 1,
    "Id": 1,
    "BillingStatus": 1,
    "BillingStatusText": "UNPAID",
    "FirstName": "sample string 2",
    "LastName": "sample string 3",
    "Representitive": "sample string 2 sample string 3",
    "InviteStatus": 1,
    "InviteStatusText": "INVITED",
    "Organization": "sample string 5",
    "RegistrationDate": "2024-04-26T09:25:49.0751061-05:00",
    "HasAttended": true,
    "Email": "sample string 6",
    "Phone": "sample string 7",
    "EventId": 8,
    "RegistrationId": 1,
    "EventName": "sample string 9",
    "EventDate": "2024-04-26T09:25:49.0751061-05:00",
    "BaseFeeId": 1,
    "Age": 1,
    "InProcess": true,
    "AttendeeFees": [
      {
        "EventFeeId": 1,
        "Price": 2.1,
        "Quantity": 3
      },
      {
        "EventFeeId": 1,
        "Price": 2.1,
        "Quantity": 3
      },
      {
        "EventFeeId": 1,
        "Price": 2.1,
        "Quantity": 3
      }
    ],
    "RegistrationFees": [
      {
        "EventFeeId": 1,
        "Price": 2.1,
        "Quantity": 3
      },
      {
        "EventFeeId": 1,
        "Price": 2.1,
        "Quantity": 3
      },
      {
        "EventFeeId": 1,
        "Price": 2.1,
        "Quantity": 3
      }
    ],
    "EventEndDate": "2024-04-26T09:25:49.0751061-05:00",
    "EventDescription": "sample string 10"
  },
  {
    "RepresentativeId": 1,
    "MemberId": 1,
    "Id": 1,
    "BillingStatus": 1,
    "BillingStatusText": "UNPAID",
    "FirstName": "sample string 2",
    "LastName": "sample string 3",
    "Representitive": "sample string 2 sample string 3",
    "InviteStatus": 1,
    "InviteStatusText": "INVITED",
    "Organization": "sample string 5",
    "RegistrationDate": "2024-04-26T09:25:49.0751061-05:00",
    "HasAttended": true,
    "Email": "sample string 6",
    "Phone": "sample string 7",
    "EventId": 8,
    "RegistrationId": 1,
    "EventName": "sample string 9",
    "EventDate": "2024-04-26T09:25:49.0751061-05:00",
    "BaseFeeId": 1,
    "Age": 1,
    "InProcess": true,
    "AttendeeFees": [
      {
        "EventFeeId": 1,
        "Price": 2.1,
        "Quantity": 3
      },
      {
        "EventFeeId": 1,
        "Price": 2.1,
        "Quantity": 3
      },
      {
        "EventFeeId": 1,
        "Price": 2.1,
        "Quantity": 3
      }
    ],
    "RegistrationFees": [
      {
        "EventFeeId": 1,
        "Price": 2.1,
        "Quantity": 3
      },
      {
        "EventFeeId": 1,
        "Price": 2.1,
        "Quantity": 3
      },
      {
        "EventFeeId": 1,
        "Price": 2.1,
        "Quantity": 3
      }
    ],
    "EventEndDate": "2024-04-26T09:25:49.0751061-05:00",
    "EventDescription": "sample string 10"
  },
  {
    "RepresentativeId": 1,
    "MemberId": 1,
    "Id": 1,
    "BillingStatus": 1,
    "BillingStatusText": "UNPAID",
    "FirstName": "sample string 2",
    "LastName": "sample string 3",
    "Representitive": "sample string 2 sample string 3",
    "InviteStatus": 1,
    "InviteStatusText": "INVITED",
    "Organization": "sample string 5",
    "RegistrationDate": "2024-04-26T09:25:49.0751061-05:00",
    "HasAttended": true,
    "Email": "sample string 6",
    "Phone": "sample string 7",
    "EventId": 8,
    "RegistrationId": 1,
    "EventName": "sample string 9",
    "EventDate": "2024-04-26T09:25:49.0751061-05:00",
    "BaseFeeId": 1,
    "Age": 1,
    "InProcess": true,
    "AttendeeFees": [
      {
        "EventFeeId": 1,
        "Price": 2.1,
        "Quantity": 3
      },
      {
        "EventFeeId": 1,
        "Price": 2.1,
        "Quantity": 3
      },
      {
        "EventFeeId": 1,
        "Price": 2.1,
        "Quantity": 3
      }
    ],
    "RegistrationFees": [
      {
        "EventFeeId": 1,
        "Price": 2.1,
        "Quantity": 3
      },
      {
        "EventFeeId": 1,
        "Price": 2.1,
        "Quantity": 3
      },
      {
        "EventFeeId": 1,
        "Price": 2.1,
        "Quantity": 3
      }
    ],
    "EventEndDate": "2024-04-26T09:25:49.0751061-05:00",
    "EventDescription": "sample string 10"
  }
]

application/xml, text/xml

Sample:
<ArrayOfEventAttendeeResource xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MicroNet.WebAPI.Classes.Resources">
  <EventAttendeeResource>
    <Age>1</Age>
    <AttendeeFees>
      <EventFeeResource>
        <EventFeeId>1</EventFeeId>
        <Price>2.1</Price>
        <Quantity>3</Quantity>
      </EventFeeResource>
      <EventFeeResource>
        <EventFeeId>1</EventFeeId>
        <Price>2.1</Price>
        <Quantity>3</Quantity>
      </EventFeeResource>
      <EventFeeResource>
        <EventFeeId>1</EventFeeId>
        <Price>2.1</Price>
        <Quantity>3</Quantity>
      </EventFeeResource>
    </AttendeeFees>
    <BaseFeeId>1</BaseFeeId>
    <BillingStatus>1</BillingStatus>
    <Email>sample string 6</Email>
    <EventDate>2024-04-26T09:25:49.0751061-05:00</EventDate>
    <EventDescription>sample string 10</EventDescription>
    <EventEndDate>2024-04-26T09:25:49.0751061-05:00</EventEndDate>
    <EventId>8</EventId>
    <EventName>sample string 9</EventName>
    <FirstName>sample string 2</FirstName>
    <HasAttended>true</HasAttended>
    <Id>1</Id>
    <InProcess>true</InProcess>
    <InviteStatus>1</InviteStatus>
    <LastName>sample string 3</LastName>
    <MemberId>1</MemberId>
    <Organization>sample string 5</Organization>
    <Phone>sample string 7</Phone>
    <RegistrationDate>2024-04-26T09:25:49.0751061-05:00</RegistrationDate>
    <RegistrationFees>
      <EventFeeResource>
        <EventFeeId>1</EventFeeId>
        <Price>2.1</Price>
        <Quantity>3</Quantity>
      </EventFeeResource>
      <EventFeeResource>
        <EventFeeId>1</EventFeeId>
        <Price>2.1</Price>
        <Quantity>3</Quantity>
      </EventFeeResource>
      <EventFeeResource>
        <EventFeeId>1</EventFeeId>
        <Price>2.1</Price>
        <Quantity>3</Quantity>
      </EventFeeResource>
    </RegistrationFees>
    <RegistrationId>1</RegistrationId>
    <RepresentativeId>1</RepresentativeId>
  </EventAttendeeResource>
  <EventAttendeeResource>
    <Age>1</Age>
    <AttendeeFees>
      <EventFeeResource>
        <EventFeeId>1</EventFeeId>
        <Price>2.1</Price>
        <Quantity>3</Quantity>
      </EventFeeResource>
      <EventFeeResource>
        <EventFeeId>1</EventFeeId>
        <Price>2.1</Price>
        <Quantity>3</Quantity>
      </EventFeeResource>
      <EventFeeResource>
        <EventFeeId>1</EventFeeId>
        <Price>2.1</Price>
        <Quantity>3</Quantity>
      </EventFeeResource>
    </AttendeeFees>
    <BaseFeeId>1</BaseFeeId>
    <BillingStatus>1</BillingStatus>
    <Email>sample string 6</Email>
    <EventDate>2024-04-26T09:25:49.0751061-05:00</EventDate>
    <EventDescription>sample string 10</EventDescription>
    <EventEndDate>2024-04-26T09:25:49.0751061-05:00</EventEndDate>
    <EventId>8</EventId>
    <EventName>sample string 9</EventName>
    <FirstName>sample string 2</FirstName>
    <HasAttended>true</HasAttended>
    <Id>1</Id>
    <InProcess>true</InProcess>
    <InviteStatus>1</InviteStatus>
    <LastName>sample string 3</LastName>
    <MemberId>1</MemberId>
    <Organization>sample string 5</Organization>
    <Phone>sample string 7</Phone>
    <RegistrationDate>2024-04-26T09:25:49.0751061-05:00</RegistrationDate>
    <RegistrationFees>
      <EventFeeResource>
        <EventFeeId>1</EventFeeId>
        <Price>2.1</Price>
        <Quantity>3</Quantity>
      </EventFeeResource>
      <EventFeeResource>
        <EventFeeId>1</EventFeeId>
        <Price>2.1</Price>
        <Quantity>3</Quantity>
      </EventFeeResource>
      <EventFeeResource>
        <EventFeeId>1</EventFeeId>
        <Price>2.1</Price>
        <Quantity>3</Quantity>
      </EventFeeResource>
    </RegistrationFees>
    <RegistrationId>1</RegistrationId>
    <RepresentativeId>1</RepresentativeId>
  </EventAttendeeResource>
  <EventAttendeeResource>
    <Age>1</Age>
    <AttendeeFees>
      <EventFeeResource>
        <EventFeeId>1</EventFeeId>
        <Price>2.1</Price>
        <Quantity>3</Quantity>
      </EventFeeResource>
      <EventFeeResource>
        <EventFeeId>1</EventFeeId>
        <Price>2.1</Price>
        <Quantity>3</Quantity>
      </EventFeeResource>
      <EventFeeResource>
        <EventFeeId>1</EventFeeId>
        <Price>2.1</Price>
        <Quantity>3</Quantity>
      </EventFeeResource>
    </AttendeeFees>
    <BaseFeeId>1</BaseFeeId>
    <BillingStatus>1</BillingStatus>
    <Email>sample string 6</Email>
    <EventDate>2024-04-26T09:25:49.0751061-05:00</EventDate>
    <EventDescription>sample string 10</EventDescription>
    <EventEndDate>2024-04-26T09:25:49.0751061-05:00</EventEndDate>
    <EventId>8</EventId>
    <EventName>sample string 9</EventName>
    <FirstName>sample string 2</FirstName>
    <HasAttended>true</HasAttended>
    <Id>1</Id>
    <InProcess>true</InProcess>
    <InviteStatus>1</InviteStatus>
    <LastName>sample string 3</LastName>
    <MemberId>1</MemberId>
    <Organization>sample string 5</Organization>
    <Phone>sample string 7</Phone>
    <RegistrationDate>2024-04-26T09:25:49.0751061-05:00</RegistrationDate>
    <RegistrationFees>
      <EventFeeResource>
        <EventFeeId>1</EventFeeId>
        <Price>2.1</Price>
        <Quantity>3</Quantity>
      </EventFeeResource>
      <EventFeeResource>
        <EventFeeId>1</EventFeeId>
        <Price>2.1</Price>
        <Quantity>3</Quantity>
      </EventFeeResource>
      <EventFeeResource>
        <EventFeeId>1</EventFeeId>
        <Price>2.1</Price>
        <Quantity>3</Quantity>
      </EventFeeResource>
    </RegistrationFees>
    <RegistrationId>1</RegistrationId>
    <RepresentativeId>1</RepresentativeId>
  </EventAttendeeResource>
</ArrayOfEventAttendeeResource>

text/csv

Sample:
RepresentativeId,MemberId,Id,BillingStatus,BillingStatusText,FirstName,LastName,Representitive,InviteStatus,InviteStatusText,Organization,RegistrationDate,HasAttended,Email,Phone,EventId,RegistrationId,EventName,EventDate,BaseFeeId,Age,InProcess,AttendeeFees,RegistrationFees,EventEndDate,EventDescription
"1","1","1","1","UNPAID","sample string 2","sample string 3","sample string 2 sample string 3","1","INVITED","sample string 5","4/26/2024 9:25:49 AM","True","sample string 6","sample string 7","8","1","sample string 9","4/26/2024 9:25:49 AM","1","1","True","System.Collections.Generic.List`1[MicroNet.WebAPI.Classes.Resources.EventFeeResource]","System.Collections.Generic.List`1[MicroNet.WebAPI.Classes.Resources.EventFeeResource]","4/26/2024 9:25:49 AM","sample string 10"
"1","1","1","1","UNPAID","sample string 2","sample string 3","sample string 2 sample string 3","1","INVITED","sample string 5","4/26/2024 9:25:49 AM","True","sample string 6","sample string 7","8","1","sample string 9","4/26/2024 9:25:49 AM","1","1","True","System.Collections.Generic.List`1[MicroNet.WebAPI.Classes.Resources.EventFeeResource]","System.Collections.Generic.List`1[MicroNet.WebAPI.Classes.Resources.EventFeeResource]","4/26/2024 9:25:49 AM","sample string 10"
"1","1","1","1","UNPAID","sample string 2","sample string 3","sample string 2 sample string 3","1","INVITED","sample string 5","4/26/2024 9:25:49 AM","True","sample string 6","sample string 7","8","1","sample string 9","4/26/2024 9:25:49 AM","1","1","True","System.Collections.Generic.List`1[MicroNet.WebAPI.Classes.Resources.EventFeeResource]","System.Collections.Generic.List`1[MicroNet.WebAPI.Classes.Resources.EventFeeResource]","4/26/2024 9:25:49 AM","sample string 10"