Skip to main content

activities

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 set of Activity.

activities(
first: Int
offset: Int
orderBy: [ActivitiesOrderBy!]
condition: ActivityCondition
filter: ActivityFilter
): [Activity!] @deprecated

Arguments

activities.first ● Int scalar

Only read the first n values of the set.

activities.offset ● Int scalar

Skip the first n values.

activities.orderBy ● [ActivitiesOrderBy!] list enum

The method to use when ordering Activity.

activities.condition ● ActivityCondition input

A condition to be used in determining which values should be returned by the collection.

activities.filter ● ActivityFilter input

A filter to be used in determining which values should be returned by the collection.

Type

Activity object