Data selection when using REST API exportdataslice
Content
Has anyone worked worked out the definitive list of member set function equivalents that can be used with the REST API exportdataslice resource?
The documentation for exportdataslice shows an example using IDescendants: "IDescendants(Q1)"
However, I want only Level 0 data. Relative(Q1,0) does not work, nor does Descendants(Q1,0) - adding the comma appears to cause an issue with parsing. Other functions Descendants, Children, Ancestors, Siblings all work with or without their I, R or L prefixes.
Thanks
0