Returns report information
successful operation
Authorization information is missing or invalid.
Not Found.
Internal server error
{- "reportAvailabilityFrom": "2019-08-24T14:15:22Z",
- "enableReportsWorkflow": true
}
Returns device status reports within specified date-time range
successful operation
Authorization information is missing or invalid.
Not Found.
Internal server error
[- {
- "group_id": "306db4e0-7449-4501-b76f-075576fe2d8f",
- "group_name": "string",
- "group_path": "string",
- "active_devices": 0,
- "inactive_devices": 0,
- "registered_devices": 0,
- "new_devices": 0,
- "disabled_devices": 0,
- "device_status_reports": [
- {
- "device_id": "3bafab7b-4400-4bcf-8e6e-09f954699940",
- "device_name": "string",
- "alias_name": "string",
- "device_model": "string",
- "device_brand": "string",
- "android_version": "string",
- "serial_number": "string",
- "is_new": true,
- "last_known_location": "string",
- "days_active": 0,
- "status": "string",
- "inactive_since_three_days": true
}
]
}
]
Returns enterprise report of devices within specified date-time range
successful operation
Authorization information is missing or invalid.
Not Found.
Internal server error
{- "peak_active_devices": 0,
- "provisioned_devices": 0,
- "registered_devices": 0
}
Returns group report of devices within specified date-time range
successful operation
Authorization information is missing or invalid.
Not Found.
Internal server error
[- {
- "group_id": "306db4e0-7449-4501-b76f-075576fe2d8f",
- "group_name": "string",
- "group_path": "string",
- "active_devices": 0,
- "inactive_devices": 0,
- "registered_devices": 0,
- "new_devices": 0,
- "disabled_devices": 0
}
]
Returns list of subscription reports
successful operation
Authorization information is missing or invalid.
Not Found.
Internal server error
{- "count": 0,
- "next": "string",
- "previous": "string",
- "results": [
- {
- "id": 0,
- "email_ids": [
- "user@example.com"
], - "is_subscribed": true,
- "created_on": "2019-08-24T14:15:22Z",
- "updated_on": "2019-08-24T14:15:22Z"
}
]
}
Returns instance of created subscription
Successful Operation
Bad request
Authorization information is missing or invalid.
Forbidden, no permission to perform this action.
Internal server error
{- "email_ids": [
- "user@example.com"
]
}
{- "id": 0,
- "email_ids": [
- "user@example.com"
], - "is_subscribed": true,
- "created_on": "2019-08-24T14:15:22Z",
- "updated_on": "2019-08-24T14:15:22Z"
}
Returns instance of subscription
successful operation
Authorization information is missing or invalid.
Not Found.
Internal server error
{- "id": 0,
- "email_ids": [
- "user@example.com"
], - "is_subscribed": true,
- "created_on": "2019-08-24T14:15:22Z",
- "updated_on": "2019-08-24T14:15:22Z"
}
Returns instance of updated subscription
successful operation
Invalid request.
Authorization information is missing or invalid.
Not Found.
Internal server error
{- "email_ids": [
- "user@example.com"
], - "is_subscribed": true
}
{- "id": 0,
- "email_ids": [
- "user@example.com"
], - "is_subscribed": true,
- "created_on": "2019-08-24T14:15:22Z",
- "updated_on": "2019-08-24T14:15:22Z"
}
Returns instance of updated subscription
successful operation
Invalid request.
Authorization information is missing or invalid.
Not Found.
Internal server error
{- "email_ids": [
- "user@example.com"
], - "is_subscribed": true
}
{- "id": 0,
- "email_ids": [
- "user@example.com"
], - "is_subscribed": true,
- "created_on": "2019-08-24T14:15:22Z",
- "updated_on": "2019-08-24T14:15:22Z"
}
Empty response
The resource was deleted successfully.
Invalid request.
Authorization information is missing or invalid.
Forbidden, no permission to perform this action.
Not Found.
Internal server error
{- "errors": [
- "string"
], - "message": "string",
- "status": 0
}