Retrieve the details of the specified content submission
Security
SessionKey(Required scopes: administrator)
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/submissions/{submission}
- QA Serverhttps://qa.ticketingevents.com/v3/submissions/{submission}
- Production Serverhttps://api.ticketingevents.com/v3/submissions/{submission}
curl -i -X GET \
'https://docs.ticketingevents.com/_mock/openapi/submissions/{submission}' \
-H 'X-API-Key: YOUR_API_KEY_HERE'Details of the requested content submission were successfully retrieved.
Response
{ "self": "/submissions/17286027149221", "type": "event", "resource": "16993717817996", "previous": {}, "changes": { "title": "Dawn of the Seven Premier", "description": "World Premier of the long anticipated movie event of the\nyear: Dawn of the Seven\n", "type": "Standard", "public": true, "category": "/categories/16878141745207", "subcategory": "Premier", "start": "2024-06-07T20:00:00Z", "end": "2024-06-07T23:00:00Z", "venue": "/venues/16878146473429", "disclaimer": "Attend at your own risk", "tags": [ … ], "banner": "http://localhost/media/16993717817996-banner.jpeg", "thumbnail": "http://localhost/media/16993717817996-thumbnail.jpeg" }, "note": "New event submission: Dawn of the Seven Premier", "status": "Pending" }