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 fields
Argument | Type | Description |
---|---|---|
id | ID! | The ID of the Activity object. |
Return fields (Activity)
allowRemove (Boolean!)
Specifies whether the signed-in User can remove the Activity.
allowUpdate (Boolean!)
Specifies whether the signed-in User can update the Activity.
description (String!)
Description of an activity performed by a user
id (ID!)
The ID of the object
timestamp (DateTime!)
Date/Time when an activity occurred
user (User)
User that performed an activity
userName (String!)
Name of the user that performed the activity