Gets the survey for a completed standard order

Only standard orders with a single showtime are applicable for a survey.

A survey that has been completed will return a 200 response, where survey IsCompleted equals true.

Licenses Required

  • Vista.Surveys
Request
path Parameters
orderId
required
string

The unique identifier of the completed standard order

header Parameters
Connect-Region-Code
string

Region Code

Responses
200

Success

400

Surveys are not enabled or not applicable for this order.

404

Order does not exist, or the survey is not yet available or has expired.

get/ocapi/v1/orders/completed/{orderId}/survey
Request samples
Response samples
application/json
{
  • "survey": {
    },
  • "relatedData": {
    }
}