FormAssembly · Example Payload

Formassembly Response Export Example

FormsData CollectionSalesforceEnterpriseHIPAAComplianceGovernmentFedRAMPWorkflowsE-Signatures

Formassembly Response Export Example is an example object payload from FormAssembly, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

responses

Example Payload

Raw ↑
{
  "responses": [
    {
      "id": 987001,
      "form_id": 12345,
      "date_created": "2026-06-01T10:30:00Z",
      "flag": 0,
      "fields": {
        "tfa_1": "Jane",
        "tfa_2": "Smith",
        "tfa_3": "jane.smith@example.com"
      }
    },
    {
      "id": 987002,
      "form_id": 12345,
      "date_created": "2026-06-02T14:15:00Z",
      "flag": 1,
      "fields": {
        "tfa_1": "John",
        "tfa_2": "Doe",
        "tfa_3": "john.doe@example.com"
      }
    }
  ]
}