v1

latestOpenAPI 3.0.32026-08-061810496.7 KB
Files

List versions

get/api/1/files/{userFile}/versions

Request body

limitinteger nullable
sort'name' | '!name' | 'date' | '!date' | 'creator' | '!creator' nullable

Example request

{
  "limit": 16,
  "sort": "!name"
}

Response

Idinteger
Namestring
Sizeinteger
Sourcestring
ExternalLinkstring nullable
MimeTypestring
Storedboolean
AVStatusstring
created_atstring
Thumbnailstring nullable
@typestring
updated_atstring
deleted_atstring nullable

Example response

[
  {
    "Id": 2137449171,
    "Name": "Crooks LLC.sse",
    "Size": 1225625784,
    "Source": "WEB",
    "ExternalLink": null,
    "MimeType": "application/vnd.tcpdump.pcap",
    "Stored": true,
    "AVStatus": "clean",
    "created_at": "2026-06-29T18:54:47.000000Z",
    "Thumbnail": null,
    "creator": {
      "ID": 28150,
      "@type": "User",
      "Title": null,
      "Name": "Justina Gaylord",
      "FirstName": "Justina",
      "LastName": "Gaylord",
      "Avatar": "https://alex-macbook.tail9fea4c.ts.net/images/avatar_male.png",
      "Scope": "external",
      "HasContact": false
    },
    "@type": "Version",
    "updated_at": "2026-06-29T18:54:47.000000Z",
    "deleted_at": null
  },
  {
    "Id": 1824792549,
    "Name": "Beier-Bradtke.ait",
    "Size": 203705188,
    "Source": "WEB",
    "ExternalLink": null,
    "MimeType": "application/wspolicy+xml",
    "Stored": true,
    "AVStatus": "clean",
    "created_at": "2026-06-29T18:54:48.000000Z",
    "Thumbnail": null,
    "creator": {
      "ID": 28151,
      "@type": "User",
      "Title": null,
      "Name": "Elton Conroy",
      "FirstName": "Elton",
      "LastName": "Conroy",
      "Avatar": "https://alex-macbook.tail9fea4c.ts.net/images/avatar_male.png",
      "Scope": "external",
      "HasContact": false
    },
    "@type": "Version",
    "updated_at": "2026-06-29T18:54:48.000000Z",
    "deleted_at": null
  }
]