All EventArgs
<ALL CALLBACKS> | EVENT_ID | The name of the event being generated |
EVENT_GUID | The unique identifier for this specific event. |
AccountEventArgs
ACCOUNT_CREATED
ACCOUNT_UPDATED
ACCOUNT_DELETED
|
ACCOUNT_ID | The account id. |
ACCOUNT_NAME | The account name. | |
ACCOUNT_DOMAIN | The primary domain of the account. | |
OWNER_ID | The owner's user id. (not available on the delete event) | |
OWNER_USERNAME | The owner's username (not available on the delete event) | |
OWNER_FIRSTNAME | The owner's first name. (not available on the delete event) | |
OWNER_LASTNAME | The owner's last name. (not available on the delete event) | |
OWNER_NAME | The owner's full name. (not available on the delete event) | |
OWNER_ISREGISTERED | Is the owner registered? (not available on the delete event) | |
OWNER_ISACTIVE | Is the owner active? (not available on the delete event) | |
OWNER_TIMEZONE | The time zone that associated with the owner. (not available on the delete event) | |
OWNER_TIMEZONE_ID | The time zone id that associated with the owner. (not available on the delete event) | |
OWNER_LANGUAGECODE | The language code that associated with the owner. (not available on the delete event) |
AccountAliasEventArgs
ACCOUNT_ALIAS_CREATED
ACCOUNT_ALIAS_UPDATED
ACCOUNT_ALIAS_DELETED
|
ACCOUNT_ALIAS_ID | The account alias id. |
ACCOUNT_ALIAS_DOMAIN | The domain associated with the Account Alias. |
AccountUserEventArgs
ACCOUNT_USER_CREATED
ACCOUNT_USER_UPDATED
ACCOUNT_USER_DELETED
ACCOUNT_USER_RESEND_INVITE
|
ACCOUNT_ID | The account id. |
ACCOUNT_NAME | The account name. | |
ACCOUNT_DOMAIN | The primary domain of the account. | |
ACCOUNTUSER_USER_ID | The account user's user id. (not available on the delete event) | |
ACCOUNTUSER_USERNAME | The account user's username (not available on the delete event) | |
ACCOUNTUSER_FIRSTNAME | The account user's first name. (not available on the delete event) | |
ACCOUNTUSER_LASTNAME | The account user's last name. (not available on the delete event) | |
ACCOUNTUSER_NAME | The account user's full name. (not available on the delete event) | |
ACCOUNTUSER_ISREGISTERED | Is the account user registered? (not available on the delete event) | |
ACCOUNTUSER_ISACTIVE | Is the account user active? (not available on the delete event) | |
USER_ID | The user's user id. (not available on the delete event) | |
USER_USERNAME | The user's username (not available on the delete event) | |
USER_FIRSTNAME | The user's first name. (not available on the delete event) | |
USER_LASTNAME | The user's last name. (not available on the delete event) | |
USER_NAME | The user's full name. (not available on the delete event) | |
USER_ISREGISTERED | Is the user registered? (not available on the delete event) | |
USER_ISACTIVE | Is the user active? (not available on the delete event) | |
USER_TIMEZONE | The time zone that associated with the user. (not available on the delete event) | |
USER_TIMEZONE_ID | The time zone id that associated with the user. (not available on the delete event) | |
USER_LANGUAGECODE | The language code that associated with the user. (not available on the delete event) | |
CALLER_ID | The caller's user id. (not available on the delete event) | |
CALLER_USERNAME | The caller's username (not available on the delete event) | |
CALLER_FIRSTNAME | The caller's first name. (not available on the delete event) | |
CALLER_LASTNAME | The caller's last name. (not available on the delete event) | |
CALLER_NAME | The caller's full name. (not available on the delete event) | |
CALLER_ISREGISTERED | Is the caller registered? (not available on the delete event) | |
CALLER_ISACTIVE | Is the caller active? (not available on the delete event) | |
CALLER_TIMEZONE | The time zone that associated with the caller. (not available on the delete event) | |
CALLER_TIMEZONE_ID | The time zone id that associated with the caller. (not available on the delete event) | |
CALLER_LANGUAGECODE | The language code that associated with the caller. (not available on the delete event) |
AssetErrorEventArgs
ASSET_ERROR
|
ACCOUNT_ID | The account id. |
ASSET_ID | The asset id. | |
USER_ID | The user that created the asset. | |
ERROR_MESSAGE | The error message/code. | |
FULL_ERROR_MESSAGE | The full detailed error if available. |
AssetRetryArgs
ASSET_RETRY
|
USER_ID | The user that created the asset. |
ACCOUNT_ID | The account id. | |
ASSET_ID | The asset id. | |
RETRY_ATTEMPT | The number of the current retry attempt | |
MAXIMUM_RETRY_ATTEMPTS | The total number of times CS will retry creation of asset. | |
EXTERNAL_ASSET_URL | URL of the external asset that initially failed to import. |
AssetEventArgs
ASSET_CREATED
ASSET_UPDATED
ASSET_DELETED
ASSET_VERSIONED
ASSET_PLACEHOLDER_CREATED
ASSET_PLACEHOLDER_UPDATED
|
ASSET_ID | The asset id. |
PROJECT_ID | The project id the asset is in (if applicable). | |
DELIVERABLE_ID | The deliverable id the asset is in (if applicable). | |
CREATED_BY_ID | The user id of who created the asset. | |
CREATED_BY_NAME | The name of the user who created the asset. | |
ASSET_NAME | The asset name. | |
PREVIOUS_ASSET_ID | The previous asset id (if applicable) | |
STATUS_ID | The asset status id. | |
STATUS_CODE | The asset status code. | |
STATUS_NAME | The asset status name. | |
ACCOUNT_ID | The account id. | |
FOLDER_ID | The folder id. | |
DATE_CREATED | The date the asset was created. | |
DATE_MODIFIED | The date the asset was modified. | |
DATE_REMOVED | The date the asset was removed. | |
PROXY_EXTENSION | The extension of the internal proxy format. | |
ORIGINAL_EXTENSION | The extension of the original asset. | |
NUMBER_OF_PAGES | The number of pages on the asset. | |
DURATION | The duration of the asset in seconds. | |
COMPATIBILITY_WARNINGS | Compatibility warnings issued as a result of asset attributes (ex. height or width) exceeding guidelines. |
RoleEventArgs
ACCOUNT_ROLE_CREATED
ACCOUNT_ROLE_UPDATED
ACCOUNT_ROLE_DELETED
INSTANCE_ROLE_CREATED
INSTANCE_ROLE_UPDATED
INSTACNE_ROLE_DELETED
PROJECT_ROLE_CREATED
PROJECT_ROLE_UPDATED
PROJECT_ROLE_DELETED
|
ROLE_ID | Primary id of the role (account, instance or project). |
ROLE_NAME | The role name. | |
ACCOUNT_ID | The account id. | |
ROLE_CODE | The role code. | |
DATE_CREATED | Datetime that the role was created. | |
DATE_MODIFIED | Datetime that the role was modified. | |
DATE_REMOVED | Datetime that the role was removed. | |
ROLE_CATEGORY_TYPE | The role category type. | |
SYSTEM_ROLE | The system role. |
CallbackEventArgs
CALLBACK_CREATED
CALLBACK_UPDATED
CALLBACK_DELETED
|
CALLBACK_ID | The callback id. |
ACCOUNT_ID | The account id. | |
ATTEMPT_DELAY | ||
CALLBACK_METHOD | The callback method. | |
ENABLED | Is the callback enabled? | |
MAX_ATTEMPTS | ||
RETRY | ||
URL | The URL of the callback. | |
DATE_CREATED | Datetime that the Callback was created. | |
DATE_MODIFIED | Datetime that the Callback was modified. | |
DATE_REMOVED | Datetime that the Callback was removed. |
CommentEventArgs
COMMENT_CREATED
COMMENT_UPDATED
COMMENT_DELETED
COMMENT_PUBLISHED
COMMENT_PROMOTED
|
COMMENT_ID | The comment id. |
ASSET_ID | The asset id where the comment was made. | |
PROJECT_ID | The project id where the comment was made. | |
DELIVERABLE_ID | The deliverable id (if applicable) | |
COMMENTOR_ID | The user id of the commenter. | |
COMMENTOR_NAME | The name of the commenter. | |
COMMENTOR_USERNAME | The username of the commenter. | |
COMMENT | The text of the comment itself. | |
DRAFT | Determines if the comment is in draft mode. | |
DATE_CREATED | The date/time the comment was created. | |
DATE_MODIFIED | The date/time the comment was modified. | |
DATE_REMOVED | The date/time the comment was removed. | |
PROMOTED | A flag indicating if the comment was a promoted comment. | |
DATE_PROMOTED | The date/time the comment was promoted. | |
PROMOTING_USER_ID | The user id of the user whom promoted the comment. | |
PROMOTION_COUNT | The number of times the comment was promoted. |
CommentReplyEventArgs
COMMENT_REPLY_CREATED
COMMENT_REPLY_UPDATED
COMMENT_REPLY_DELETED
|
COMMENT_REPLY_ID | The comment reply id. |
COMMENT_ID | The comment id. | |
ASSET_ID | The asset id where the comment was made. | |
PROJECT_ID | The project id where the comment was made. | |
DELIVERABLE_ID | The deliverable id (if applicable) | |
COMMENTOR_ID | The user id of the commenter. | |
COMMENTOR_NAME | The name of the commenter. | |
COMMENTOR_USERNAME | The username of the commenter. | |
COMMENT | The text of the comment itself. | |
DRAFT | Determines if the comment is in draft mode. |
CommentReplyPublishedEventArgs
COMMENT_REPLY_PUBLISHED
|
COMMENT_REPLY_ID | The comment reply id. |
COMMENT_ID | The comment id. | |
ASSET_ID | The asset id where the comment was made. | |
PROJECT_ID | The project id where the comment was made. | |
DELIVERABLE_ID | The deliverable id (if applicable) | |
COMMENTOR_ID | The user id of the commenter. | |
COMMENTOR_NAME | The name of the commenter. | |
COMMENTOR_USERNAME | The username of the commenter. | |
COMMENT | The text of the comment itself. | |
DRAFT | Determines if the comment is in draft mode. |
CustomFieldEventArgs
CUSTOMFIELD_CREATED
CUSTOMFIELD_UPDATED
CUSTOMFIELD_DELETED
CUSTOMFIELD_ENTRY_CREATED
CUSTOMFIELD_ENTRY_UPDATED
CUSTOMFIELD_ENTRY_DELETED
|
CUSTOMFIELD_ID | The customfield id. |
CUSTOMFIELD_CODE | The customfield code. | |
ACCOUNT_ID | The account id. | |
CUSTOMFORM_ID | The customform id. | |
DEFAULT_VALUE | The default value. | |
IS_REQUIRED | Is this field required? | |
LABEL | The customfield label. | |
ORDER_ID | The sort order of the custom field within the custom application. | |
PROPERTIES | Customfield properties. | |
SUB_LABEL | The customfield sub-label. | |
TYPE | The customfield type. |
CustomFieldEntryEventArgs
CUSTOMFIELD_ENTRY_CREATED
CUSTOMFIELD_ENTRY_UPDATED
CUSTOMFIELD_ENTRY_DELETED
|
CUSTOMFIELD_ENTRY_ID | The customfield entry id. |
DATE_CREATED | Datetime that the customfield entry was created. | |
DATE_MODIFIED | Datetime that the customfield entry was modified. | |
CUSTOMFORM_APPLICATION_ID | The customform application id. | |
CUSTOMFIELD_ID | The customfield id. | |
REFERENCE_ID | The reference id. | |
REFERENCE_TYPE | The reference type. | |
USER_ID | The user id. | |
VALUE | The value of the customfield entry. |
CustomFormEventArgs
CUSTOMFORM_CREATED
CUSTOMFORM_UPDATED
CUSTOMFORM_DELETED
CUSTOMFORM_APPLICATION_CREATED
CUSTOMFORM_APPLICATION_UPDATED
CUSTOMFORM_APPLICATION_DELETED
|
CUSTOMFORM_ID | The customform id. |
CUSTOMFORM_NAME | The customform name. | |
CUSTOMFORM_CODE | The customform code. | |
CUSTOMFORM_DESCRIPTION | The customform description | |
DATE_CREATED | Datetime that the customform was created. | |
DATE_MODIFIED | Datetime that the customform was modified. | |
DATE_REMOVED | Datetime that the customform was removed. | |
REFERENCE_TYPE | The reference type. |
DeliverableEventArgs
DELIVERABLE_CREATED
DELIVERABLE_UPDATED
DELIVERABLE_DELETED
|
ID | The id of the deliverable. |
NAME | The name of the deliverable | |
FOLDER_ID | The id of the deliverable folder. | |
PROJECT_ID | The id of the project. | |
ACCOUNT_ID | The id of the account. | |
DESCRIPTION | The description of the deliverable. | |
CODE | The code for the deliverable. | |
PHASE_ID | The phase id the deliverable is in. | |
PHASE_GROUP_ID | The phase group the deliverable is in. | |
STATUS_ID | The status id the deliverable is in. | |
STATUS_CODE | The status code the deliverable is in. | |
START_DATE | The projected start date of the deliverable | |
DUE_DATE | The projected due date for the deliverable. | |
IS_RESTRICTED | A flag indicating if the deliverable is restricted. |
DeliverableMemberEventArgs
DELIVERABLE_MEMBER_CREATED
DELIVERABLE_MEMBER_DELETED
|
ASSET_ID | The asset id. |
DELIVERABLE_ID | The Deliverable id. | |
ASSET_NAME | The name of the asset | |
REFERENCE_ID | The reference id. | |
REFERENCE_TYPE | The reference type. | |
TASK_ID | The task id. | |
TYPE_NAME | The task type name. | |
DATE_CREATED | Datetime that the Deliverable Member was created. | |
DATE_MODIFIED | Datetime that the Deliverable Member was modified. | |
DATE_REMOVED | Datetime that the Deliverable Member was removed. |
FolderEventArgs
FOLDER_CREATED
FOLDER_UPDATED
FOLDER_DELETED
FOLDER_MOVED
|
FOLDER_ID | The folder id. |
PARENT_ID | The folder's parent id. | |
NAME | The name of the folder. | |
PROJECT_ID | The project id of the folder. | |
DELIVERABLE_ID | The task id of the folder. |
ForgotPasswordEventArgs
USER_FORGOT_PASSWORD
|
USER_ID | The user's user id. |
USER_USERNAME | The user's username | |
USER_FIRSTNAME | The user's first name. | |
USER_LASTNAME | The user's last name. | |
USER_NAME | The user's full name. | |
USER_ISREGISTERED | Is the user registered? | |
USER_ISACTIVE | Is the user active? | |
USER_LANGUAGECODE | The language code that associated with the user. | |
USER_TIMEZONE_ID | The time zone id that associated with the user. | |
USER_TIMEZONE | The time zone that associated with the user. | |
ACCOUNT_ID | The account id. | |
ACCOUNT_DOMAIN | The account name. | |
ACCOUNT_NAME | The primary domain of the account. |
MentionCommentEventArgs
MENTION_COMMENT
|
COMMENT_ID | The comment id. |
COMMENT | The text of the comment. | |
INT_USERS | List of users @mentioned in the comment. | |
INT_TEAMS | List of teams @mentioned in the comment. | |
COMMENT_CREATED_TIMESTAMP | Comment creation timestamp. |
MentionCommentReplyEventArgs
MENTION_COMMENT_REPLY
|
COMMENT_REPLY_ID | The comment reply id. |
COMMENT_ID | The comment id. | |
COMMENT | The text of the comment. | |
COMMENT_REPLY | The text of the comment reply. | |
INT_USERS | List of users @mentioned in the comment. | |
INT_TEAMS | List of teams @mentioned in the comment. | |
COMMENT_CREATED_TIMESTAMP | Comment creation timestamp. |
MessageEventArgs
MESSAGE_CREATED
MESSAGE_UPDATED
|
MESSAGE_ID | The message id. |
ACCOUNT_ID | The account id. | |
MESSAGE_DATE_CREATED | Datetime the message was created. | |
MESSAGE_DATE_MODIFIED | Datetime the message was modified. | |
MESSAGE_DATE_REMOVED | Datetime the message was removed. | |
MESSAGE_EMAIL_ADDRESS | Email address attached to the message. | |
MESSAGE_DATA | Contents of the message. | |
MESSAGE_ROOM_ID | The Message room id. | |
USER_ID | The user id of who created? the message |
NotificationDigestEventArgs
NOTIFICATION_DIGEST_CREATED
NOTIFICATION_DIGEST_UPDATED
NOTIFICATION_DIGEST_DELETED
|
NOTIFICATION_DIGEST_ID | The notification digest id. |
ACCOUNT_ID | The account id. | |
DATE_CREATED | Datetime the notification digest was created. | |
DATE_MODIFIED | Datetime the notification digest was modified. | |
DATE_REMOVED | Datetime the notification digest was removed. | |
DIGEST_RUN_TYPE | The notification digest run type. | |
DIGEST_TYPE | The notification digest type. | |
IS_ENABLED | Is the notification digest enabled? | |
FIRST_EVENT | The notification digest first event. | |
LAST_DIGEST | The notification digest last digest. | |
LAST_EVENT | The notification digest last event. | |
NOTIFICATION_DATE | The notification digest notification date. | |
REFERENCE_ID | The reference id. | |
USER_ID | The user id of who created the notification digest? | |
WINDOW_SIZE | The window size of the notification digest. | |
WINDOW_THRESHOLD | The window threshold of the notification digest. | |
REFERENCE_TYPE | The reference type. |
PartnerKeyEventArgs
PARTNER_KEY_CREATED
PARTNER_KEY_UPDATED
PARTNER_KEY_DELETED
|
PARTNER_KEY_ID | The partner key id. |
PARTNER_KEY_NAME | The partner key name. | |
HOSTED_API_ENABLED | Is hosted api enabled? | |
PARTNER_API_ENABLED | Is partner api enabled? | |
KEY | Key. |
ProjectEventArgs
PROJECT_CREATED
PROJECT_UPDATED
PROJECT_DELETED
|
PROJECT_ID | The project id. |
ACCOUNT_ID | The account id. | |
NAME | The project name. | |
DESCRIPTION | The project description. | |
PHASE_ID | The project phase id. | |
PHASE_GROUP_ID | The project phase group id. | |
STATUS_ID | The project status id. | |
STATUS_CODE | The project status code. |
ProjectMemberEventArgs
PROJECT_MEMBER_CREATED
PROJECT_MEMBER_UPDATED
PROJECT_MEMBER_DELETED
PROJECT_MEMBER_RESEND_INVITE
|
PROJECT_ID | The project id. |
ACCOUNT_ID | The account id. | |
REFERENCE_ID | The reference id of the member. | |
REFERENCE_TYPE | The reference type of the member (User or Team) | |
ROLE_ID | The role id. | |
ROLE_CODE | The role code. | |
ROLE_NAME | The role name. | |
MEMBER_USERNAME | The member's username (if a user) | |
MEMBER_NAME | The name of the user or team. |
ProjectTemplateEventArgs
PROJECT_TEMPLATE_CREATED
PROJECT_TEMPLATE_UPDATED
PROJECT_TEMPLATE_DELETED
|
PROJECT_TEMPLATE_ID | The project template id. |
PROJECT_TEMPLATE_NAME | The project template name. | |
PROJECT_TEMPLATE_DESCRIPTION | The project template description | |
ACCOUNT_ID | The account id. | |
PHASE_GROUP_ID | The phase group id. | |
PHASE_ID | The phase id. | |
DATE_CREATED | Datetime the project template was created. | |
DATE_MODIFIED | Datetime the project template was modified. | |
DATE_REMOVED | Datetime the project template was removed. | |
USER_ID | The user id. | |
WORKFLOW_TEMPLATE_ID | The workflow template id. |
QueueItemEventArgs
QUEUE_ITEM_SUCCEEDED
QUEUE_ITEM_FAILED
QUEUE_ITEM_REQUEUED
|
ID | Queue item id. |
USER_ID | The user id of who requested the item. | |
ACCOUNT_ID | The account id of the associated queue item. | |
TYPE | Type of queue item. | |
SUBTYPE | Subtype of queue item. | |
STARTED_BY | The name of the queue handling the item. | |
DATE_CREATED | Datetime the queue received the initial request to process the item. | |
DATE_STARTED | Datetime the queue began to process the item. | |
LAST_ERROR | Last error encountered (relevant when requeueing). |
RecycleBinEventArgs
RECYCLE_BIN_RECORD_RESTORED
RECYCLE_BIN_RECORD_PURGED
|
RECYCLE_BIN_ID | The recycle bin id. |
RECYCLE_BIN_NAME | The recycle bin name. | |
ACCOUNT_ID | The account id. | |
ACCOUNT_NAME | The account name. | |
USER_ID | The user id. | |
DATE_RECYCLED | Last datetime the contents of the bin were recycled. | |
REFERENCE_ID | The reference id. | |
REFERENCE_TYPE | The reference type. |
ReviewItemEventArgs
REVIEW_ITEM_CREATED
REVIEW_ITEM_DELETED
REVIEW_ITEM_COMPLETED
|
REVIEW_ITEM_ID | The review item id. |
REVIEW_ID | The review id. | |
REVIEW_NAME | The review name. | |
ASSET_ID | The asset id. | |
FOLDER_ID | The folder id. | |
STATUS_ID | The status id. | |
STATUS_CODE | The status code. | |
STATUS_NAME | The status name. |
ReviewEventArgs
REVIEW_CREATED
REVIEW_UPDATED
REVIEW_DELETED
REVIEW_COMPLETED
|
REVIEW_ID | The review id. |
REVIEW_TYPE | The review type. | |
CODE | The review code. | |
PROJECT_ID | The project id. | |
PROJECT_NAME | The project name. | |
REFERENCE_ID | The reference id. | |
REFERENCE_TYPE | The reference type. | |
TITLE | The review title. | |
INSTRUCTIONS | The review instructions. | |
DUE_DATE | The due date. | |
STATUS_ID | The review status id. | |
STATUS_CODE | The review status code. | |
STATUS_NAME | The review status name. | |
HIGH_PRIORITY | Flag if the review is high-priority or not. | |
CREATED_BY | The user id of who created the review. | |
START_RULE | The start rule for the review. | |
CREATED_BY_NAME | The name of the user who created the review. |
ReviewStatusChangedEventArgs
REVIEW_STATUS_CHANGED
|
REVIEW_ID | The review id. |
REVIEW_NAME | The name of the review. | |
REVIEW_CODE | The code of the review. | |
PROJECT_ID | The project id. | |
NEW_STATUS_ID | The new status id. | |
NEW_STATUS_NAME | The new status name. | |
NEW_STATUS_CODE | The new status code. | |
OLD_STATUS_ID | The old status id. | |
OLD_STATUS_NAME | The old status name. | |
OLD_STATUS_CODE | The old status code. |
ReviewMemberResetEventArgs
REVIEW_MEMBER_RESET
|
REVIEW_ID | The review id. |
REVIEW_TYPE | The review type. | |
CODE | The review code. | |
PROJECT_ID | The project id. | |
PROJECT_NAME | The project name. | |
REFERENCE_ID | The reference id. | |
REFERENCE_TYPE | The reference type. | |
TITLE | The review title. | |
INSTRUCTIONS | The review instructions. | |
DUE_DATE | The due date. | |
STATUS_ID | The review status id. | |
STATUS_CODE | The review status code. | |
STATUS_NAME | The review status name. | |
HIGH_PRIORITY | Flag if the review is high-priority or not. | |
CREATED_BY | The user id of who created the review. | |
CREATED_BY_NAME | The name of the user who created the review. | |
REVIEW_MEMBER_ID | The review member id. | |
USER_ID | The user's user id. | |
USER_NAME | The user's full name. | |
USER_USERNAME | The user's username. | |
REVIEW_ROLE_ID | The review role id. | |
REVIEW_ROLE_NAME | The review role name. | |
REVIEW_ROLE_CODE | The review role code. |
ReviewMemberEventArgs
REVIEW_MEMBER_CREATED
REVIEW_MEMBER_UPDATED
REVIEW_MEMBER_DELETED
REVIEW_MEMBER_COMPLETED
REVIEW_MEMBER_RESEND_INVITE
|
REVIEW_MEMBER_ID | The review member id. |
REVIEW_ID | The review id. | |
PROJECT_ID | The project id. | |
PROJECT_NAME | The project name. | |
REVIEW_MEMBER_NAME | The review member name. | |
REVIEW_MEMBER_REFERENCE_ID | The review member reference id. | |
REVIEW_MEMBER_REFERENCE_TYPE | The review member reference type. | |
REVIEW_REFERENCE_ID | The review reference id. | |
REVIEW_REFERENCE_TYPE | The review reference type. | |
REVIEW_TITLE | The review title. | |
REVIEW_INSTRUCTIONS | The review instructions. | |
REVIEW_CODE | The review code. | |
REMINIDER_ID | The reminder id. | |
REVIEW_RESPONSES | The review responses (if any). |
ReviewMemberRoleChangedEventArgs
REVIEW_MEMBER_ROLE_CHANGED
|
REVIEW_MEMBER_ID | The review member id. |
REVIEW_ID | The review id. | |
REVIEW_MEMBER_REFERENCE_ID | The review member reference id. | |
REVIEW_MEMBER_REFERENCE_TYPE | The review member reference type. | |
REVIEW_ROLE_ID | The review member's new review role id. | |
PREVIOUS_REVIEW_ROLE_ID | The review member's previous review role id. |
ReviewRoleEventArgs
REVIEW_ROLE_CREATED
REVIEW_ROLE_UPDATED
REVIEW_ROLE_DELETED
|
ID | The review role id. |
NAME | The review role name. | |
CODE | The review role code. |
SettingEventArgs
ACCOUNT_SETTING_CREATED
ACCOUNT_SETTING_UPDATED
ACCOUNT_SETTING_DELETED
INSTANCE_SETTING_CREATED
INSTANCE_SETTING_UPDATED
INSTANCE_SETTING_DELETED
USER_SETTING_CREATED
USER_SETTING_UPDATED
USER_SETTING_DELETED
|
SETTING_ID | The setting id. |
SETTING_CODE | The setting code. | |
ACCOUNT_SETTING_ID | The account setting id. | |
ACCOUNT_VALUE | The account setting value. | |
APPLY_ACCOUNT | Does this setting apply to accounts? | |
APPLY_INSTANCE | Does this setting apply to an instance? | |
APPLY_USER | Does this setting apply to users? | |
INSTANCE_SETTING_ID | The instance setting id. | |
INSTANCE_VALUE | The instance setting value. | |
USER_SETTING_ID | The user setting id. | |
USER_VALUE | The user setting value. | |
VALUE | ? |
SmartFolderEventArgs
SMART_FOLDER_CREATED
SMART_FOLDER_UPDATED
SMART_FOLDER_DELETED
|
SMARTFOLDER_ID | The smartfolder id. |
SMARTFOLDER_NAME | The smartfolder name. | |
PROJECT_ID | The project id. | |
CRITERIA | Criteria? | |
DATE_CREATED | Datetime the smart folder was created. | |
DATE_MODIFIED | Datetime the smart folder was modified. | |
DATE_REMOVED | Datetime the smart folder was removed. | |
IS_RESTRICTED | Is the smartfolder restricted? | |
TOTAL_ITEMS | Total items in the smart folder. | |
TOTAL_MEMBERS | Total members within the smart folder? | |
TOTAL_NON_VIEWED_ITEMS | Total non-viewed items within the smart folder. | |
TYPE | The smartfolder type. | |
TYPE_NAME | The smartfolder type name. |
SmartFolderMemberEventArgs
SMART_FOLDER_MEMBER_CREATED
SMART_FOLDER_MEMBER_UPDATED
SMART_FOLDER_MEMBER_DELETED
|
SMART_FOLDER_MEMBER_ID | The smart folder member id. |
DATE_CREATED | Datetime the smart folder member was created. | |
DATE_MODIFIED | Datetime the smart folder member was modified. | |
DATE_REMOVED | Datetime the smart folder member was removed. | |
IS_ADMIN | Is the smart folder member an admin? | |
SMART_FOLDER_MEMBER_NAME | The smart folder member name. | |
REFERENCE_ID | The reference id. | |
REFERENCE_TYPE | The reference type. | |
SMART_FOLDER_ID | The smart folder id. | |
SMART_FOLDER_NAME | The smart folder name. |
StatusEventArgs
STATUS_CREATED
STATUS_UPDATED
STATUS_DELETED
|
STATUS_ID | The status id. |
STATUS_NAME | The status name. | |
ACCOUNT_ID | The account id. | |
STATUS_CODE | The status code. | |
STAUTS_COLOR | The status color | |
DATE_CREATED | Datetime the status was created. | |
DATE_MODIFIED | Datetime the status was modified. | |
DATE_REMOVED | Datetime the status was removed. | |
REFERENCE_TYPE | The reference type. | |
SYSTEM_STATUS | The system status. |
StatusGroupEventArgs
STATUS_GROUP_CREATED
STATUS_GROUP_UPDATED
STATUS_GROUP_DELETED
|
STATUS_GROUP_ID | The status id. |
STATUS_GROUP_NAME | The status name. | |
ACCOUNT_ID | The account id. | |
STATUS_GROUP_CODE | The status code. | |
DATE_CREATED | Datetime the status group was created. | |
DATE_MODIFIED | Datetime the status group was modified. | |
DATE_REMOVED | Datetime the status group was removed. | |
REFERENCE_TYPE | The reference type. |
TeamEventArgs
TEAM_CREATED
TEAM_UPDATED
TEAM_DELETED
|
TEAM_ID | The team id. |
TEAM_NAME | The team name. | |
ACCOUNT_ID | The account id. | |
DATE_CREATED | Datetime the team was created. | |
DATE_MODIFIED | Datetime the team was modified. | |
DATE_REMOVED | Datetime the team was removed. | |
PROJECT_ROLE_ID | The project role id. | |
TEAM_TOTAL_MANAGERS | Total managers on team. | |
TEAM_TOTAL_MEMBERS | Total members on team. | |
TEAM_WORK_REQUIRES_DELEGATION | Does the team's work require delegation? |
TeamMemberEventArgs
TEAM_MEMBER_CREATED
TEAM_MEMBER_UPDATED
TEAM_MEMBER_DELETED
|
TEAM_MEMBER_ID | The team member id. |
DATE_CREATED | Datetime the team member was created. | |
DATE_MODIFIED | Datetime the team member was modified. | |
DATE_REMOVED | Datetime the team member was removed. | |
REFERENCE_ID | The reference id. | |
REFERENCE_TYPE | The reference type. | |
EMAIL_ADDRESS | The team member's email address. | |
ROLE_NAME | The role name. | |
TEAM_ID | The team that the member is attached to. | |
TEAM_MANAGER | The team's manager. |
ToDoEventArgs
TODO_CREATED
TODO_UPDATED
TODO_DELETED
TODO_COMPLETED
TODO_REASSIGNED
|
TODO_ID | The id of the todo. |
NAME | The name of the todo | |
CODE | The code of the todo. | |
ACCOUNT_ID | The account id. | |
PROJECT_ID | The project id. | |
PROJECT_NAME | The project name. | |
ASSIGNED_TO_ID | The id for which the todo is assigned. | |
ASSIGNED_TO_TYPE | The type for whom the todo is assigned (ex. User/Team) | |
REFERENCE_ID | The reference id. | |
REFERENCE_TYPE | The reference type. |
UserEventArgs
USER_UPDATED
USER_REGISTRATION_COMPLETED
|
USER_ID | The user's user id. |
USER_USERNAME | The user's username | |
USER_FIRSTNAME | The user's first name. | |
USER_LASTNAME | The user's last name. | |
USER_NAME | The user's full name. | |
USER_ISREGISTERED | Is the user registered? | |
USER_ISACTIVE | Is the user active? | |
USER_LANGUAGECODE | The language code that associated with the user. | |
USER_TIMEZONE_ID | The time zone id that associated with the user. | |
USER_TIMEZONE | The time zone that associated with the user. | |
ACCOUNT_ID | The account id. | |
ACCOUNT_DOMAIN | The account name. | |
ACCOUNT_NAME | The primary domain of the account. |
UserResendRegistrationEventArgs
USER_RESEND_REGISTRATION
|
USER_ID | The user's user id. |
USER_USERNAME | The user's username | |
USER_FIRSTNAME | The user's first name. | |
USER_LASTNAME | The user's last name. | |
USER_NAME | The user's full name. | |
USER_ISREGISTERED | Is the user registered? | |
USER_ISACTIVE | Is the user active? | |
USER_LANGUAGECODE | The language code that associated with the user. | |
USER_TIMEZONE_ID | The time zone id that associated with the user. | |
USER_TIMEZONE | The time zone that associated with the user. | |
ACCOUNT_ID | The account id. | |
ACCOUNT_DOMAIN | The account name. | |
ACCOUNT_NAME | The primary domain of the account. |
UserLoginEventArgs
USER_LOGIN
USER_LOGIN_API
|
USER_ID | The user's user id. |
USER_USERNAME | The user's username | |
USER_FIRSTNAME | The user's first name. | |
USER_LASTNAME | The user's last name. | |
USER_NAME | The user's full name. | |
USER_ISREGISTERED | Is the user registered? | |
USER_ISACTIVE | Is the user active? | |
USER_LANGUAGECODE | The language code that associated with the user. | |
USER_TIMEZONE_ID | The time zone id that associated with the user. | |
USER_TIMEZONE | The time zone that associated with the user. | |
ACCOUNT_ID | The account id. | |
ACCOUNT_DOMAIN | The account name. | |
ACCOUNT_NAME | The primary domain of the account. |
UserSignoutEventArgs
USER_SIGNOUT
|
USER_ID | The user's user id. |
USER_USERNAME | The user's username | |
USER_FIRSTNAME | The user's first name. | |
USER_LASTNAME | The user's last name. | |
USER_NAME | The user's full name. | |
USER_ISREGISTERED | Is the user registered? | |
USER_ISACTIVE | Is the user active? | |
USER_LANGUAGECODE | The language code that associated with the user. | |
USER_TIMEZONE_ID | The time zone id that associated with the user. | |
USER_TIMEZONE | The time zone that associated with the user. |
WorkflowEventArgs
WORKFLOW_CREATED
WORKFLOW_UPDATED
WORKFLOW_PAUSED
WORKFLOW_RESTARTED
|
WORKFLOW_ID | The workflow id. |
WORKFLOW_NAME | The workflow name. | |
WORKFLOW_DESCRIPTION | The workflow description. | |
REFERENCE_ID | The reference id. | |
PROJECT_ID | The project id. | |
REFERENCE_TYPE | The reference type. |