Searches the participants.
POST {{baseUrl}}/getParticipants/:senderBic
The getParticipants request returns a list of all Participants present in the SCT Inst and is sorted by BIC and InitValidityDate. It is possible to fill one or more fields as filtering criteria: in that case, the API Response returns the full set of rows corresponding to the filter criteria.
Request Body
{"dateTime"=>"2019-06-21T23:20:50.000001", "criteria"=>{"bic"=>"IPSDID21", "technicalBic"=>"0", "lsp"=>"1", "tipsAccountOwnerBic"=>"IPSDID21XXX", "aos"=>"A01", "status"=>"ALL", "tipsAdherence"=>"0"}}
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":"2019-06-21T23:20:50.000001","responseList":[{"bic":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"technicalBic":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"lsp":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"name":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"status":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"initValidityDate":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"endValidityDate":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"tipsAccountOwnerBic":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"tipsUserBic":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"submittedAOS":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"tipsAdherence":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},{"bic":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"technicalBic":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"lsp":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"name":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"status":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"initValidityDate":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"endValidityDate":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"tipsAccountOwnerBic":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"tipsUserBic":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"submittedAOS":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"tipsAdherence":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}]}