canton-network-docs/Splice APIsScan APIsScan API
POST /v0/history/bulk/updates
POST /v0/history/bulk/updates
cURL
POST
POST /v0/history/bulk/updates
cURL
Body
application/json
The returned objects must include all updates with record time greater than start_record_time (but may also include updates before it).
The returned objects must include all updates with record time at most end_record_time (but may also include updates after it).
The maximum number of objects returned for this request.
Required range:
1 <= x <= 1000The pagination token returned from a previous call to this endpoint with the same arguments.
Response
200
application/json
ok
The list of references to the bulk storage objects containing the updates.
Show child attributes
Show child attributes
When requesting the next page of results, pass this as after
to the next ListBulkUpdateHistoryObjectsRequest invocation.
Will be absent when there are no more pages.