get_object_comment

get object comment list. Get all comments for specified Top Object and object

query
get_object_comment
required parameters
(ob_top_id or ob_top_name) to specify Top Object and (ob_name or ob_id) to specify child object
optional parameters
oc_id – id of the comment
response format
oc_id;ob_id;user_id;user_name;oc_create_date;oc_comment
parameter reference

Parameter reference:

ob_top_id – Top Object id, unique

ob_top_name – Top Object name, not unique

ob_id – object id, uniqie

ob_name – object name, unique across the project

oc_id – comment id, unique

user_id – id of the user that added the comment, unique

user_name – name of the user that added the comment, not unique

oc_create_date – timestamp when comment was added

oc_comment – content of the comment