Blueprint
Get the Tradelink network blueprint with all available Network configuration options
Authorizations
Responses
200
Successful response
application/json
401
Authorization not provided
application/json
403
Insufficient access
application/json
500
Internal server error
application/json
get
GET /rest/tradelink/network/blueprint HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"tradelinkId": "text",
"workspaceName": "text",
"custodian": {
"tradelinkId": "text",
"name": "text",
"code": "text",
"logoUrl": "text"
},
"assetManagers": [
{
"tradelinkId": "text",
"name": "text",
"code": "text",
"logoUrl": "text"
}
],
"exchanges": [
{
"tradelinkId": "text",
"name": "text",
"code": "text",
"logoUrl": "text"
}
]
}