Container Content Management

See uploaded payload data in containers without having to use references

Examples

Files Example

GET /files/{fileContainerId}/payload
[
   {
      "oid":"123abc",
      "name":"myFileTest.png"
   },
   {
      "oid":"abc123",
      "name":"mySecondFileTest.txt"
   }
]

Structured Data Example

GET ​/structureddatas​/{structureddataContainerId}​/payload
[
   {
      "oid":"123abc"
   },
   {
      "oid":"abc123"
   }
]

Timeseries Example

GET ​/timeseries​/{timeseriesContainerId}​/payload
[
   {
      "measurement":"bla123"
   },
   {
      "measurement":"bla456"
   }
]

DOD

  • File Container
  • Structured Data Container
  • Timeseries Container
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information