Get a file’s data.

Note: Use the url property in the file data response to retrieve the content of the uploaded file.

External Documentation

To learn more, visit the AuditBoard documentation.

Parameters

ParameterDescription
File IDThe required file’s ID.
IncludeSpecify which optional data fields to include in the response.

Example Output

{
	"id": 0,
	"created_at": "string",
	"updated_at": "string",
	"fileable_id": 0,
	"fileable_type": "string",
	"name": "string",
	"size": "string",
	"type": "string",
	"key": "string",
	"url": "string",
	"upload_user_id": 0,
	"comments": "string",
	"deleted_at": "string",
	"storage_type": "NULL::character varying",
	"embed_url": "string",
	"thumb_url": "string",
	"image_url": "string",
	"user_agent": "NULL::character varying",
	"creator_user_id": 0,
	"local_folder_path": "string",
	"status": "unverified",
	"reviewed_by_user_id": 0,
	"reviewed_date": "string",
	"amended_by_user_id": 0,
	"amended_date": "string",
	"scope": "string",
	"external_integration_id": "string"
}

Workflow Library Example

Get File with Auditboard and Send Results Via Email

Preview this Workflow on desktop