Get auto assigned attendee numbers sequences

This API will return the list of all auto-assigned attendee number 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 returns auto-assigned attendee numbers.
minStartingNumberThis field contains the minimum starting number in a sequence.
numbersToExcludeThese are numbers to exclude from a sequence.
appliesToTicketTypeThis field returns applies to sequence on ticket type.
genderThis will return the gender of the attendee.
minAgeThis field is for a minimum age of the attendee.
maxAgeThis field is for a maximum age of the attendee.
assignedToThis field will return the ticket type id to which this sequence will assign.
ticketTypeNamesThis field returns ticket type name list.
issueUnorderedNumbersThis field contains a boolean value for issue unordered numbers.
endingNumberThis field contains the ending number of sequence.
sequenceNameThis field returns the sequence name.
minNumberOfDigitsThis field returns the minimum number of digits in the auto-assigned attendee number.

Error Codes

Here are the possible error messages, which will return based on the condition either failing or if 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!