workflowManager.workflowSession.updated

Provides the complete list of answers for each update. 
{
  "eventBatchId": "1762af18-b595-4a1d-addb-799811cc139f",
  "eventSubscriptionId": "b2a7ed17-de38-4979-bd48-33218401bddc",
  "eventBatchTime": "2024-08-30T14:34:23.1954476Z",
  "eventsData": [
    {
      "eventType": "workflowManager.workflowSession.updated",
      "eventVersion": 1,
      "eventData": {
        "workflowSessionId": "f0b2717f-908a-42b0-9305-bf977d9bae8d", // Identifier of the workflow session (also added to action)
        "answers": [  // Complete list of answers collected during this workflow session
          {
              "value": "0", // The value entered by the driver
              "registeredOn": "2024-09-23T10:30:57.396Z", // The timestamp of the answer, offline answer = timestamp of phone, online answer = timestamp of backend
              "reportCodes": [ // List of codes linked to the answer to give meaning to the value 
                  {
                      "reportCode": "supplier", // Report code from Tx-Design
                      "integratorCode": "82"    // Integrator code from Tx-Design
                  }
              ],
              "tags": {}  // Context information about the specific answer (e.g. order or loadcarrier info)
          },
          ...
        ],
      },
      "organizationId": "e6c0f169-6f7a-4981-8e1a-0ca8344c4a77",
      "registeredOn": "2024-08-30T14:34:22.016Z",
      "eventId": "702ade4e-973a-42a1-a7cb-1c30bbbccb6d",
      "occurredOn": "2024-08-30T14:34:22.016Z"
    }
  ]
}