Get answers to information requests for a booking.
Each answer corresponds to a question defined as an information request in the Experience API.
Security
OAuth2(Required scopes: booking.read)
GET
curl -i -X GET \
'https://api.understory.io/v1/bookings/{bookingId}/information-request-answers?cursor=string&limit=100' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "next": "string", "items": [ { … } ] }