Retrieve asset limits 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,
"assetId": 2,
"limitType": "None",
"amount": 3.0,
"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"
}
],
"startDate": "2025-11-08T05:37:16.6022129-05:00"
},
{
"id": 1,
"assetId": 2,
"limitType": "None",
"amount": 3.0,
"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"
}
],
"startDate": "2025-11-08T05:37:16.6022129-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"
}
]
}
<NonPagedListOfAssetLimitListItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Items>
<AssetLimitListItem>
<Amount>3</Amount>
<AssetId>2</AssetId>
<Id>1</Id>
<LimitType>None</LimitType>
<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>
<StartDate>2025-11-08T05:37:16.6022129-05:00</StartDate>
</AssetLimitListItem>
<AssetLimitListItem>
<Amount>3</Amount>
<AssetId>2</AssetId>
<Id>1</Id>
<LimitType>None</LimitType>
<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>
<StartDate>2025-11-08T05:37:16.6022129-05:00</StartDate>
</AssetLimitListItem>
</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>
</NonPagedListOfAssetLimitListItem>