get
https://api.safetyculture.io/inspections/v1/answers/
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 [...].