Retrieve a list of event changes submitted for review.
Security
SessionKey(Required scopes: customeradministrator)
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/hosts/{host}/events/{event}/submissions
- QA Serverhttps://qa.ticketingevents.com/v3/hosts/{host}/events/{event}/submissions
- Production Serverhttps://api.ticketingevents.com/v3/hosts/{host}/events/{event}/submissions
curl -i -X GET \
'https://docs.ticketingevents.com/_mock/openapi/hosts/{host}/events/{event}/submissions?records=25&page=1' \
-H 'X-API-Key: YOUR_API_KEY_HERE'Response
{ "page": 1, "records": 25, "entries": [ { … } ] }