List Pix statements
GET {{baseInfraUrl}}/{{version}}/pix-statement
Here you can list and filter all Pix Statements you have created. We return it paged.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
cursor | null | String used to get the next batch of results. | |
limit | null | Maximum number of objects to be retrieved. | |
fields | null | List of strings to filter response JSON keys. | |
ids | null | List of strings to get specific Pix Statements by ids. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"cursor":"CjMSLWoQaX5hcGktbXMtc3BpLWRldnIZCxIMUGl4U3RhdGVtZW50GICAgKTO7pIIDBgAIAA=","statements":[{"after":"2022-01-01T03:00:00+00:00","before":"2022-01-02T02:59:59.999999+00:00","created":"2022-03-22T18:20:51.308948+00:00","id":"4544014539816960","status":"success","transactionCount":0,"updated":"2022-03-22T18:20:56.320174+00:00"},{"after":"2022-01-10T03:00:00+00:00","before":"2022-01-11T02:59:59.999999+00:00","created":"2022-02-17T19:42:28.092174+00:00","id":"4586565049253888","status":"failed","transactionCount":0,"updated":"2022-02-17T19:42:30.818301+00:00"}]}