Additionals API

API for interfacing with services.

Field descriptions

Field Type Description
id integer The identifier of the additionals.
name string  
description string  
value integer  

List additionals

List all additionals for a specific event

GET /event_makers/:event_maker_id/events/:event/additionals

Response

Status: 200 OK
[
  {
    "id": 12345678,
    "name": "Voksen",
    "description": "Menu",
    "value": 150
  }
]