v1
latestOpenAPI 3.0.02026-08-04134348905.1 KBCollateral Management
List collateral and exposure operations
Permissions required: Read vault activity
Get all the operations that were booked for collateral packages and exposures.
get/collateral_management/operations
Query parameters
afterIdstring
When paginating this is used to provide the starting point for the page to fetch (retrieved from the previous response body)
limitinteger
Maximum number of results to return per query
Response
operations
Example response
{
"data": [
{
"createdAt": "2019-01-02T12:34:56.000Z",
"updatedAt": "2019-01-02T12:34:56.000Z"
}
],
"page": {
"next": "<next page url>"
}
}