Get MSP Customers
Retrieves list of customers for an MSP.
Basic Parameters
Parameter | Description |
---|---|
End Date | End date of events. |
Start Date | Start date of events. |
Advanced Parameters
Parameter | Description |
---|---|
Account Key | Which account key to use for authentication. Must be used with a valid Division ID. If not provided, will default to use the first Account Key and Division ID found. |
Division ID | Which division ID to use for authentication. Must be used with a valid Account Key. If not provided, will default to use the first Account Key and Division ID found. |
Example Output
[
{
"date": "2022-07-07",
"creationTime": "2022-07-07 12:46:08",
"createdBy": "PileusUser",
"uuid": "eventId",
"divisionId": "0",
"accountKey": "649",
"userKey": "userKey",
"accountId": "accountID",
"description": "Its time to get the API going!",
"title": "The Big API Palooza"
}
]
Workflow Library Example
Get Msp Customers with Anodot and Send Results Via Email
Preview this Workflow on desktop