Mailboxes > Accesses > Devices
List device
Returns list of device and all their access
get/1/mail_hostings/accesses/devices
Query parameters
withstring
Optional : Allows loading additional data about a resource, which may include related resources.
return'total'
Optional : If you pass this parameter with the value total, then the response will be the number of items in the collection, instead of the items themselves.<br /> Part of the total capacity
pageinteger
Optional parameter that define the page number<br /> Part of the pagination capacity
per_pageinteger
Optional parameter that define the number of items per page<br /> Part of the pagination capacity
Response
OK
Example response
{
"result": "success",
"data": [
{
"id": 123456,
"type": "computer",
"accesses": [
{
"id": 123456,
"protocols": "imap",
"status": "healthy",
"user_access": {
"id": 123456
},
"creator": {
"id": 123456
}
}
]
}
],
"total": 221,
"page": 2,
"pages": 15,
"items_per_page": 15
}Changes
No recorded changes to this endpoint across all 1 revision of this API.