Get a File Version

Get a File Version in your account.

GET https://{region}.getafile.io/api/v1/teams/:team_id/fileversion/:file_version_id

This endpoint allows you to get a File Version.

Path Parameters

Name
Type
Description

file_version_id*

integer

ID of the File Version

team_id*

integer

ID of the Team

{
    "id": 1,
    "file_id": 1,
    "user_id": 1,
    "filename": "Version123.pdf",
    "active": 1,
    "verified": 1,
    "stats": null,
    "created_at": "2024-03-13T09:04:51.000+10:00",
    "updated_at": "2024-03-13T09:04:51.000+10:00",
    "meta": {},
    "content": null,
    "content_minified": null
}

Last updated

Was this helpful?