Skip to main content
API version 2024.0 The bare basic representation of a file version, the minimal amount of fields returned when using the fields query parameter.
This resource has a few variations that can be encountered when using the API.The fields that are part of the base variant represent the default fields that are always returned when using the fields query parameter, additional to the fields specified in the parameter.
id
string
example: 12345The unique identifier that represent a file version.
type
string
example: file_versionThe value will always be file_version.Value is always file_version
{
  "id": "12345",
  "type": "file_version"
}