Endpoint Parameters
-
Request parameters
Name Type Origin Description AccountKey AccountKey Query-String Account to which short tenor permissions are checked against. Short tenors are not returned if no account is specified. Uic Uic Route The Universal Instrument Code (UIC) of the instrument to get. -
Response Parameters
View Response CodesName Type Description __count Number The total count of items in the feed. __next String The link for the next page of items in the feed. Data StandardDate [] The collection of entities for this feed. MaxRows Number The maximum number of rows that can be returned (if applicable). -
Request Example
Request URL
GET /ref/v1/standarddates/forwardtenor/22?AccountKey={AccountKey}
-
Response Example
Response body
{ "Data": [ { "Date": "2021-05-21T00:00:00Z", "Unit": "Months", "Value": 99 } ], "MaxRows": 99 }