Documentation

disk.version.get

Returns version by ID

Example of the response:

    "result": {
        "ID": "2414", //identifier
        "CREATED_BY": "1", //ID of the user, who created the version
        "CREATE_TIME": "2017-05-22T16:32:32+02:00", //Creation date
        "DOWNLOAD_URL": "https://test.ivandivan/rest/.../download/?token=...", //link for content download
        "GLOBAL_CONTENT_VERSION": "1", //incremental counter for file content version 
        "NAME": "Screenshot from 2017-05-19 09-13-02.png", //file name at the moment when version is created
        "OBJECT_ID": "8933", //ID of the file, to which the version belongs to
        "SIZE": "39078" //version size in bites
    }

Parameters

Parameter Description Available from version
id Version ID

© «Bitrix24», 2001-2024
Up