Retrieve a single spread history item with WSO ID of {spreadHistoryId} for facility with a WSO ID of {id}.
https://services.wsoweb.com/
There are no limitations specified.
id
WSO ID of facility
integer
Required
spreadHistoryId
WSO ID of facility spread history item
integer
Required
EndDate
The end date of the spread history range
date
FacilitySpreadName
A description of the spread
string
Id
The WSO ID for this object
integer
Spread
The value of the spread
decimal number
StartDate
The start date of the spread history range
date
{ "endDate": "2024-11-23T01:23:24.2299483-06:00", "id": 4, "facilitySpreadName": "sample string 5", "spread": 6.1, "startDate": "2024-11-23T01:23:24.2299483-06:00", "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" } ] }
<SpreadHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WSO.API.SecurityMaster.Models.v1"> <EndDate>2024-11-23T01:23:24.2299483-06:00</EndDate> <FacilitySpreadName>sample string 5</FacilitySpreadName> <Id>4</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> <Spread>6.1</Spread> <StartDate>2024-11-23T01:23:24.2299483-06:00</StartDate> </SpreadHistory>