Interface ISubscriptionItemRequest

The ISubscriptionItemRequest interface describes a subscription to a single item (a result).

Index

Properties

id

id: string

Contains the unique ID of the item to subscribe to.

Optional modifiedDateField

modifiedDateField: string

Indicates which field contains the modification date of the item to subscribe to.

title

title: string

Contains the title of the item to subscribe to.

Optional watchedFields

watchedFields: string[]

Contains a list of fields to monitor for the item to subscribe to.

Hierarchy

  • ISubscriptionItemRequest