Retrieve identifier with WSO ID of {identifierId} for ABS with WSO ID of {id}.
https://services.wsoweb.com/
There are no limitations specified.
id
WSO ID of ABS
integer
Required
identifierId
WSO ID of identifier
integer
Required
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
LastChangeDate
date
LastChangeId
string
LastChangeNode
string
{ "id": 1, "identifierTypeId": 3, "identifierType": "sample string 4", "identifierValue": "sample string 5", "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-11-23T01:40:15.8945341-06:00", "addId": "sample string 9", "addNode": "sample string 10", "lastChangeDate": "2024-11-23T01:40:15.8945341-06:00", "lastChangeId": "sample string 12", "lastChangeNode": "sample string 13" }
<Identifier xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <AddDate>2024-11-23T01:40:15.8945341-06:00</AddDate> <AddId>sample string 9</AddId> <AddNode>sample string 10</AddNode> <Id>1</Id> <IdentifierType>sample string 4</IdentifierType> <IdentifierTypeId>3</IdentifierTypeId> <IdentifierValue>sample string 5</IdentifierValue> <IsPrimary>true</IsPrimary> <LastChangeDate>2024-11-23T01:40:15.8945341-06:00</LastChangeDate> <LastChangeId>sample string 12</LastChangeId> <LastChangeNode>sample string 13</LastChangeNode> <Links> <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> </Identifier>