GetContextResponseDto
January 14, 2026 ยท View on GitHub
Fields
| Field | Type | Required | Description |
|---|---|---|---|
type | String | :heavy_check_mark: | Context type (e.g., tenant, app, workspace) |
id | String | :heavy_check_mark: | Unique identifier for this context |
data | Map<String, Object> | :heavy_check_mark: | Custom data associated with this context |
createdAt | String | :heavy_check_mark: | Creation timestamp |
updatedAt | String | :heavy_check_mark: | Last update timestamp |