Get Attendee by ID
GET
/attendee/{attendee_id}/
Attendee
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/attendee//' \
--header 'Referer: https://gdg.community.dev/dashboard/gdg-jakarta/events/88619/registrations' \
--header 'X-Csrftoken: MwN4XUZPvMtzDX2gEaH8z7cEMYT8ngaDTmgjo2UaPZLIZfPOanleNh7MvxsD5faR' \
--header 'Content-Type: application/json'
Response Response Example
200 - Example 1
{
"attendee_code": "CMXA24067985",
"attendee_uuid": "00eaf4f4-3c12-4892-bb3a-ee347308b132",
"avatar": {
"url": "https://res.cloudinary.com/startup-grind/image/upload/.../image.png",
"path": "image.png",
"thumbnail_width": 720,
"thumbnail_height": 540,
"thumbnail_format": "auto",
"thumbnail_url": "https://res.cloudinary.com/startup-grind/image/upload/.../image.png"
},
"can_delete": false,
"chapter_member_id": null,
"checkin_date": "2024-01-09T17:59:22Z",
"cohost_registration_chapter": null,
"cohost_registration_chapter_title": null,
"company": "Bevy",
"created_date": "2024-01-09T17:59:22Z",
"deleted_date": null,
"discount_code": null,
"email": "attendee@mail.com",
"event": 1234,
"event_chapter_id": 1234,
"featured": false,
"first_name": "John",
"id": 2345,
"is_checked_in": true,
"last_name": "Doe",
"masked_email": "*****@mail.com",
"name": "John Doe",
"order_id": "9498b84823cc4faa8ed7b74110f04015",
"origin_app": "",
"paid_currency": "USD",
"paid_price": 23.15,
"profile_url": "/u/mpbq9e",
"status": "registered",
"surveys": {
"pre_order": {
"created_date": "2024-01-09T17:59:22Z",
"fields": [
{
"label": "What is your name?",
"value": "John Doe"
}
]
},
"post_order": {
"created_date": "2024-01-09T17:59:22Z",
"fields": [
{
"label": "What is your name?",
"value": "John Doe"
}
]
},
"post_event_team": {
"created_date": "2024-01-09T17:59:22Z",
"fields": [
{
"label": "What is your name?",
"value": "John Doe"
}
]
}
},
"ticket_audience_type_enum_value": "Virtual",
"ticket_title": "General Admission",
"title": "Mr.",
"twitter": "johndoe",
"user": {
"authentication_providers": [
{
"provider": "google-oauth2",
"provider_user_id": 1234
}
],
"avatar": {
"url": "https://res.cloudinary.com/startup-grind/image/upload/.../image.png",
"path": "image.png",
"thumbnail_width": 720,
"thumbnail_height": 540,
"thumbnail_format": "auto",
"thumbnail_url": "https://res.cloudinary.com/startup-grind/image/upload/.../image.png"
},
"company": "Bevy",
"cropped_avatar_url": "https://res.cloudinary.com/startup-grind/image/fetch/.../image.jpeg",
"extra_data": {},
"title": "Mr.",
"role": {
"id": 1234,
"name": "Prospective",
"description": "Prospective Member",
"user_active_status": true
},
"email": "user@mail.com",
"first_name": "John",
"id": 1234,
"last_name": "Doe",
"username": "string"
},
"user_id": 0
}
Request
Path Params
attendee_id
integerÂ
required
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:
MwN4XUZPvMtzDX2gEaH8z7cEMYT8ngaDTmgjo2UaPZLIZfPOanleNh7MvxsD5faR