GET api/Events/ticket/types/{eventId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| eventId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TicketTypeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| JEventID | integer |
None. |
|
| Name | string |
None. |
|
| Price | decimal number |
None. |
|
| Capacity | integer |
None. |
|
| SerialType | string |
None. |
|
| SerialSeed | integer |
None. |
|
| Status | string |
None. |
|
| DateStart | date |
None. |
|
| DateEnd | date |
None. |
|
| Rank | integer |
None. |
|
| Sell | boolean |
None. |
|
| QtyMsg | string |
None. |
|
| Prefix | string |
None. |
|
| NumCopies | integer |
None. |
|
| Description | string |
None. |
|
| PhotoTkt | string |
None. |
|
| MaxTix | integer |
None. |
|
| MinTix | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"JEventID": 2,
"Name": "sample string 3",
"Price": 4.1,
"Capacity": 5,
"SerialType": "sample string 6",
"SerialSeed": 7,
"Status": "sample string 8",
"DateStart": "2026-05-31T14:12:31.8679546-04:00",
"DateEnd": "2026-05-31T14:12:31.8679546-04:00",
"Rank": 1,
"Sell": true,
"QtyMsg": "sample string 9",
"Prefix": "sample string 10",
"NumCopies": 1,
"Description": "sample string 11",
"PhotoTkt": "sample string 12",
"MaxTix": 1,
"MinTix": 1
},
{
"ID": 1,
"JEventID": 2,
"Name": "sample string 3",
"Price": 4.1,
"Capacity": 5,
"SerialType": "sample string 6",
"SerialSeed": 7,
"Status": "sample string 8",
"DateStart": "2026-05-31T14:12:31.8679546-04:00",
"DateEnd": "2026-05-31T14:12:31.8679546-04:00",
"Rank": 1,
"Sell": true,
"QtyMsg": "sample string 9",
"Prefix": "sample string 10",
"NumCopies": 1,
"Description": "sample string 11",
"PhotoTkt": "sample string 12",
"MaxTix": 1,
"MinTix": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfTicketTypeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JAD.API.Models">
<TicketTypeModel>
<Capacity>5</Capacity>
<DateEnd>2026-05-31T14:12:31.8679546-04:00</DateEnd>
<DateStart>2026-05-31T14:12:31.8679546-04:00</DateStart>
<Description>sample string 11</Description>
<ID>1</ID>
<JEventID>2</JEventID>
<MaxTix>1</MaxTix>
<MinTix>1</MinTix>
<Name>sample string 3</Name>
<NumCopies>1</NumCopies>
<PhotoTkt>sample string 12</PhotoTkt>
<Prefix>sample string 10</Prefix>
<Price>4.1</Price>
<QtyMsg>sample string 9</QtyMsg>
<Rank>1</Rank>
<Sell>true</Sell>
<SerialSeed>7</SerialSeed>
<SerialType>sample string 6</SerialType>
<Status>sample string 8</Status>
</TicketTypeModel>
<TicketTypeModel>
<Capacity>5</Capacity>
<DateEnd>2026-05-31T14:12:31.8679546-04:00</DateEnd>
<DateStart>2026-05-31T14:12:31.8679546-04:00</DateStart>
<Description>sample string 11</Description>
<ID>1</ID>
<JEventID>2</JEventID>
<MaxTix>1</MaxTix>
<MinTix>1</MinTix>
<Name>sample string 3</Name>
<NumCopies>1</NumCopies>
<PhotoTkt>sample string 12</PhotoTkt>
<Prefix>sample string 10</Prefix>
<Price>4.1</Price>
<QtyMsg>sample string 9</QtyMsg>
<Rank>1</Rank>
<Sell>true</Sell>
<SerialSeed>7</SerialSeed>
<SerialType>sample string 6</SerialType>
<Status>sample string 8</Status>
</TicketTypeModel>
</ArrayOfTicketTypeModel>