activity Query
Returns the specified Activity object.
Access is permitted when any of the following condition(s) are met: 1. The object's 'user' attribute is the signed-in User. 2. The signed-in User has any of the following permissions for the associated Organization: [org_view_activities]. 3. The signed-in User has any of the following permissions for the object's 'user_Customer' attribute: [customer_view_activities].
#
Input fieldsArgument | Type | Description |
---|---|---|
id | ID! | The ID of the Activity object. |
Activity)#
Return fields (Boolean!)#
allowRemove (Specifies whether the signed-in User can remove the Activity.
Boolean!)#
allowUpdate (Specifies whether the signed-in User can update the Activity.
String!)#
description (Description of an activity performed by a user
ID!)#
id (The ID of the object
DateTime!)#
timestamp (Date/Time when an activity occurred
User)#
user (User that performed an activity
String!)#
userName (Name of the user that performed the activity