A Participant can inquiry the list of its Participants’ Operation.
POST {{baseUrl}}/listParticipantOperation/:senderBic
The List Participant Operation request allows the Participant to retrieve the list of a specific operations based on a search filter. The response returns the requested details or Code 204 if no record satisfying the criteria is found.
Body
PARAM
Key | Datatype | Required | Description |
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
{
"endOfList": "0",
"dateTime": "2019-06-21T23:20:50.000001",
"numRecordFound": -76792521,
"responseList": [
{
"operationType": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"referenceId": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"critical": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"status": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"requestor": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"dateOfRequest": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"authorizer": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
Curl curl -X POST 'https://sandbox.swift.com/ebacl-rt1/v1/listParticipantOperation/:senderBic' -H 'ivUserKey: quis fugiat aute dolore' -H 'ivUserBic: IPSDID21' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"dateTime":"2019-06-21T23:20:50.000001","criteria":{"operationType":"INS","referenceId":"ad p","critical":"0","status":"RJS","requestor":"sit eiusmod in","dateOfRequestFrom":"2019-06-21","dateOfRequestTo":"2019-06-21","authorizer":"nis","dateOfExecutionFrom":"2019-06-21","dateOfExecutionTo":"2019-06-21"},"offset":"proident"}' ENDPOINTS |