...
SUBSCRIPTION | |||||||
---|---|---|---|---|---|---|---|
A Subscription is a relationship from a Subscriber to a Publisher that allows the Subscriber to receive the Publisher’s data. | |||||||
Field | Type | Notes | |||||
| string (25 char) | The identifier of the Subscriber | |||||
| string (25 char) | The identifier of the Publisher | |||||
| UTC date/time | UTC timestamp of the last time the Subscriber pulled data from this Publisher | |||||
| boolean | Whether or not the subscription supports the nightly sync process. (Applies to LearningBuilder subscribers only)
| |||||
| JSON | JSON structure mapping different
See below for detailed explanation |
Converting Provider data into Subscriber data
Publishers and Subscribers think about and model their data differently. Each Event Subscription contains one or more templates that convert from the Provider’s data model into the Subscriber’s data model.
...