cantemo get item description

The item is the central piece in the data model. In fact, an item holds all information about its content and the access control (which users are allowed to read and modify information). As well, The item has the richest functions for how that content can be stored, searched, and indexed. Hence, the task "cantemo get item description" allows to get all that information contained in the given item.

main

Item ID
This is the ID of the file that we would like to have the description.

Returned value
This task return item_desc, object that contains the description of the given item_id.

    {
    "original": {
        "storage_file": {
            "VX-1229": {
                "id": "VX-1229",
                "file_name": "veep-2.mov",
                "storage": "VX-2",
                "file_state": "CLOSED",
                "file_size": 2129059,
                "file_uris": "file:///mnt/sharing1/portal5_medias/veep-2.mov",
                "mapped_uri": "\\\\PULSE-IT-AD\\sharing-ad\\portal5_medias\\veep-2.mov"
            }
        },
        "tag": "original",
        "id": "VX-372",
        "file_name": "veep-2.mov",
        "format": "MOV",
        "duration": "13",
        "uri": "http://127.0.0.1:8080/APInoauth/storage/VX-2/file/VX-1229/0.36279216133285896/VX-1229.mov"
    },
    "lowres": {
        "storage_file": {
            "VX-1230": {
                "id": "VX-1230",
                "file_name": "veep-2.mov.proxy_lowres.mp4",
                "storage": "VX-2",
                "file_state": "CLOSED",
                "file_size": 25613,
                "file_uris": "file:///mnt/sharing1/portal5_medias/veep-2.mov.proxy_lowres.mp4",
                "mapped_uri": "\\\\PULSE-IT-AD\\sharing-ad\\portal5_medias\\veep-2.mov.proxy_lowres.mp4"
            }
        },
        "tag": "lowres",
        "id": "VX-374",
        "file_name": "veep-2.mov.proxy_lowres.mp4",
        "format": "MP4",
        "duration": "13",
        "uri": "http://127.0.0.1:8080/APInoauth/storage/VX-2/file/VX-1230/0.6409166293697827/VX-1230.mp4"
    }
}