Download OpenAPI specification:
Amusement Connect API for interacting with reporting data.
| apiVersion | string Default: "1.0" Value: "1.0" The requested API version |
| locations | Array of strings or null <uuid> unique [ items <uuid > ] |
| startDate | string <date-time> |
| endDate | string <date-time> |
{- "locations": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z"
}| apiVersion | string Default: "1.0" Value: "1.0" The requested API version |
| locations | Array of strings or null <uuid> unique [ items <uuid > ] |
| startDate | string <date-time> |
| endDate | string <date-time> |
{- "locations": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z"
}| apiVersion | string Default: "1.0" Value: "1.0" The requested API version |
| startDate | string <date-time> |
| endDate | string <date-time> |
| organizationId | string <uuid> |
{- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9"
}| apiVersion | string Default: "1.0" Value: "1.0" The requested API version |
| startDate | string <date-time> |
| endDate | string <date-time> |
| organizationId | string <uuid> |
{- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9"
}| apiVersion | string Default: "1.0" Value: "1.0" The requested API version |
| startDate | string <date-time> |
| endDate | string <date-time> |
| organizationId | string <uuid> |
| toEmail required | string non-empty |
{- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
- "toEmail": "string"
}| apiVersion | string Default: "1.0" Value: "1.0" The requested API version |
| startDate | string <date-time> |
| endDate | string <date-time> |
| organizationId | string <uuid> |
| games | Array of strings or null |
| categories | Array of strings or null |
| businessTypes | Array of strings or null |
| regions | Array of strings or null |
| threshold | integer <int32> |
| suppressOutliers | boolean |
{- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
- "games": [
- "string"
], - "categories": [
- "string"
], - "businessTypes": [
- "string"
], - "regions": [
- "string"
], - "threshold": 0,
- "suppressOutliers": true
}