/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
| Parameter | Notes | Meaning |
|---|---|---|
| id | Integer [Required] | The ID of the asset |
| property | Integer [Required] | The ID of the property |
| format | String (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"]}]