Activity Object Formats
Activity Object Properties
Required properties are in bold.
Property | Type | Description |
---|---|---|
ActivityID | string | The unique identifier for the activity. This value must be globally unique across all activities. |
Description | string | A simple description of the activity. |
Dur | integer | The duration, in seconds, on how long the activity took to complete. This property is being deprecated. You can calculate the actual duration based on the |
Ended | datetime | The actual end date and time of when the activity was completed. |
Extensions | object | This object contains an optional collection of key/value pairs. These key/value are defined and controlled by the customer and are typically used to assist in integration by pass additional data around the system. |
FlexAttrs | object | Flex attributes for activities will be implemented in a future release. |
Paused | boolean | Identifies is the activity is currently paused. Valid values are:
|
Priority | string | Identifies the current priority of the activity. See: Activity Priorities |
RefCode | string | Identifies the primary key of a record this activity record is associated with. The meaning of the |
RefType | string | If this activity record is associated (linked) with another object (e.g. a work order) then this field identifies the type of object it is linked to and the RefCode property identifies the actual object ID. Valid values are:
|
Remarks | collection | A collection of remarks made on the activity. |
SchedDuration | integer | This field has been deprecated. |
SchedEndTime | datetime | The date and time, in UTC format, when the activity is scheduled to end. |
SchedStartTime | datetime | The date and time, in UTC format, when the activity is scheduled to start. |
Started | datetime | The date and time, in UTC format, when the activity was started. |
Status | string | Identifies the current status of the activity. |
SysActCode | string | Identifies the type of activity. Activity types are defined and controlled with a system category. |
Title | string | A short title for the activity. |