Get Attendee Search
GET
/attendee_search/
Attendee
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/attendee_search/?event=88619&chapter=642&search=fachridantm@gmail.com' \
--header 'Referer: https://gdg.community.dev/dashboard/gdg-jakarta/events/88619/registrations' \
--header 'X-Csrftoken: skc5tVSjlgMoOQP87NUFgVebRgSZuD4pzaFkU3NEFt4xa8CGD0yLu59jAPrucC4D' \
--header 'Content-Type: application/json'
Response Response Example
200 - Example 1
{
"count": 1000,
"results": [
{
"attendee_uuid": "00eaf4f4-3c12-4892-bb3a-ee347308b132",
"can_delete": false,
"chapter_member_id": null,
"cohost_registration_chapter": null,
"cohost_registration_chapter_title": null,
"created_date": "2024-01-09T17:59:22Z",
"email": "attendee@mail.com",
"event": 1234,
"first_name": "John",
"id": 2345,
"is_checked_in": true,
"last_name": "Doe",
"order_id": "9498b84823cc4faa8ed7b74110f04015",
"origin_app": "",
"paid_currency": "USD",
"paid_price": 23.15,
"ticket_audience_type_enum_value": "Virtual",
"ticket_price_paid": 0,
"ticket_title": "General Admission"
}
],
"pagination": {
"current_page": 1,
"next_page": 2,
"page_size": 500,
"previous_page": null
},
"links": {
"previous": null,
"next": null
}
}
Request
Query Params
event
integer
required
Example:
88619
chapter
string
optional
Example:
642
search
string
optional
Example:
fachridantm@gmail.com
Header Params
Content-Type
string
optional
Example:
application/json
Referer
string
optional
Example:
https://gdg.community.dev/dashboard/gdg-jakarta/events/88619/registrations
X-Csrftoken
string
optional
Example:
skc5tVSjlgMoOQP87NUFgVebRgSZuD4pzaFkU3NEFt4xa8CGD0yLu59jAPrucC4D