Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SubscribeToFeed

Subscribe to the specified feed for the current User's ApplicationID.

Name is the name of the file you wish to watch. The WebhookUrl is called with a JSON POST request, in which the Feed's name and applicationID are specified. This request does not contain the data itself, your application will have to fetch the data using your current approaches to download this feed. This may seem verbose, but we have no guarantee the endpoint is secure, and we can't just send possibly sensitive information there!

To unsubscribe, call the UnsubscribeFromFeed service with the returned ID value.

Hierarchy

  • SubscribeToFeed

Index

Properties

Properties

Optional Name

Name: undefined | string

Optional WebhookUrl

WebhookUrl: undefined | string