Get answers from an inspection

This endpoint is a streaming API that returns answers/responses from an inspection in real-time.

A stream API pushes data to the client when it becomes available and there is no need for the client to poll the requests to the server for new data.

Please note that if you're using a classic REST client, you may find that the data returned in the stream API are individual JSON structures that are not separated by , (comma) or encapsulated in a collection [...].

📘

If you want to get the label of the response to a multiple-choice question, you can do so using the Get template (by inspection) endpoint and find the response in the "response_sets" or "global_response_sets" array.

Language
Authorization
Bearer
Click Try It! to start a request and see the response here!