Skip to main content
GET
/
imports
/
form
/
{formId}
/
files
List form import files
curl --request GET \
  --url https://app.azalt.co/api/v1/imports/form/{formId}/files \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "<string>",
      "dataImportId": "<string>",
      "source": "default_import",
      "fileName": "<string>",
      "mediaId": "<string>",
      "signedUrl": "<string>",
      "actorName": "<string>",
      "actorEmail": "<string>",
      "createdAt": "<string>",
      "affectedChanges": 1,
      "rowCount": 1,
      "sourceImportRunId": "<string>",
      "sourceImportStatus": "<string>",
      "sourceAdapterDefinitionName": "<string>",
      "elementLabels": [
        "<string>"
      ],
      "targetCount": 1,
      "targets": [
        {
          "kind": "form_value",
          "formElementLabel": "<string>",
          "siteId": "<string>",
          "siteName": "<string>",
          "year": 123,
          "periodUnit": 123,
          "rowCount": 1,
          "affectedChanges": 1
        }
      ]
    }
  ],
  "hasMore": true
}

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

formId
string
required

Query Parameters

limit
integer
default:50
Required range: 1 <= x <= 100

Response

Successful response

items
object[]
required
hasMore
boolean
required