| Requires any of the roles: | Admin, TeamAdmin, MobileApp | Requires the permission: | ReadData |
| GET | /SharedTicketLink/{Token} |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Token | path | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Ok | form | bool | No | |
| Token | form | string | No | |
| EventId | form | int | No | |
| TicketOwnerTypeId | form | int | No | |
| Count | form | int | No | |
| SectionId | form | int? | No | |
| Seats | form | List<SharedTicketLinkSeatInfo> | No | |
| Status | form | string | No | |
| ValidTo | form | DateTime | No | |
| StatusMessage | form | LocalizedMessage | No | |
| StatusCode | form | int | No | |
| Message | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| SeatId | form | int | No | |
| SectionName | form | string | No | |
| RowName | form | string | No | |
| SeatName | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Is | form | string | No | |
| En | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /SharedTicketLink/{Token} HTTP/1.1
Host: stubbur-app.azurewebsites.net
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"ok":false,"token":"String","eventId":0,"ticketOwnerTypeId":0,"count":0,"sectionId":0,"seats":[{"seatId":0,"sectionName":"String","rowName":"String","seatName":"String"}],"status":"String","validTo":"0001-01-01T00:00:00.0000000","statusMessage":{"is":"String","en":"String"},"statusCode":0,"message":"String"}