Docs

Get Event Crew

GET /events/{eventId}/crew

GET/events/{eventId}/crew

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.

Returns all crew members across every collaborator for the event, along with metadata about the crew attribute definitions in use.

Path Parameters

FieldTypeRequiredDescription
eventIdGuidRequiredThe ID of the event.

Response

FieldTypeDescription
crewCrewMember[]All crew members on the event.
crew[].idGuidCrew member ID.
crew[].firstNamestringFirst name.
crew[].lastNamestringLast name.
crew[].emailstringEmail address.
crew[].phoneNumberstringPhone number.
crew[].titlestringJob title.
crew[].isPointOfContactboolWhether this person is a primary contact.
crew[].connectedUserobject| nullLinked user account (`{ id, status, email }`), or `null` if not linked.
crew[].collaboratorobjectThe collaborator this crew member belongs to (`{ id, name }`).
crew[].attributesAttribute[]Custom attribute values for this crew member.
crew[].attributes[].idGuidAttribute definition ID.
crew[].attributes[].isRequiredboolWhether this attribute is required.
crew[].attributes[].isCrewEditableboolWhether the crew member can edit this value.
crew[].attributes[].isCrewVisibleboolWhether the crew member can see this attribute.
crew[].attributes[].valuestringThe attribute value.
attributesInfoAttributeInfo[]Definitions for all crew attributes in use on this event.
attributesInfo[].idGuidAttribute definition ID.
attributesInfo[].namestringAttribute display name.
attributesInfo[].typestringAttribute data type.