/
/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

Add a new file

post/file

Request body

namestring

name of the file to add

versionstring

version of the file to add

Response

201

idinteger
updatedOnstring
createdOnstring
namestring
versionstring
tenantIdinteger

Example response

{
  "id": 1,
  "updatedOn": "1649849877000",
  "createdOn": "1649849877000",
  "name": "name-of-your-file",
  "version": "version-of-your-file",
  "tenantId": 1
}

Changes