create_activity

Create activity in specified Top Object and object. Unspecified parameters will have default values. Activity can be one of three types:

check – in which case a_value can be (0 or 1),

percent – in which case a_value can be 0% or 25% or 50% or 75% or 100%

flow – ion which case a_value can be from 2 to 6 zeros or ones eg. 00 – two stages uncomplete, 111000 – six stages three complete

query
create_activity
required parameters
(ob_top_id or ob_top_name) to specify Top Object and (ob_id or ob_name) to specify object and a_name to specify activity name
optional parameters
a_duration, a_value, a_text1, a_text2, a_text3, a_text4, a_text5 a_long_desc, a_label, f_id,a_note
response format
ob_id;ob_name;a_id;a_name;a_date;a_duration;a_long_desc;a_value;a_type;a_label;a_bookmark;a_note;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 project

a_name – name of activity, not unique

a_id – id of activity, unique

a_date – due date static set for activity in Catchr application

a_duration – due date dynamic, calculated from previous activity

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_bookmark – bookmark icon

a_note – multiline note for activity

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