Query Output Results
{
"data": {
"metaData": {
"executionTime": {
"unit": "ms",
"value": 344.0
}
},
"result": {
// Either one of the type will be shown below
// Type 1: species query
"species": [
{
// species information
}
]
// Type 2: Databank query
"publicDataBankInfo": [
{
}
],
"privateDataBankInfo": [
{
}
]
// Type 3: redox query
"redox": {
// redox selection
}
// Type 4: kinetics query
"species": [
// species name
// species phases
],
"equilibriumReactions": [
// equilibruim reactions
]
}
},
"message": "Chemistry generated successfully",
"status": "SUCCESS"
} The "metaData" field
The "result" field
result
always shown
type
species info
always shown
type
inflow ready
Last updated
Was this helpful?