8.10 Get Resource Versions

GET https://{{domain}}/api/v2/resource/{{ResourceGUID}}/versions

Get the resource file basic info for synchronization purposes.
Response:

Return the resource information in JSON format as an array of objects. Each object contains the details of one version like:

{

Version: int

FileSize: bigint, // file size in bytes

FilePath: string,

Sha1: string,

TimeStamp: string, // ISO8601 UTC

Meta: json object // custom file metadata

}