GET v1/Equities/{id}/Splits/{splitId}

Description

Retrieve a rating with WSO ID of {splitId} for Equity with a WSO ID of {id}.

Base Url

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


Rest Call Syntax


GET SecurityMaster/v1/Equities/{id}/Splits/{splitId}

GET SecurityMaster/v1/Equities/{id}/Splits/{splitId}

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 Equity

integer

Required

splitId

WSO ID of split

integer

Required




Response Information



Split

Name

Description

Type

Additional Information

AssetId

/// The WSO ID of the asset

integer

EffectiveDate

The effective date of the split

date

Id

The WSO ID for this object

integer

Links

The Hateoas links to split operations

Collection of Link

QuantityFrom

The quantity prior to the stock split

decimal number

QuantityTo

The quantity after the stock split

decimal number

SplitName

The description of the stock split

string




Response Body Formats



application/json, text/json

Sample:
{
  "id": 1,
  "splitName": "sample string 2",
  "assetId": 3,
  "effectiveDate": "2024-10-08T05:38:35.2098101-05:00",
  "quantityFrom": 5.1,
  "quantityTo": 6.1,
  "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"
    }
  ]
}

application/xml, text/xml

Sample:
<Split xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WSO.API.SecurityMaster.Models.v1">
  <AssetId>3</AssetId>
  <EffectiveDate>2024-10-08T05:38:35.2098101-05:00</EffectiveDate>
  <Id>1</Id>
  <Links>
    <Link xmlns="">
      <Rel>sample string 2</Rel>
      <Uri>http://webapihelppage3.com/</Uri>
      <Verb>sample string 1</Verb>
    </Link>
    <Link xmlns="">
      <Rel>sample string 2</Rel>
      <Uri>http://webapihelppage3.com/</Uri>
      <Verb>sample string 1</Verb>
    </Link>
  </Links>
  <QuantityFrom>5.1</QuantityFrom>
  <QuantityTo>6.1</QuantityTo>
  <SplitName>sample string 2</SplitName>
</Split>



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.