1. Docs
  2. API Reference
  3. WorkspaceActivityResponseDto

WorkspaceActivityResponseDto

Example

JSON
{
  "id": "string",
  "action": "string",
  "actor_label": "string",
  "resource_type": "string",
  "resource_label": "string",
  "application_node_id": "string",
  "application_node_path": "string",
  "created_at": "2026-04-20T12:00:00.000Z",
  "subject_type": "identity",
  "subject_id": "string"
}

Properties

10 properties 3 required

id string Required
action string Required
actor_label string Optional
nullable
resource_type string Optional
nullable
resource_label string Optional
nullable
application_node_id string Optional
nullable
application_node_path string Optional
nullable
created_at string Required
format: date-time
subject_type enum Optional

What the event is about, when the Workspace has a surface that opens it. Null for events with nothing to open.

Enumidentityinvitationnullable
subject_id string Optional

Id of the subject named by `subject_type`. For a role assignment this is the identity, not the assignment row — the assignment id names nothing a reader recognises.

nullable
Was this page helpful?

Tell us how we can improve this guide.