Logo
Swift API Sandbox Collections API Documentation

A Participant can inquiry the details of a single BIC and the parameter modification history with details.

POST {{baseUrl}}/participantDetails/:senderBic/:bic

The participantDetails request allows a Participant to retrieve the details of a specified Participant in the SCT Inst. If the inquiring Participant asks for their own details they are allowed to download the complete set of parameters, otherwise they can see only a subset of the whole set. The response contains a list of the parameter modifications associated to the BIC, containing the old configurations, the current one, and the new planned one if it has been already authorized.

 

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
Accept
string




RESPONSES

status OK

{ "dateTime": "2019-06-21T23:20:50.000001", "bic": "IPSDID21", "technicalBic": "0", "name": "]", "lsp": "1", "initValidityDate": "2019-06-21", "endValidityDate": "2019-06-21", "status": "sun", "parametersHistory": [ { "initParameterValidity": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "endParameterValidity": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "bic": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "technicalBic": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "name": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "tipsOwnerBic": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "admissionProfile": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "roleChange": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "psrReq": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "rsfReq": { "value": "<Error: Too many levels of nesting to fake this schema>&
Curl
curl -X POST 'https://sandbox.swift.com/ebacl-rt1/v1/participantDetails/:senderBic/:bic' -H 'ivUserKey: quis fugiat aute dolore' -H 'ivUserBic: IPSDID21' -H 'Accept: application/json'

ENDPOINTS