TicketLayout

A single ticket layout.

More info: see the get operation and the ticket layouts endpoint.

Fields

FieldDescription
id
int 
(required)

Unique ID

Example value:123
typeid
int 
(required)

Type ID

Example value:1
name
string 
(required)

Name for the ticket layout

Example value:"Festival"
isarchived
bool 
(required)

Whether or not this item is archived

createdts
timestamp 
(required)

Created timestamp

Example value:"2014-09-26 15:24:36"
lastupdatets
timestamp 
(required)

Last updated timestamp

Example value:"2014-09-26 15:24:36"

Example

1{
2    "id": 123,
3    "typeid": 1,
4    "name": "Festival",
5    "isarchived": false,
6    "createdts": "2014-09-26 15:24:36",
7    "lastupdatets": "2014-09-26 15:24:36"
8}