get_activity_for_subscription
Gets activity for a subscription.
Path:
/lib/server/get_activity_for_subscription.js
Parameters:
Name | Type | Description |
---|---|---|
id | String | The unique ID of the subscription to retrieve information for. |
Example Request:
{
"Script":"@/lib/server/get_activity_for_subscription.js(id:'9ec0e...')"
}
Example Response:
{
"success": true,
"Result": {
"IsAggregate": false,
"Count": 0,
"Columns": [],
"FullCount": 0,
"Results": [],
"ReturnID": ""
},
"Message": null,
"MessageID": null,
"Exception": null,
"ErrorID": null,
"ErrorCode": null,
"InnerExceptions": null
}
Updated about 5 years ago