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
}List import files and import runs that wrote data to a specific form, grouped by import source.
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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
1 <= x <= 100