Skip to main content

Subscriptionresponse

Represents a streaming events subscription

consumer_groupstring

The value describing the use case of this subscription.

created_atstring<date-time>

Timestamp of creation of the subscription.

Example: 2016-09-06T13:37:50+03:00
event_typesstring[]

EventTypes to subscribe to

idstring

The Id of subscription that was created.

owning_applicationstring

The id of application owning the subscription.

read_fromstring

Position to start reading events from.

Possible values: [BEGIN, END]

updated_atstring<date-time>

Timestamp of last update of the subscription.

Example: 2016-09-06T13:37:50+03:00
Subscriptionresponse
{
"consumer_group": "string",
"created_at": "2016-09-06T13:37:50+03:00",
"event_types": [
"string"
],
"id": "string",
"owning_application": "string",
"read_from": "BEGIN",
"updated_at": "2016-09-06T13:37:50+03:00"
}