mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
add event to api response
This commit is contained in:
@@ -1750,8 +1750,11 @@ List of all order positions
|
||||
"results": [
|
||||
{
|
||||
"id:": 23442
|
||||
"code": "ABC12",
|
||||
"event": "sampleconf",
|
||||
"order": "ABC12",
|
||||
"positionid": 1,
|
||||
"canceled": false,
|
||||
"item": 1345,
|
||||
...
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user