get_activity_list

Get activity list for specified Top Object or child object. Additionally you can specify a_label in which case only activities with this label set will be returned. You can specify multiple labels comma separated, eg a_label=1,2 a_label_strict parameter says whether activity should have any of labels set (a_label_strict=0 default) or all of them set (a_label_strict=1)

query
get_activity_list
required parameters
(ob_top_id or ob_top_name) to specify Top Object
optional parameters
(ob_id or ob_name) to limit activities to this object, a_label, a_label_strict
response format
ob_id;ob_name;a_id;a_name;a_duration;a_long_desc;a_value;a_type;a_label;a_seq_num;a_create_time;a_modify_time;a_text1;a_text2;a_text3;a_text4;a_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

a_name – name of activity, not unique

a_id – id of activity, unique

a_duration – due date set for activity in Catchr application

a_long_desc – long description set in Catchr application

a_value – value of the activity, it can be 0 or 1 for check type activity, 0% or 25% or 50% or 75% or 100% for percent type activity, from 2 to 6 zeros or ones for flow type activity, eg. 00 – two stages, uncomplete, 111000 – six stages, three complete

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

a_label_strict – default 0 means show activities with any of label specified in optional parameter (a_label), if set to 1 means show activities with all labels set from specified optional parameter (a_label)

a_seq_num – order id, lowest id is displayed at the top of the list

a_create_time – timestamp when activity was created

a_modify_time – timestamp when activity was last time modified

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