get_activity_for_mpaccount
Gets activity for a multiplexed account.
Path:
/lib/server/get_activity_for_mpaccount.js
Parameters:
Name | Type | Description |
---|---|---|
id | String | The unique ID of the multiplexed account to get activity for. |
Example Request:
POST /redrock/query
{
"Script":"@/lib/server/get_activity_for_mpaccount.js(id:'b6fe2...')"
}
Example Response:
{
"success": true,
"Result": {
"IsAggregate": false,
"Count": 0,
"Columns": [
{
"Name": "When",
"IsHidden": false,
"DDName": "WhenOccurred",
"Title": "When",
"DDTitle": "When Occurred",
"Description": null,
"Type": 3,
"Format": null,
"Width": 0,
"TableKey": "NotAKey",
"ForeignKey": null,
"TableName": "Event"
},
...
],
"FullCount": 0,
"Results": [],
"ReturnID": ""
},
"Message": null,
"MessageID": null,
"Exception": null,
"ErrorID": null,
"ErrorCode": null,
"InnerExceptions": null
}
Updated almost 5 years ago