Get subscriber

Gets a resource by ID.

get

Returns the resource with the specified ID. Use the select query parameter to specify which fields to include.

Path parameters
idstringRequired

The resource ID.

Query parameters
selectstringOptional

Optional RQL select statement to filter fields.

Responses
chevron-right
200

OK

application/json

Represents a subscription that defines which users or user groups should automatically receive notifications for a specific category.

idstringOptional
namestringOptional
revisioninteger · int32Optional
statusstring · nullableOptional

Gets or initializes the current status of the subscriber.

notestring · nullableOptional

Gets or initializes an optional note about this subscriber.

get
/public/v1/notifications/subscribers/{id}

Last updated

Was this helpful?