Skip to main content

activityByNodeId

DEPRECATED

Use GET https://api.inaccord.com/1/analytics/activities instead. Same Bearer API key; cursor-paginated and ordered by updatedAt. It exports the whole workspace and takes no accordId filter, so a per-accord read pages the export and filters on each node accordId. See https://developers.inaccord.com/activity-export. This table is removed once every consumer has migrated.

Reads a single Activity using its globally unique ID.

activityByNodeId(
nodeId: ID!
): Activity @deprecated

Arguments

activityByNodeId.nodeId ● ID! non-null scalar

The globally unique ID to be used in selecting a single Activity.

Type

Activity object