Retrieve call schedule for facility with a WSO ID of {id}.
https://api-ppc.wsohosting.com/
There are no limitations specified.
id
WSO ID of facility
integer
Required
{
"items": [
{
"id": 1,
"optionPrice": 1.1,
"optionDate": "2025-11-08T05:37:51.4683264-05: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"
}
]
},
{
"id": 1,
"optionPrice": 1.1,
"optionDate": "2025-11-08T05:37:51.4683264-05: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"
}
]
}
],
"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"
}
]
}
<NonPagedListOfFacilityCallListItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Items>
<FacilityCallListItem>
<Id>1</Id>
<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>
<OptionDate>2025-11-08T05:37:51.4683264-05:00</OptionDate>
<OptionPrice>1.1</OptionPrice>
</FacilityCallListItem>
<FacilityCallListItem>
<Id>1</Id>
<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>
<OptionDate>2025-11-08T05:37:51.4683264-05:00</OptionDate>
<OptionPrice>1.1</OptionPrice>
</FacilityCallListItem>
</Items>
<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>
</NonPagedListOfFacilityCallListItem>