get_object_photo

Get object photo for specified object in project. Additionally you can specify ob_label in which case only objects with this label set will be returned. You can specify multiple labels comma separated, eg ob_label=1,2 ob_label_strict parameter says whether object should have any of labels set (ob_label_strict=0 default) or all of them set (ob_label_strict=1)

query
get_object_photo
required parameters
(ob_id or ob_name) to specify object and (p_id or p_name) to specify project
optional parameters
ob_label and ob_label_strict
response format
ob_id;ob_name;photo_url
parameter reference

p_id – project id, unique

p_name – project name, not unique

ob_id – object id, unique

ob_name – object name, unique across project

ob_label – label set for objects, label can be 0 to 5 comma separated, eg: 0,4,5 (first and last two)

ob_label_strict – default 0 means show objects with any of label specified in optional parameter (ob_label), if set to 1 means show objects with all labels set from specified optional parameter (ob_label)

photo_url – url to download photo