0

I'm looking for a rest call to square/cube that will give me a distinct list of a certain property from my events. My property is a string on the data property of the cube event.

Is that possible to do via REST?

Matt G
  • 2,373
  • 1
  • 14
  • 12
Scott
  • 4,066
  • 10
  • 38
  • 54

1 Answers1

0

Cube objects are stored as objects / dictionaries in MongoDB, so it's definitely possible to access their data property. The required data is in a database called cube_development.

Play around with it a bit to get a feel for the data, and then use the MongoDB C# driver to access the data.

Hope this helps!