ModifySubscription
Subscribes a listener application to receive notifications when data changes.
Input
| Name | Type | Required | Description |
| ExpirationDateTime | String | True | The date and time in UTC that the subscription will expire. |
| Id | String | True | Id of the subscription created. |
Result Set Columns
| Name | Type | Description |
| Id | String | Id of the subscription created. |
| ChangeType | String | Name of the folder to be created. |
| NotificationUrl | String | The Webhook endpoint which you want to be subscribed to. |
| Resource | String | The path of the resource for the subscription details. |
| ExpirationDateTime | String | The date and time in UTC that the subscription will expire. |
| ClientState | String | Encoded string that contains the view and control states data of the Web page |