Event - Attendance Export
GET /events/v2/{bucket}/booking/{uid}/attendance/export
GET
/events/v2/{bucket}/booking/{uid}/attendance/export
All the attendees for an event in spreadsheet format
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” bucket
required
The bucket (client) name
string
Example
example uid
required
Usually the final element in the URI, an alphanumeric unique identifier
string
Example
6305f074683e800f3abe809eThe resource UID, usually a person UID
Query Parameters
Section titled “Query Parameters ” fieldset
Array<string>
The fieldsets (lists of fields) to be returned in the export
Responses
Section titled “ Responses ”Binary XLSX file
string format: binary
Bad request, see the error field for details
object
description
A human readable description of the error
string
error
A concise error message
string
type
A machine readable error type
string
Unauthorized is the status code to return when the client provides no credentials or invalid credentials.
Forbidden is the status code to return when a client has valid credentials but not enough privileges to perform an action on a resource.
Not found