The Work object
Attributes#
| Name | Description |
|---|---|
| id (string) | Unique identifier for the object |
| slug (string) | Unique URL-friendly identifier (generated based on name) |
| name (string) | The work's name |
| owner (Object) | The work's owner |
| discardedAt (string) | The work's discard timestamp. Works cannot be deleted, they are instead discarded and still accessible after. |
| createdAt (string) | The work's creation timestamp |
| updatedAt (string) | The work's last update timestamp |
| owner (User) | The tenant's author |