Skip to main content
API version 2024.0 A mini representation of a file version, used when nested within another resource.
This resource has a few variations that can be encountered when using the API.The fields that are part of the mini variant are generally returned when the resource is nested within the response for another resource.
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
sha1
string
example: 134b65991ed521fcfe4724b7d814ab8ded5185dcThe SHA1 hash of this version of the file.
{
  "id": "12345",
  "type": "file_version",
  "sha1": "134b65991ed521fcfe4724b7d814ab8ded5185dc"
}