We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We are following the documentation in https://github.com/concord-consortium/codap/wiki/CODAP-Data-Interactive-Plugin-API#example-attribute-list-get which says:
{ "action": "get", "resource": "dataContext[DataCard2].collection[Measurements].attributeList" }
return data of this form:
{ "success": true, "values": [ "SampleDate", "Height", "Age", "Flavor" ] }
However, in our runtime, we found the returned values was structured like so:
values
[ { "id": 8, "name": "y", "title": "y" }, { "id": 9, "name": "timeAirborne", "title": "timeAirborne" }, { "id": 12, "name": "launchSpeed", "title": "launchSpeed" }, { "id": 13, "name": "launchHeight", "title": "launchHeight" }, { "id": 14, "name": "sampleNumber", "title": "sampleNumber" } ]
Tagging @bfinzer and @matthew-blackman so they are aware
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We are following the documentation in https://github.com/concord-consortium/codap/wiki/CODAP-Data-Interactive-Plugin-API#example-attribute-list-get which says:
return data of this form:
However, in our runtime, we found the returned
values
was structured like so:Tagging @bfinzer and @matthew-blackman so they are aware
The text was updated successfully, but these errors were encountered: