It allows the Participant to inquiry for the list of Commands that were submitted by the Participant.

POST {{baseUrl}}/listCommands/:senderBIC

The listCommands request allows a participant to inquire for the status of its commands. If no record is found for the set criteria of the request, the HTTP Code 204 is returned with the Response.

Request Body

{"dateTime"=>"2019-06-21T23:20:50.000001", "searchCriteria"=>{"commandType"=>"F01", "commandStatus"=>"001", "requestDateTimeFrom"=>"2019-06-21T23:20:50.000001", "requestDateTimeTo"=>"2019-06-21T23:20:50.000001", "authRejectDateTimeFrom"=>"2019-06-21T23:20:50.000001", "authRejectDateTimeTo"=>"2019-06-21T23:20:50.000001", "userIssuer"=>"APIUSER1", "userAuthReject"=>"APIUSER1", "commandRef"=>"F010190208113908"}, "offset"=>"AAaa88ss2345fggGGDDaaaHH"}

HEADERS

KeyDatatypeRequiredDescription
ivUserKeystringThe 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
ivUserBicstring
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;dateTime&quot;:{},&quot;endOfList&quot;:true,&quot;commands&quot;:[{&quot;commandRef&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;commandStatus&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;commandType&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;requestDateTime&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;userIssuer&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;authRejectDateTime&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;userAuthReject&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},{&quot;commandRef&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;commandStatus&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;commandType&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;requestDateTime&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;userIssuer&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;authRejectDateTime&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;userAuthReject&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}}],&quot;offset&quot;:&quot;AAaa88ss2345fggGGDDaaaHH&quot;}