GET v1/Facilities/{id}/AssetLimits/{assetLimitId}

Description

Retrieve a single asset limit item with WSO ID of {assetLimitId} for facility with a WSO ID of {id}.

Base Url

https://api-sim.uat.wsohosting.com/


Rest Call Syntax


GET SecurityMaster/v1/Facilities/{id}/AssetLimits/{assetLimitId}

GET SecurityMaster/v1/Facilities/{id}/AssetLimits/{assetLimitId}

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

assetLimitId

WSO ID of asset limit

integer

Required

id

WSO ID of facility

integer

Required




Response Information



AssetLimit

Name

Description

Type

Additional Information

Amount

The amount of the limit.

decimal number

AssetId

Asset that the limit is applied to.

integer

Id

The unique ID for this object.

integer

LimitType

Indicates the type of the asset limit. Possible values are defined in the enum.

Links

A list of links

Collection of Link

ReferenceAmount

The reference amount of the limit.

decimal number

StartDate

The start date of the limit.

date




Response Body Formats



application/json, text/json

Sample:
{
  "id": 1,
  "assetId": 2,
  "amount": 3.0,
  "referenceAmount": 4.0,
  "limitType": "None",
  "startDate": "2024-10-08T05:31:49.9016861-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"
    }
  ]
}

application/xml, text/xml

Sample:
<AssetLimit xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <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>
  <ReferenceAmount>4</ReferenceAmount>
  <StartDate>2024-10-08T05:31:49.9016861-05:00</StartDate>
</AssetLimit>



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.