GET v1/BankDeals/{id}/Identifiers/{identifierId}

Description

Retrieve identifier with WSO ID of {identifierId} for bank deal with WSO ID of {id}.

Base Url

https://api-agc.wsohosting.com/


Rest Call Syntax


GET SecurityMaster/v1/BankDeals/{id}/Identifiers/{identifierId}

GET SecurityMaster/v1/BankDeals/{id}/Identifiers/{identifierId}

Verb

Base Url

URI parameters

 = 

Authentication



Response Format


Headers

Add header


 

Delete




Limitations

There are no limitations specified.




Request Information


Parameters

Name

Description

Type

Additional Information

id

WSO ID of bank deal

integer

Required

identifierId

WSO ID of identifier

integer

Required




Response Information



TradingIdentifier

Name

Description

Type

Additional Information

AddDate

date

AddId

string

AddNode

string

Id

The WSO ID for the identifier object

integer

IdentifierType

The identifier type name

string

IdentifierTypeId

WSO ID of the identifier type

integer

IdentifierValue

The identifier value

string

IsPrimary

The flag indicating if this is the primary security ID for the asset

boolean

IsTradingId

Field used by Markit Clear to determine if this ID Type is the TradingID

boolean

LastChangeDate

date

LastChangeId

string

LastChangeNode

string

Links

A list of Hateoas links for the identifier

Collection of Link




Response Body Formats



application/json, text/json

Sample:
{
  "isTradingId": true,
  "id": 2,
  "identifierTypeId": 4,
  "identifierType": "sample string 5",
  "identifierValue": "sample string 6",
  "isPrimary": true,
  "links": [
    {
      "verb": "sample string 1",
      "rel": "sample string 2",
      "uri": "http://webapihelppage3.com"
    },
    {
      "verb": "sample string 1",
      "rel": "sample string 2",
      "uri": "http://webapihelppage3.com"
    }
  ],
  "addDate": "2024-10-08T05:37:13.815856-05:00",
  "addId": "sample string 10",
  "addNode": "sample string 11",
  "lastChangeDate": "2024-10-08T05:37:13.815856-05:00",
  "lastChangeId": "sample string 13",
  "lastChangeNode": "sample string 14"
}

application/xml, text/xml

Sample:
<TradingIdentifier xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WSO.API.SecurityMaster.Models.v1">
  <AddDate xmlns="">2024-10-08T05:37:13.815856-05:00</AddDate>
  <AddId xmlns="">sample string 10</AddId>
  <AddNode xmlns="">sample string 11</AddNode>
  <Id xmlns="">2</Id>
  <IdentifierType xmlns="">sample string 5</IdentifierType>
  <IdentifierTypeId xmlns="">4</IdentifierTypeId>
  <IdentifierValue xmlns="">sample string 6</IdentifierValue>
  <IsPrimary xmlns="">true</IsPrimary>
  <LastChangeDate xmlns="">2024-10-08T05:37:13.815856-05:00</LastChangeDate>
  <LastChangeId xmlns="">sample string 13</LastChangeId>
  <LastChangeNode xmlns="">sample string 14</LastChangeNode>
  <Links xmlns="">
    <Link>
      <Rel>sample string 2</Rel>
      <Uri>http://webapihelppage3.com/</Uri>
      <Verb>sample string 1</Verb>
    </Link>
    <Link>
      <Rel>sample string 2</Rel>
      <Uri>http://webapihelppage3.com/</Uri>
      <Verb>sample string 1</Verb>
    </Link>
  </Links>
  <IsTradingId>true</IsTradingId>
</TradingIdentifier>



Feedback



(0 out of 1500 characters used)
Feedback has been submitted. Thank you for your feedback.
Automatic feedback submission has been turned off by your system administrator. Your feedback has been logged to the exceptions table. Please contact support to find out how to manually send in your feedback. Thank you.