get_property_list

Get property list for specified object in specified Top Object

query
get_property_list
required parameters
(ob_top_id or ob_top_name) to specify Top Object (ob_id or ob_name) to specify child object
optional parameters
incl_children - to include properties from children objects
response format
ob_top_name;ob_name;pr_id;ob_id;pr_name;pr_value;pr_type;pr_subtype;pr_postfix;pr_seq_num;pr_icon_type;pr_icon_color;pr_text1;pr_text2;pr_text3;pr_text4;pr_text5
parameter reference

ob_top_id – Top Object id, unique

ob_name – Top Object name, not unique

ob_id – object id, unique

ob_name – object name, unique across Top Object

incl_children – 0 or 1 to include properties from children objects

pr_id – property id, unique

pr_name – property name, not unique

pr_type – property type, allowed values: string, date, decimal, list

pr_subtype – id of property list, if pr_type is list, otherwise empty

pr_postfix – suffix added after property value

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

pr_icon_type – icon used for property, string allowed values are described here https://felgo.com/doc/felgo-icontype/

pr_icon_color – color of the icon, allowed values are: (“#3F77AF”,”#57AA88″,”#E9B56B”,”#CA4A36″,”#676767″,”#854EA2″)

pr_text1… pr_text5 – text fields not used in Catchr application, but can be set and retrieved via REST API