/api/asset/property [GET]

Usage

Returns the value of an asset property.

Details

DetailValue
GroupAsset
From Server Version0.9.0
PermissionGuest
MethodsGET
Parameters
ParameterNotesMeaning
idInteger [Required]The ID of the asset
propertyInteger [Required]The ID of the property
formatString (xml)Either 'xml' or 'json'

Examples

Call
[GET] http://ardiserver.com/api/asset/property?id=925&property=3
Success (XML)
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<response>
   <address>18/2 Memorial Drive, Shellharbour City Center, NSW, Australia</address>
</response>
Success (JSON)
[{"address":["18\/2 Memorial Drive, Shellharbour City Center, NSW, Australia"]}]

Other Versions