TopicSubscriptionResponseDto
August 7, 2026 ยท View on GitHub
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id | String | :heavy_check_mark: | The identifier of the subscription | 64da692e9a94fb2e6449ad08 |
identifier | String | :heavy_check_mark: | The identifier of the subscription | tk=product-updates:si=subscriber-123 |
createdAt | String | :heavy_check_mark: | The date and time the subscription was created | 2021-01-01T00:00:00.000Z |
topic | TopicResponseDto | :heavy_check_mark: | Topic information | |
subscriber | SubscriberDto | :heavy_check_mark: | Subscriber information | |
contextKeys | List<String> | :heavy_minus_sign: | Context keys that scope this subscription (e.g., tenant:org-a, project:proj-123) | [ "tenant:org-a", "project:proj-123" ] |
preferences | List<SubscriptionPreferenceDto> | :heavy_minus_sign: | The preferences for workflows in this subscription |