Api session event editor neuralnetwork export: Difference between revisions
Jump to navigation
Jump to search
Created page with "API Event to Export {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(NEURAL_NETWORK Integer ID) |Neural Networks | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |byte[] (byte array) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorneuralnetwork/export/?f=HTML&token=API_TOKEN with content: <pre>[ 91 ] </pre> {{article end|seealso=*api s..." |
No edit summary |
||
| Line 10: | Line 10: | ||
|REQUIRED | |REQUIRED | ||
|(NEURAL_NETWORK Integer ID) | |(NEURAL_NETWORK Integer ID) | ||
|[[Neural Network]] | |[[Neural Network]] | ||
| | | | ||
|} | |} | ||
| Line 28: | Line 28: | ||
with content: | with content: | ||
<pre>[ | <pre>[ 66 ] | ||
</pre> | </pre> | ||
{{article end|seealso=*[[api session event editor neuralnetwork]]}} | {{article end|seealso=*[[api session event editor neuralnetwork]]}} | ||
[[Category:API]] | [[Category:API]] | ||
Revision as of 07:53, 31 March 2026
API Event to Export
| Name | Importance | Type | Description | Values |
|---|---|---|---|---|
| 0 | REQUIRED | (NEURAL_NETWORK Integer ID) | Neural Network |
Response Codes
| Response Code: | Description |
|---|---|
| 200 | byte[] (byte array) |
| 300-600 | Codes Overview |
Example POST
Example POST: https://engine.tygron.com/api/session/event/editorneuralnetwork/export/?f=HTML&token=API_TOKEN
with content:
[ 66 ]