| Request-URL: | /sample/formulation |
|---|---|
| Method: | GET |
Variables: None
Result (JSON-Object):
{
"name": "formuation-id",
"grade": "P",
"ingredients": [1, 2, 3, ...]
"amounts": [2.5, 38.1, 0.1, ...],
"viscosity": [
{"days": 1, "value": 123456},
{"days": 30, "value": 134679},
...
],
}
Result:
Back to main page