How might someone via the REST SDK get access to the restrictions defined within a Contingent domain? I am not seeing anywhere in the feature service REST sdk where this information is published.
Solved! Go to Solution.
Never mind, the contingent domains are not under the QueryDataElements but a new endpoint queryContingentValues
You have to make a call to QueryDataElement. This will return the CAV information.
Hey Mike,
Awesome thank you!
Well that doesn't seem to contain the information. In our example we setup a bunch of field groups for the contingent domains and doing the QueryDataElements does bring them up, but none of the values are listed.
Here is all the information we get about the field group:
"fieldGroups": [ { "name": "Low Side Voltage", "fieldNames": { "names": [ "ASSETTYPE", "low_side_voltage" ] }, "isEditingRestrictive": true } ]
There should be a list of the 8 values we restricted that group to. Are they listed somewhere else?
Never mind, the contingent domains are not under the QueryDataElements but a new endpoint queryContingentValues