/
/IoT Creators SCS API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
  • putRegister application URL
  • postCreate subscription
  • getGet my subscriptions
  • getGet subscription
  • deleteDelete subscription
  • getGet devices of subscription
  • postAdd devices to subscription
  • deleteDelete devices from subscription
  • getGet all devices
  • getGet device
  • deleteDelete device
  • getRead LWM2M resource
  • getGet device by IMEI
  • deleteDelete device by IMEI
  • getGet downlink queue
  • getGet registered application URL
  • postAdd device
  • putEmpty downlink queue
  • putEnable/Disable UDP ACKs
  • putWrite LWM2M resource
  • putSend downlink message
  • putSend base64 downlink message
  • putSend base64 eDRX downlink message
  • getList all file objects for an account
  • postAdd a new file
  • putUpload binary content of file

Get devices of subscription

get/m2m/subscriptions/{id}/serialNumbers

Path parameters

idstring required

Id of the subscription to which devices shall be added.

Response

200

serialNumbersstring[]

Example response

{
  "serialNumbers": [
    "IMEI:867997031341208"
  ]
}

Changes