Get form step question responses based on query parameters.
Responses are available via the REST API when an operator commits a form. Responses are generated for each step question that was visible in the form when it was committed. That is if a visibility rule or visibility timeframe prevents a step from being displayed to the operator, there will be no response generated for that step.
If an operator skips a step question, the response will be shown as null while the response time will reflect when the operator committed the form.
GET https://{goplant_instance}/api/rest/responses
X-Api-Version: 101
Authorization: Basic <encoded username:password>
GET https://{goplant_instance}/api/rest/responses?Start-Time=2025-12-01T05:00:00&End-Time=2025-12-02T18:00:00
X-Api-Version: 101
Authorization: Basic <encoded username:password>
GET https://{goplant_instance}/api/rest/responses?Modified-Since-Time=2025-11-01T05:00:00&Tag-Source-ID=OSIPI,MAXIMO
X-Api-Version: 101
Authorization: Basic <encoded username:password>
GET https://{goplant_instance}/api/rest/responses?From-Response-UUID=0000-0001-0002-0003&Storage-Group-UUID=0001-0002-0003-0004,1111-2222-3333-4444
X-Api-Version: 101
Authorization: Basic <encoded username:password>
GET https://{goplant_instance}/api/rest/responses?Modified-Since-Time=2025-12-01T05:00:00
X-Api-Version: 101
Authorization: Basic <encoded username:password>
GET https://{goplant_instance}/api/rest/responses/:uuid
X-Api-Version: 101
Authorization: Basic <encoded username:password>