GET {workspace_slug}/activities

orbit.love

Summary: List activities for a workspace
Operation ID:
Auth: unknown

Parameters (19)

activity_type (string, query, optional)

Comma separated list of activity types

Constraints: {'enum': ['discourse:topic:created', 'discourse:post:liked', 'discourse:user:created', 'discourse:post:created', 'slack:message:sent', 'slack:thread:replied', 'slack:channel:joined', 'note:created', 'post:created', 'issues:opened', 'discord:message:sent', 'issue_comment:created', 'discord:thread:replied', 'custom:happened', 'dev:comment', 'discord:message:replied', 'discord:server:joined', 'insided:conversation:started', 'fork:created', 'insided:idea:replied', 'insided:article:created', 'discussions:discussion_created', 'insided:question:replied', 'discussions:comment', 'discussions:reply', 'insided:article:replied', 'insided:question:asked', 'insided:conversation:replied', 'insided:idea:submitted', 'reddit:comment', 'reddit:post', 'stackoverflow:answer', 'linkedin:comment', 'pull_requests:opened', 'pull_requests:merged', 'star:created', 'stackoverflow:question', 'tweet:sent', 'twitter:followed', 'youtube:comment']}

affiliation (string, query, optional)

Constraints: {'enum': ['member', 'teammate']}

cities[] (string, query, optional)

Comma separated list of cities. The union (OR) of cities is applied.

company[] (string, query, optional)

Comma separated list of companies. The union (OR) of companies is applied.

countries[] (string, query, optional)

Comma separated list of countries. The union (OR) of countries is applied.

direction (string, query, optional)

Constraints: {'enum': ['ASC', 'DESC']}

end_date (string, query, optional)

Filter activities before this date. Format: YYYY-MM-DD.

identity (string, query, optional)

Constraints: {'enum': ['github', 'twitter', 'email', 'discourse', 'linkedin', 'devto', 'slack', 'discord']}

items (string, query, optional)

Constraints: {'enum': ['10', '50', '100']}

member_tags (string, query, optional)

The list of tags to filter against. Separate tags with `,` to do an intersection (AND), or with `|` to do a union (OR)

orbit (string, query, optional)

The list of orbit levels to filter against. Accepted values are 1, 2, 3, 4, n. In the request, a format like `23` would include levels 2 and 3. `n` is for members with no orbit level.

page (string, query, optional)
regions[] (string, query, optional)

Comma separated list of regions. The union (OR) of regions is applied.

relative (string, query, optional)

Relative timeframes. Format: this_<integer>_<period>, with period in [days, weeks, months, years]. For example, this_30_days.

sort (string, query, optional)

Constraints: {'enum': ['occurred_at', 'member']}

start_date (string, query, optional)

Filter activities after this date. Format: YYYY-MM-DD.

title[] (string, query, optional)

Comma separated list of job titles. The union (OR) of job titles is applied.

type (string, query, optional)

Deprecated in favor of the activity_type parameter.

workspace_slug (string, path, required)

No probe data for this endpoint yet.