Portal List Item Essences

This task allows to generate a list of all the essences present on any input item identifier. Remind: An essence is the physical content into an item .

main

Item ID

This is the id of the item in portal.

returned values
this task returns item_essences, an array of all essences present on the given item_id.

eg : item_essences :

    [
    {
        "id": 0,
        "uri": "http://10.0.4.82:8080/API/item/VX-252/shape/version/0",
        "created": "2022-11-28T11:16:49.088+0000"
    }
]