Form Responses

List all Form Responses

Filtering

This endpoint supports result filtering. For more information on how to filter this request, go here.

get/formresponse.json

Response

An array of Form Responses

uuidstring uuid

Unique identifier for this record

active0 | 1

Record active/deleted flag. Valid values are [0,1]

edit_datestring

Timestamp at which record was last modified

form_uuidstring uuid
staff_uuidstring uuid
regarding_objectstring
regarding_object_uuidstring uuid
field_datastring
timestampstring
form_by_staff_uuidstring uuid
document_attachment_uuidstring uuid
asset_uuidstring uuid

Example response

[
  {
    "uuid": "123e4567-c1c0-43de-a458-231cf546b3db",
    "edit_date": "2025-08-01 12:00:00",
    "form_uuid": "123e4567-13bd-4222-808e-231cf4528d7b",
    "staff_uuid": "123e4567-66a5-42c0-afc2-231cfae078cb",
    "regarding_object_uuid": "123e4567-4261-45ea-ac35-231cff87eb4b",
    "timestamp": "2025-08-01 12:00:00",
    "form_by_staff_uuid": "123e4567-a66f-4c84-a627-231cf0db035b",
    "document_attachment_uuid": "123e4567-2abb-4501-9fcc-231cf8e0387b",
    "asset_uuid": "123e4567-0132-4525-b323-231cf041951b"
  }
]

Changes