Get attendee with assigned sequences

This API will return a list of attendees with assigned sequences
This API can be accessed by event admin and super admin. Users have to pass their authentication key for user authentication.

Response

Here is the description of response attributes, which returns to the form of JSON.

AttributesDescription
idThis field contains auto-assigned attendee numbers.
numberThis is the sequence number.
eventTicketIdThis field will return the ticket type id to which this sequence will assign.
sequenceNumberThis field returns a string sequence number.
firstNameThis field holds the first name of the attendee.
lastNameThis field holds the last name of the attendee.
ticketTypeThis field returns the ticket type name.
sequenceNameThis field contains the sequence name.
minNumberOfDigitsThis field returns the minimum number of digits in the auto-assigned attendee number.

Error Codes

Here is the possible error messages, which return if any condition gets failed or required data is missing for processing.

Error CodeError Description
200Successfully retrieved all sequences.
401You are not authorized to view the resource.
403Accessing the resource you were trying to reach is forbidden.
404The resource you were trying to reach is not found
4040200Event Not Found
4030201Not Event Host
Language
Authorization
Header
Click Try It! to start a request and see the response here!