====/api/asset/property [GET]==== ===Usage=== Returns the value of an asset property. ===Details== ^Detail^Value^ |Group|Asset| |From Server Version|0.9.0| |Permission|[[permission_guest|Guest]]| |Methods|GET| ==Parameters== ^Parameter^Notes^Meaning^ |**id**|Integer [Required]|The [[assetid|ID of the asset]]| |**property**|Integer [Required]|The [[propertyid|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)==
18/2 Memorial Drive, Shellharbour City Center, NSW, Australia
==Success (JSON)== [{"address":["18\/2 Memorial Drive, Shellharbour City Center, NSW, Australia"]}] ===Other Versions=== [[/api/asset/property_get]] \\ [[/api/asset/property_post]] \\ [[/api/asset/property_delete]] \\