Skip to main content

Activity

An Activity is a log entry covering actions performed within a Group. Activities are retained for the last 90 days and provide a feed of events for non-solo users.

Fields

FieldTypeDescription
idIDUnique identifier
dtAWSDateTimeWhen the activity occurred
typeStringActivity type
descriptionStringHuman-readable description
objectIdIDID of the related object
groupIdIDGroup where the activity occurred
userIdIDUser who performed the action
sourceStringSource of the activity
xdataAWSJSONAdditional structured data

Query

Activities are accessed via Group.activityConnection (no pagination arguments):

query GetGroupActivity {
group(id: "Z3JwbGVnYWxlc2lnbxRldg==") {
activityConnection {
activities {
id
dt
type
description
objectId
userId
source
}
totalCount
}
}
}
  • Group — the group this activity belongs to

Export This Article

Save a copy of this page as PDF or plain text.