Get the merged AssetTree
The Numbers Commits system operates analogously to the Git version control system. Each commit operation generates a corresponding AssetTree 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 Capture Token for authorization. If you do not already have a Capture Token yet, please follow the instruction provided to create one.
The required data format is the same as the commits
list from the output of Read commits via API.
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
.
Last updated