VoordeMensen
  • Documentatie & support
  • Dashboard
    • Algemeen
    • Bestellingen
      • Overzichtspagina's
      • Detailpagina
    • Evenementen
      • Evenementen bewerken
      • Overige pagina's
    • Prijzen
    • Locaties
    • Bezoekers
    • Rapportages
      • Report Builder
    • E-mail
      • Automatische mails
      • Campagnes
      • Selecties
      • Systeemberichten
      • Templates
      • Verzendlog
    • Instellingen
      • Algemeen
      • Betaalmethoden
      • Pop-ups
      • Tekst & Taal
      • Webshop
    • Vormgeving
      • CSS
      • Ticket PDF's
      • Wallet
      • Templates
    • Koppelingen
      • API-keys
      • Close
      • Tracking / Analytics
      • Webhooks
      • Yesplan
  • Kassamodule (Nolita)
    • Kaarten verkopen
    • Reserveringen
    • BOCA printer
  • iOS app (Doorblitch)
    • Scannen
    • Bezoekerslijst
    • Kaarten verkopen
  • API & Integrations
    • Introduction
    • WordPress plugin
    • Manual integration
      • Cart & Counter
      • Customize classes
    • Google Data Studio
      • Data Studio Support
    • API public endpoints
      • Events
      • Ticket types
      • Cart
      • Payment
      • Order
  • Email-template
Powered by GitBook
On this page
  1. API & Integrations
  2. API public endpoints

Ticket types

Ticket types

GET https://api.voordemensen.nl/v1/:client_name/tickettypes/:event_id

List available ticket types for a specific sub_event

Path Parameters

Name
Type
Description

client_name

string

the short name identifying you as a VdM client e.g. demo or fringe

event_id

string

id of the sub_event

[{
	"discount_id": "2ePdA8q3BN",
	"discount_name": "Standaard",
	"base_price": "24.50",
	"discount_type": "\u20ac",
	"discount_value": "0.00",
	"discounted_price": "24.50"
}, {
	"discount_id": "bo6dlyJGea",
	"discount_name": "CJP",
	"base_price": "24.50",
	"discount_type": "\u20ac",
	"discount_value": "1.00",
	"discounted_price": "23.50"
}, {
	"discount_id": "GyPdxwZ3Zp",
	"discount_name": "Uitflits",
	"base_price": "24.50",
	"discount_type": "=",
	"discount_value": "2.00",
	"discounted_price": "2.00"
}, {
	"discount_id": "AYDJK7JlkX",
	"discount_name": "stadspas",
	"base_price": "24.50",
	"discount_type": "%",
	"discount_value": "25.00",
	"discounted_price": "18.38"
}]
{    "message": "sub_event not found"}

This endpoint will list the available ticket types for an event_id, taking into account all discount-logic available (e.g. the maximum number of discounts used).

The response includes:

  • discount_id - used to effectivly order a ticket

  • the base and discounted prices for this ticket type

PreviousEventsNextCart

Last updated 5 years ago