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>"
},
"dateOfExecution": {
"value": "<Error: Too many levels of nesting to fake this schema>"
}
},
{
"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>"
},
"dateOfExecution": {
"value": "<Error: Too many levels of nesting to fake this schema>"
}
}
],
"offset": "aliquip ex in est sunt"
} |
ENDPOINTS