Skip to content

Submit event for review

Request

Submit the current event revision for administrative review. All revisions to an event listing must be reviewd and approved before being published and made available to the public.

Security
SessionKey(Required scopes: customeradministrator)
Path
hostintegerrequired

Unique identifier of the requested host

eventintegerrequired

Unique identifier of the requested event

Bodyapplication/json
notestringrequired

Note included wuth the submission for attention of the reviewer

curl -i -X POST \
  'https://docs.ticketingevents.com/_mock/openapi/hosts/{host}/events/{event}/submissions' \
  -H 'Content-Type: application/json' \
  -H 'X-API-Key: YOUR_API_KEY_HERE' \
  -d '{
    "note": "New event submission: Dawn of the Seven Premier"
  }'

Responses

The current event revision was successfully submitted for review.

Bodyapplication/json
selfstring

URI of the submission resource

typestring

Resource class for which changes have been submitted.

Enum:"event""host"
resourcestring^[0-9]{14}$

Unique identifier of the resource for which changes have been submitted.

previousobject

The original resource content that is being changed.

changesobject

The changes to the resource being submitted for review.

notestring

Note included wuth the submission for attention of the reviewer

statusstring

Current status of the submission.

Enum:"Pending""Approved""Rejected"
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" }