Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 17.1 KB

File metadata and controls

9 lines (6 loc) · 17.1 KB

GetAttendeeByIdRequest

Fields

Field Type Required Description Example
id String ✔️ The unique ID of an attendee. 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3
expand List<Expand> This endpoint allows you to request additional information as an expanded response using the expand query parameter.
The expanded entity is retrieved and displayed inline for each specified expand value.

An object contains the ID of a related object in its response properties. You can expand these objects,
along with others, in line using the expand query parameter.

You can expand multiple objects at the same time by identifying multiple items in the expand array.

The respective scopes for each expansion are required.

The following fields are expandable:
* answers.question
* Scope: event/events:read
* Reference: List Event Questions
* registrationType
* Scope: event/registration-types:read
* Reference: List Registration Types
[
"answers.question",
"registrationType"
]