Get Custom Attribute For Sequence

This API will return custom attributes for sequence with event URL and other values.
This API can be accessed by event admin and super admin. Users have to pass their authentication key for user authentication and path variable ticketTypeIds.

Response

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

AttributesDescription
eventURLThis field returns the event URL.
attributesThis field returns a list of TicketSettingAttributeDto. List contains :
id: This field returns an id.
fieldName: This field returns field name.
enabledForTicketHolder: This field returns the boolean value of a field is enabled for the holder.
requiredForTicketHolder: This field returns boolean value for field is required for holder.
enabledForTicketPurchaser: This field returns boolean value for field is enabled for purchaser.
requiredForTicketPurchaser: This field returns boolean value for field is required for purchaser.
isDeletedForHolder: This field returns boolean value for field is deleted for holder.
isDeletedForBuyer:This field returns boolean value for field is deleted for buyer.
createdFrom: This field returns created from id.
type: This field returns type.
holderPosition: This field returns Holder attribute position.
buyerPosition: This field returns Buyer attribute position.
holderAttributeThis field returns a boolean value for all attributes are for a purchaser or for the ticket holder.
collectAddOnAttributeThis field returns a boolean value for all collect add on.
allowAttendeeToEditInfoThis field returns boolean value for allow editing of attendee info.

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
Authentication
Header
Click Try It! to start a request and see the response here!