List management operations
List management operations
Query parameters
Management operation category to be returned.
Globally unique identifier for the financial account. Accepted type dependent on the program's use case.
Management operation status to be returned.
Date string in RFC 3339 format. Only entries created after the specified time will be included. UTC time zone.
A cursor representing an item's token before which a page of results should end. Used to retrieve the previous page of results before this item.
Date string in RFC 3339 format. Only entries created before the specified time will be included. UTC time zone.
Page size (for pagination).
A cursor representing an item's token after which a page of results should begin. Used to retrieve the next page of results after this item.
Response
OK
Example response
{
"data": [
{
"transaction_series": {
"type": "FEE",
"related_transaction_token": "123e4567-e89b-12d3-a456-426614174000",
"related_transaction_event_token": "123e4567-e89b-12d3-a456-426614174000"
}
}
]
}