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.
Success
Surveys are not enabled or not applicable for this order.
Order does not exist, or the survey is not yet available or has expired.
{- "survey": {
- "expiresAt": "2019-08-24T14:15:22Z",
- "pages": [
- {
- "number": 0,
- "questions": [
- {
- "id": "string",
- "number": 0,
- "title": {
- "text": "string",
- "translations": [
- null
]
}, - "isRequired": true,
- "type": "RatingScale",
- "displayType": "Stars",
- "range": {
- "minimum": 0.1,
- "maximum": 0.1,
- "step": 0.1
}, - "filmId": "string"
}
]
}
], - "title": {
- "text": "string",
- "translations": [
- {
- "languageTag": "en-US",
- "text": "string"
}
]
}, - "responses": [
- {
- "questionId": "string",
- "type": "RatingScale",
- "response": 0.1
}
], - "isCompleted": true
}, - "relatedData": {
- "films": [
- {
- "id": "string",
- "title": {
- "text": "string",
- "translations": [
- {
- "languageTag": "en-US",
- "text": "string"
}
]
}, - "externalIds": {
- "moviexchangeReleaseId": "6ce6697a-16c1-46a9-acef-0a6ce948a353",
- "corporateId": "string"
}
}
]
}
}