SubscriptionRecord      * The record for each notification you have subscribed to


id

int32

The ID of the event record. Used for updating and canceling


eventName

string

The name of the event you have subscribed to


url

string

The URL we will send a POST request to with the notification message


active

bool

Whether or not the subscription is active


createDate


(read only)

string

Date the subscription record was created (Date you subscribed)


updateDate


(read only)

string

Date the subscription record was updated (Date you made changes)