API Docs / Schemas / SendDataFormExecutionStateDto

SendDataFormExecutionStateDto

Execution state for a SendDataForm workflow step.
Contains information about the created data form request after execution.

Properties

Name Type Description
dataFormRequestCodestring

The code of the created data form request.

The code of the created data form request.

clientCodestring

The client code the form was sent to.

The client code the form was sent to.

createdAtstring

UTC timestamp of when the form request was created.

UTC timestamp of when the form request was created.

JSON Example

{
  "dataFormRequestCode": "string",
  "clientCode": "string",
  "createdAt": "2024-01-01T00:00:00Z"
}

Contained in Schemas