Get files by entity
File
Get files by entity
Get all files attached to a specific item (like a form submission or organization), with secure download links.
Required parameters:
entityType: What type of item (e.g., “form-submission”, “organization”, “dashboard”)entityId: The ID of that specific item
What you get back:
- File details (name, size, type, when uploaded)
- Secure download URLs that expire after a time limit
- Info about who uploaded each file and when
- Files organized by what they’re attached to
Common uses:
- Show documents attached to form submissions
- Display supporting files for environmental calculations
- List organization assets and resources
- Get evidence files for compliance reports
Security features:
- Download links expire for security
- Only authorized users in your organization can access files
- Files are kept separate by type to prevent mix-ups
- All file access is logged for auditing
GET
Get files by entity
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Available options:
Organization, User, FormSubmission, FormElementSubmission, ReportTemplate, ComplianceCheck, Activity, FormElement, FormSite, ReportSection, Report, ReportSectionTemplateExample, AiConversation Response
Successful response

