Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 6.02 KB

File metadata and controls

16 lines (13 loc) · 6.02 KB

SubscriptionResponseDto

Fields

Field Type Required Description Example
id String ✔️ The unique identifier of the subscription 64f5e95d3d7946d80d0cb679
identifier Optional<String> The identifier of the subscription tk=product-updates:si=subscriber-123
name Optional<String> The name of the subscription My Subscription
topic TopicDto ✔️ The topic information
subscriber Optional<SubscriptionResponseDtoSubscriber> ✔️ The subscriber information
preferences List<SubscriptionPreferenceDto> The preferences for workflows in this subscription
contextKeys List<String> Context keys that scope this subscription (e.g., tenant:org-a, project:proj-123) [
"tenant:org-a",
"project:proj-123"
]
createdAt String ✔️ The creation date of the subscription 2025-04-24T05:40:21Z
updatedAt String ✔️ The last update date of the subscription 2025-04-24T05:40:21Z