/api/asset/property [GET]
Usage
Returns the value of an asset property.
Details
Detail | Value |
Group | Asset |
From Server Version | 0.9.0 |
Permission | Guest |
Methods | GET |
Parameters
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