Skip to main content

GetWorkspaceMembersActivityArgs

type GetWorkspaceMembersActivityArgs = {
projectIds?: string | null;
userIds?: string | null;
workspaceId: string;
};

Arguments for getting workspace members activity.

See

https://developer.todoist.com/api/v1/#tag/Workspace/operation/get_workspace_members_activity_api_v1_workspaces_members_get

Properties

projectIds?

optional projectIds: string | null;

Comma-separated list of project IDs to filter by.


userIds?

optional userIds: string | null;

Comma-separated list of user IDs to filter by.


workspaceId

workspaceId: string;

The workspace ID.