Skip to content

List submissions

Request

Retrieve a list of content submitted for administrative review and publising approval.

Security
SessionKey(Required scopes: administrator)
Query
recordsinteger

The number of records per page that should be returned

Default:25
pageinteger

The number of the results page to return

Default:1
typestring

If set, only returns submissions of the specified content type.

statusstring

If set, only returns submissions with the specified status.

curl -i -X GET \
  'https://docs.ticketingevents.com/_mock/openapi/submissions?records=25&page=1&type=string&status=string' \
  -H 'X-API-Key: YOUR_API_KEY_HERE'

Responses

The list of content submissions was successfully retrieved.

Bodyapplication/json
totalinteger

The total number of results available

pageinteger

The number of the results page returned

recordsinteger

The maximum number of results returned per page

entriesArray of objects(response-12)
Response
{ "page": 1, "records": 25, "entries": [ {} ] }