Get the merged AssetTree
Last updated
Last updated
The Numbers system operates analogously to the Git version control system. Each commit operation generates a corresponding file. This API is designed to merge AssetTree files derived from a AssetTree list, effectively building a comprehensive, unified record of asset histories. The API requires a list of AssetTree Nids as well as the timestamp generated with a valid for authorization. If you do not already have a Capture Token yet, please follow provided to create one.
The required data format is the same as the commits
list from the output of .
Be sure to replace YOUR_CAPTURE_TOKEN
with your actual capture token.
In the example request body, two commit objects are being sent. One with assetTreeCid
of "bafkreiem3uo35xnip52bfg2bx6ghoevibg7t3yupfubxs5amkfnisgeveu"
and timestampCreated
of 1683286764
, and another with assetTreeCid
of "bafkreicoqqvglibw2dxyyopk7xfetiowcs7dy745cjtmbj3bvl7nmmy7di"
and timestampCreated
of 1683286945
.