Retrieve transactions and synchronizer reassignments prior to the request's specification
POST
Scan API
Retrieve transactions and synchronizer reassignments prior to the request’s specification
OpenAPISince 0.5.10Changed 0.6.0
Protocol Details
Inputs
Request body
application/json
number
required
OpenAPI type:
integer (int64).string
required
string
required
OpenAPI type:
string (date-time).Only return updates with a record time strictly smaller than this time.string
OpenAPI type:
string (date-time).Only return updates with a record time equal to or greater than this time.number
required
OpenAPI type:
integer (int32).Return at most this many updates. The actual number of updates returned may be smaller.Outputs
200
application/json
UpdateHistoryItem[]
required
404
application/json
string
required
History
Changed
0.6.0The POST /v0/backfilling/updates-before operation changed in this snapshot.
Changed
0.5.17The POST /v0/backfilling/updates-before operation changed in this snapshot.
Introduced
0.5.10