Skip to main content
GET
/
form-element-submission-activity
/
{formElementSubmissionId}
List form element submission activity
curl --request GET \
  --url https://app.azalt.co/api/v1/form-element-submission-activity/{formElementSubmissionId} \
  --header 'Authorization: Bearer <token>'
[
  {
    "kind": "activity",
    "id": "<string>",
    "formElementSubmissionId": "<string>",
    "formSubmissionId": "<string>",
    "formElementId": "<string>",
    "periodUnit": 123,
    "type": "VALUE_CREATED",
    "actorUserId": "<string>",
    "dataImportId": "<string>",
    "actorName": "<string>",
    "actorEmail": "<string>",
    "actorImage": "<string>",
    "oldSelectedUnitId": "<string>",
    "newSelectedUnitId": "<string>",
    "oldStatus": "<string>",
    "newStatus": "<string>",
    "importFile": {
      "id": "<string>",
      "fileName": "<string>",
      "extension": "<string>",
      "signedUrl": "<string>"
    },
    "createdAt": "<string>",
    "oldValue": null,
    "newValue": null,
    "metadata": null
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.azalt.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

formElementSubmissionId
string
required

Response

Successful response

kind
enum<string>
required
Available options:
activity
id
string
required
formElementSubmissionId
string | null
required
formSubmissionId
string
required
formElementId
string
required
periodUnit
number
required
type
enum<string>
required
Available options:
VALUE_CREATED,
VALUE_UPDATED,
VALUE_DELETED,
STATUS_APPROVED,
STATUS_REJECTED,
STATUS_REVERTED
actorUserId
string | null
required
dataImportId
string | null
required
actorName
string | null
required
actorEmail
string | null
required
actorImage
string | null
required
oldSelectedUnitId
string | null
required
newSelectedUnitId
string | null
required
oldStatus
string | null
required
newStatus
string | null
required
importFile
object
required
createdAt
string
required
oldValue
unknown
newValue
unknown
metadata
unknown