It allows the Participant to enquire the list of its routing operations.
POST {{baseUrl}}/listOperations/:senderBIC
The listOperations request allows the participant to retrieve participant's routing table operations, based on a customized search criteria.
Request Body
{"dateTime"=>"2019-06-21T23:20:50.000001", "searchCriteria"=>{"DPRBOperation"=>"DIR", "DPBICCode"=>"TESTIT88", "RBBICCode"=>"IPSDID21XXX", "operationType"=>"INS", "effectiveDate"=>"2019-06-21", "operationStatus"=>"AUT", "requestDate"=>"2019-06-21", "authRejectDate"=>"2019-06-21", "userIssuer"=>"APIUSER1", "userAuthReject"=>"APIUSER1", "operationRef"=>"string", "critical"=>true}, "offset"=>"AAaa88ss2345fggGGDDaaaHH"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
ivUserKey | string | The subscription key of a Participant. Following the format cn=<SSO+BIC+UserId+T>,o=BIC8,o=swift. SSO is a fixed string, last character is for environment (P for production and T for test) eg SSOUNCRITMMAPI12345P, o=uncritmm,o=swift | |
ivUserBic | string | ||
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"dateTime":{},"endOfList":true,"operations":[{"DPRBOperation":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"critical":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"effectiveDate":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"operationRef":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"operationStatus":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"operationType":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"requestDateTime":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"userIssuer":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"DPBICCode":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"RBBICCode":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"authRejectDateTime":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"userAuthReject":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},{"DPRBOperation":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"critical":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"effectiveDate":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"operationRef":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"operationStatus":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"operationType":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"requestDateTime":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"userIssuer":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"DPBICCode":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"RBBICCode":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"authRejectDateTime":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"userAuthReject":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}],"offset":"AAaa88ss2345fggGGDDaaaHH"}