Access Lists
Access list represents a list having records (access list entries which represent codes). There are different uses for these list, one of them is that the code can be exchanged to a ticket in access control scenarios (Tap & Go).
Endpoints
The Access List object
Attributes
The ID of the access list.
The ID of the seller of the access list.
The name of the access list.
{"_id": "string","sellerId": "string","name": "string"}
Create an Access List
Payload
The name of the access list.
{"name": "string"}
{"_id": "string","sellerId": "string","name": "string"}
Get an Access List
Query
{"_id": "string","sellerId": "string","name": "string"}
Update an Access List
Payload
The name of the access list.
{"name": "string"}
{"_id": "string","sellerId": "string","name": "string"}
Get Access Lists
Query
The name to filter for.
The number of objects to skip for the requested result
A limit on the number of objects to be returned. Can range between 1 and 1000.
{"docs": [{"_id": "string","sellerId": "string","name": "string"}],"total": 1}
The Access List Entry object
Attributes
The ID of the access list entry.
The ID of the access list of the access list entry.
The external code of the access list entry.
The ID of the seller of the access list entry.
Optional Attributes
Collapse all{"_id": "string","listId": "string","externalCode": "string","customerId": "string","sellerId": "string","firstname": "string","lastname": "string","phone": "string","meta": {}}
Create an Access List Entry
Payload
The external code of the access list entry.
Optional Attributes
Collapse all{"externalCode": "string","customerId": "string","firstname": "string","lastname": "string","phone": "string","meta": {}}
{"_id": "string","listId": "string","externalCode": "string","customerId": "string","sellerId": "string","firstname": "string","lastname": "string","phone": "string","meta": {}}
Get an Access List Entry
Query
{"_id": "string","listId": "string","externalCode": "string","customerId": "string","sellerId": "string","firstname": "string","lastname": "string","phone": "string","meta": {}}
Update an Access List Entry
Payload
The external code of the access list entry.
Optional Attributes
Collapse all{"externalCode": "string","customerId": "string","firstname": "string","lastname": "string","phone": "string","meta": {}}
{"_id": "string","listId": "string","externalCode": "string","customerId": "string","sellerId": "string","firstname": "string","lastname": "string","phone": "string","meta": {}}
Delete an Access List Entry
Query
{"_id": "string","listId": "string","externalCode": "string","customerId": "string","sellerId": "string","firstname": "string","lastname": "string","phone": "string","meta": {}}
Get all Access List Entries
Query
The ID of the customer to filter for
The external code to filter for
The email to filter for
The number of objects to skip for the requested result
A limit on the number of objects to be returned. Can range between 1 and 1000.
{"docs": [{"_id": "string","listId": "string","externalCode": "string","customerId": "string","sellerId": "string","firstname": "string","lastname": "string","phone": "string","meta": {}}],"total": 1}
Get an Access List Entry's Ticket
A token received by your access device must be specified with each request via the HTTP header. token: ${token}
Query
The ID of the event to get a ticket for
{"sellerId": "string","name": "string","firstname": "string","lastname": "string","email": "string","street": "string","line2": "string","city": "string","postal": "string","state": "string","country": "string","eventId": "string","categoryRef": "string","ticketTypeId": "string","ticketName": "string","categoryName": "string","regularPrice": 10.5,"realPrice": 10.5,"completed": true,"createdAt": "2030-01-23T23:00:00.123Z","updatedAt": "2030-01-23T23:00:00.123Z","status": "VALID","secret": "string","barcode": "string","seat": "string","seatingInfo": {"_id": "string","_type": 6,"categoryId": "string","statusId": "string","name": "string","seatType": "handicapped","sectionName": "string","groupName": "string","rowName": "string","seatName": "string","gate": "string"},"type": "SINGLE","origin": "yourticket","extraFields": {},"deliveryType": "HARD","transactionId": "string","batchCounter": 10.5}