get_object_list

Get object list. It can be Top Object list or list of child objects/ 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_list
required parameters
none
optional parameters
(ob_top_id or ob_top_name) - for Top Object and (ob_id or ob_name) for child object. incl_children will include children objects
response format
ob_top_id;ob_top_name;ob_id;ob_name;ob_desc;ob_image;ob_label;ob_bookmark;ob_barcode;ob_lat;ob_lon;ob_seq_num;ob_parent_id;ob_parent_name;ob_text1;ob_text2;ob_text3;ob_text4;ob_text5
parameter reference

ob_top_id – Top Object id, unique

ob_top_name – Top Object name, not unique

ob_id – object id, unique

ob_name – object name, unique across Top Object

incl_children – 1 or 0 – to include children objects

ob_desc – object description, not unique

ob_image – icon image used for object must be in format directory_name/icon_name, allowed values are described here: LINK_TO_HELP_PAGE_WITH_ICON_LIST

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)

ob_lat – object latitude set on map

ob_lon – object longitude set on map

ob_bookmark – overlay icon on top of object icon

ob_barcode – barcode associated with this object

ob_seq_num – order id, lowest order are displayed at the top of the list

ob_parent_id – id of parent object, if 0 – top level object, if not zero this is ob_id of parent object

ob_parent_name – name of parent object, if set this is ob_name of the parent

ob_text1… ob_text5 – not used in Catchr application, but can be set and retrieved via REST API