Skip to main content

subscriptions

Overview

Namesubscriptions
TypeResource
Idlinode.longview.subscriptions

Fields

NameDatatypeDescription
idstringThe unique ID of this Subscription tier.
clients_includedintegerThe number of Longview Clients that may be created with this Subscription tier.
labelstringA display name for this Subscription tier.
priceobjectPricing information about this Subscription tier.

Methods

NameAccessible byRequired ParamsDescription
getLongviewSubscriptionSELECTsubscriptionIdGet the Longview plan details as a single LongviewSubscription object for the provided subscription ID. This is a public endpoint and requires no authentication.
getLongviewSubscriptionsSELECTReturns a paginated list of available Longview Subscriptions. This is a public endpoint and requires no authentication.
_getLongviewSubscriptionEXECsubscriptionIdGet the Longview plan details as a single LongviewSubscription object for the provided subscription ID. This is a public endpoint and requires no authentication.
_getLongviewSubscriptionsEXECReturns a paginated list of available Longview Subscriptions. This is a public endpoint and requires no authentication.