FA - Get Pending Assignments
Asset managers can assign service providers, such as fund administrators, that take part in tasks associated with the lifecycle of an offering.
Details
/external/v1/service-providers/pending-assignments
Synopsis
This route is used to get the pending assignment requests for this current org.
This endpoint can be called by applications with access to scope "readServiceProviders".
Authorizations
Responses
200
Successfully extracted data
application/json
401
The following error codes can be returned:
- AU0001
Please refer to the error code dictionary for the details of each error code.
application/json
403
The following error codes can be returned:
- AU0002
Please refer to the error code dictionary for the details of each error code.
application/json
get
GET /external/v1/service-providers/pending-assignments HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"securityId": "USS3JKS01I00",
"assignerOrg": {
"name": "Test Issuer",
"orgId": "US9QIMA"
},
"createdDate": "2024-09-12T00:00:00.000Z",
"syncJobStatus": "success",
"blockNumber": 350,
"blockchainTransactionId": "text"
}
]
Last updated
Was this helpful?