User 3d3f3767a2
11-07-2013 18:19:05
Hi there,
I'm trying to use the "Details of Sent Structure" tool (http://restdemo.chemaxon.com/#postdetails) to get some details for a compound.
However, when I try to pass in the fields I want to grab, it doesn't work. Even in the REST demo on your site, say I add "formula" as a field to include, the formula isn't returned. I've also tried "cd_formula" to no avail. For example:
{
"structures": [
{"structure": "CCCCCC"}
],
"display": {
"include": ["structureData", "image", "formula"],
"parameters": {
"structureData": "cdx",
"image": {"width": 100}
}
}
}
Doesn't return a formula in the results. Is there some other way I am supposed to pass in fields?
Thanks,
Craig