Skip to content

Retrieve submission decision

Request

Retrieve details of the decision taken on a submission, if one exists

Security
SessionKey(Required scopes: administrator)
Path
submissionintegerrequired

Unique identifier of the requested submission

curl -i -X GET \
  'https://docs.ticketingevents.com/_mock/openapi/submissions/{submission}/decision' \
  -H 'X-API-Key: YOUR_API_KEY_HERE'

Responses

Details of the submission's decision were successfully retrieved.

Bodyapplication/json
approvedboolean

True if the submitted content was approved for publication, false if it was rejected.

notestring

Note included wuth the decision for attention of the submitter.

Response
{ "approved": false, "note": "The submitted content violates TiceTing's content guidelines." }