Skip to content

Gets data for the given subscription. Currently returns only the last update.

GET
/subscriptions/{subscription_id}
subscription_id
required
string format: uuid

The external id of the subscription.

The subscription data.

object
cursor
object
next
required
Any of:
string
subscription
required
object
id
required
string format: uuid
name
required
string
last_activity_at
required
One of:
string format: date-time
activity
required
Array<object>

A contribution to a thread.

object
id
required
string format: uuid
parent_thread_id
required
string format: uuid
parent_post_id
required
One of:
string format: uuid
content
required
string format: quill-delta
created_at
required
string format: date-time
secret_identity
required

The public-facing identity associated with the contribution.

object
name
required
string
avatar
required
string format: uri-reference
color
One of:
string format: color
accessory
One of:
string format: uri-reference
user_identity
required
One of:
object
name
required
One of:
string
avatar
required
One of:
string format: uri-reference
new
required
boolean
own
required
boolean
friend
required
boolean
total_comments_amount
required
number
new_comments_amount
required
number
tags
required

Types of tags associated to a contribution.

object
whisper_tags
required
Array<string>
index_tags
required
Array<string>
category_tags
required
Array<string>
content_warnings
required
Array<string>

The subscription was not found.