Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 2.42 KB

ActivityImpl.md

File metadata and controls

18 lines (14 loc) · 2.42 KB

ActivityImpl

The list of results.

Properties

Name Type Description Notes
id str The id of the represented object (entity).
user UserReferenceImpl
timestamp int The time when the activity happened. It is the timestamp (in UTC time standard).
cause str The cause of the activity.
call_id str The ID of the call that resulted in an activity.
call_count int The number of calls standing behind the activity.
activity_type str The type of the activity, which could be ADD, UPDATE or DELETE.
description str The description of the activity. It's the string in json format. It's exact content depends on activityType and on the type of the resource that was affected by the change. Possible fields are: <ul> <li> affected - always there, consists of id, type and name, it's the reference to the resource that was added, deleted or updated with the activity. </li> <li> new, old - for all activities of ActivityType.UPDATE, respectively new and old value of the field. It can be either the reference to another object (same as affected) or just a string (eg. name change). </li> <li> field - for ActivityType.UPDATE the name of the field that was changed, eg. status, name, target etc. </li> <li> role, people, resource - only for the responsibility activities, people means owner (user or group). </li> <li> source, target, role, coRole - only for relations (including complex relation legs). </li> <li> complexRelation, legs - only for complex relations, legs here stands for all the legs that the complex relation consists of. </li> <li> kind - only for attributes, it's attribute kind, eg. boolean, string, numeric etc. </li> <li> businessItem - only for workflows, reference to an object that is the business item for non-global workflows. </li> <li> attachmentFile - only for attachments, it's the name of the file that was attached. </li> <li> rating - only for ratings and reviews, contains a double representing the current rating </li> </ul>

[Back to Model list] [Back to API list] [Back to README]