Get a list of Attendees
GET
/Attendee
Attendees
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/Attendee?sort=customerID:asc&modifiedAfter=2024-06-30T20:07:03&page=1&resultsPerPage=20'
Response Response Example
200 - Attendees
[
{
"id": "6sjf88",
"modifiedDate": "2024-08-24",
"street1": "3227 Wolff Lights",
"street2": "6092 Main Street W",
"city": "Lilianaton",
"state": "Hawaii",
"zipCode": "27009-4128",
"attendeeID": "ATT9361",
"customerID": "CUST6176",
"salutation": "Ms",
"firstName": "Zion",
"initial": "R",
"lastName": "Pouros",
"jobTitle": "Regional Paradigm Orchestrator",
"phone": "(227) 527-2294",
"fax": "(507) 992-3680 x210",
"userID": "USER2295",
"canOrder": false,
"scanID": "XQW7UE",
"notificationEmail": "Virgil.Barrows@hotmail.com",
"vendorPreview": true,
"testAttendee": true,
"canReceiveSMS": false,
"cloudShowSubscriber": true,
"attendanceType": "Onsite Only"
},
{
"id": "sgapa4",
"modifiedDate": "2025-01-13",
"street1": "44887 Eldred Prairie",
"street2": "340 Adams Street",
"city": "East Devyn",
"state": "Alaska",
"zipCode": "71413",
"attendeeID": "ATT6195",
"customerID": "CUST8617",
"salutation": "Dr",
"firstName": "Susana",
"initial": "A",
"lastName": "Koepp",
"jobTitle": "Human Creative Associate",
"phone": "(404) 508-9935",
"fax": "(285) 802-6291 x48827",
"userID": "USER6644",
"canOrder": true,
"scanID": "WVY23J",
"notificationEmail": "Ashtyn57@yahoo.com",
"vendorPreview": true,
"testAttendee": true,
"canReceiveSMS": false,
"cloudShowSubscriber": false,
"attendanceType": "Virtual Only"
}
]
Request
Query Params
sort
string  | nullÂ
optional
Default:
Example:
customerID:asc
modifiedAfter
string <date-time> | nullÂ
optional
Example:
2024-06-30T20:07:03
page
integer <int32> | nullÂ
optional
>= 1
Default:
1
Example:
1
resultsPerPage
integer <int32> | nullÂ
optional
>= 1
Default:
20
Example:
20
Responses
Modified at 2025-05-13 17:13:06