SubscriptionResponseDto
January 22, 2026 ยท View on GitHub
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id | String | :heavy_check_mark: | The unique identifier of the subscription | 64f5e95d3d7946d80d0cb679 |
identifier | Optional<String> | :heavy_minus_sign: | The identifier of the subscription | tk=product-updates:si=subscriber-123 |
name | Optional<String> | :heavy_minus_sign: | The name of the subscription | My Subscription |
topic | TopicDto | :heavy_check_mark: | The topic information | |
subscriber | Optional<SubscriptionResponseDtoSubscriber> | :heavy_check_mark: | The subscriber information | |
preferences | List<SubscriptionPreferenceDto> | :heavy_minus_sign: | The preferences for workflows in this subscription | |
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" ] |
createdAt | String | :heavy_check_mark: | The creation date of the subscription | 2025-04-24T05:40:21Z |
updatedAt | String | :heavy_check_mark: | The last update date of the subscription | 2025-04-24T05:40:21Z |