Skip to main content

Cantemo List Item Essences

This task allows to generate a list of all the essences present on any input item identifier. Reminder: 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"
}
]