Retrieve Composites with Composite ID of {id}.
https://services.wsoweb.com/
There are no limitations specified.
id
Composite ID
integer
Required
PortfolioFilterType
This value will allow to filter portfolio based on supplied portfolio type.
CompositeAbbrevName
The abbreviated name of the composite.
string
CompositeName
The name of the composite.
string
Id
The unique ID for this composite.
integer
IsDeleted
Has this composite been deleted?
boolean
IsFund
Is Fund.
boolean
Notes
Notes.
string
{ "id": 1, "isDeleted": true, "compositeName": "sample string 3", "compositeAbbrevName": "sample string 4", "notes": "sample string 5", "isFund": 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" } ] }
<CompositeItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <CompositeAbbrevName>sample string 4</CompositeAbbrevName> <CompositeName>sample string 3</CompositeName> <Id>1</Id> <IsDeleted>true</IsDeleted> <IsFund>true</IsFund> <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> <Notes>sample string 5</Notes> </CompositeItem>