A Participant can inquiry the files received, homogeneous per file type (i.e. all the PSR for one day).

POST {{baseUrl}}/listFiles/:senderBic

The List Files request allows the Participant to retrieve a list of files sent by the SCT Inst to the Participant. The Participant has the option to use filtering criteria to reduce the number of files in the response. The response will return a list of all files that match the criteria of the request and is sorted by DateFrom, TimeFrom, FileType, FilreRef and FileStatus. The resulting list shall contain a maximum of 1000 files, or Code 204 if no record satisfying the set criteria is found. The system shall use the AcceptanceDateTimeFrom timestamp as the start point of the search. The Participant has the option to specify the DateTimeFrom up to the level of seconds to fine-tune the timeframe of the search. Milliseconds and nanoseconds are not supported by the API.

Request Body

{"dateTime"=>"2019-06-21T23:20:50.000001", "criteria"=>{"fileType"=>"RSF", "dateFrom"=>"2019-06-21", "timeFrom"=>"16:00:00", "dateTo"=>"2019-06-21", "timeTo"=>"16:00:00", "fileReference"=>"eu pari", "fileStatus"=>"TSD"}, "offset"=>"nulla aliqua Ut eu"}

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;2019-06-21T23:20:50.000001&quot;,&quot;numFiles&quot;:-46413093,&quot;endOfList&quot;:&quot;0&quot;,&quot;listFiles&quot;:[{&quot;fileStatus&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;netFileName&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;fileDetails&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;network&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},{&quot;fileStatus&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;netFileName&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;fileDetails&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;network&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}}],&quot;offset&quot;:&quot;ullamco sint ad&quot;}