TA - Get Pending Assignments

Asset managers can assign service providers, such as transfer agents, that take part in tasks associated with the lifecycle of an offering.

Details

/external/v1/service-providers/pending-assignmentsarrow-up-right

Synopsis

Get Pending Assignments

get

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".

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
  • : readServiceProviders
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Responses
chevron-right
200

Successfully extracted data

application/json
securityIdstringRequired

This is the security identifier. It uniquely identifies a particular offering on the blockchain.

Example: USS3JKS01I00
createdDatestring · date-timeRequired

The date in which the assignment took place

Example: 2024-09-12T00:00:00.000Z
syncJobStatusall ofRequired

The status of the issuance synchronization

Example: success
string · enumOptional

The status of the issuance synchronization

Possible values:
blockNumbernumberOptional

The block number of the ledger transaction where the assignment took place

Example: 350
blockchainTransactionIdstringOptional

The id of the transaction on the ledger where the assignment took place

get
/external/v1/service-providers/pending-assignments

Last updated

Was this helpful?