Skip to content

Instantly share code, notes, and snippets.

@fiftin
Created March 19, 2018 19:45
Show Gist options
  • Save fiftin/fca4f0daa3fc1ff10e87fba54c30a45a to your computer and use it in GitHub Desktop.
Save fiftin/fca4f0daa3fc1ff10e87fba54c30a45a to your computer and use it in GitHub Desktop.
MyDataSpace request data
const data = Mydataspace.request('entities.get', {
root: 'MyDemoRoot',
path: 'data',
children: true,
filter: {
field1: 'test'
},
offset: 10,
limit: 200
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment