List Devices

GET {{baseUrl}}/devices?page[cursor]=<string>

List Devices

Request Params

KeyDatatypeRequiredDescription
page[cursor]stringCursor representing which page to fetch

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;links&quot;:{&quot;self&quot;:&quot;/partitions/b2ae267d-1d74-4e2a-bff8-e7c90a3b854a/devices&quot;,&quot;next&quot;:&quot;/partitions/b2ae267d-1d74-4e2a-bff8-e7c90a3b854a/devices?page[cursor]=qwerty&quot;},&quot;data&quot;:[{&quot;type&quot;:&quot;Device&quot;,&quot;id&quot;:&quot;1bcaafc3-d4d3-43e1-ab64-89d8518d5951&quot;,&quot;attributes&quot;:{&quot;modelName&quot;:&quot;MSIB CCA&quot;,&quot;serialNumber&quot;:&quot;L7955828&quot;,&quot;profile&quot;:{&quot;name&quot;:&quot;X300-5&quot;,&quot;notes&quot;:&quot;In basement, ask Bruno for key&quot;}},&quot;relationships&quot;:{&quot;hasGateway&quot;:{&quot;data&quot;:{&quot;type&quot;:&quot;Device&quot;,&quot;id&quot;:&quot;1bcaafc3-d4d3-43e1-ab64-89d8518d5951&quot;}},&quot;hasLocation&quot;:{&quot;data&quot;:{&quot;type&quot;:&quot;Building&quot;,&quot;id&quot;:&quot;598a0329-2cca-4227-aea5-629862864cdf&quot;}},&quot;hasFeatures&quot;:{&quot;data&quot;:[{&quot;type&quot;:&quot;DeviceInfo&quot;,&quot;id&quot;:&quot;598a0329-2cca-4227-aea5-629862864cdf&quot;}]}}}]}