Api session items netfunctions: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
Default Query: | Default Query: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/netfunctions/?f=JSON&token=API_TOKEN</syntaxhighlight> | ||
Example Response: | Example Response: | ||
< | <syntaxhighlight lang="text" copy>[ { | ||
"attributes" : { | "attributes" : { | ||
"COLOR" : [ -6711040.0 ], | "COLOR" : [ -6711040.0 ], | ||
| Line 37: | Line 37: | ||
"priceM" : null, | "priceM" : null, | ||
"sourceIDs" : [ ], | "sourceIDs" : [ ], | ||
"version" : | "version" : 5 | ||
} ]</ | } ]</syntaxhighlight> | ||
==Limit Queries== | ==Limit Queries== | ||
version=100: | version=100: | ||
Revision as of 09:16, 10 April 2026
Api session items Net Functions Endpoints.
Manipulate items with event: editornetfunction.
Default Query:
https://engine.tygron.com/api/session/items/netfunctions/?f=JSON&token=API_TOKENExample Response:
[ {
"attributes" : {
"COLOR" : [ -6711040.0 ],
"DIAMETER_M" : [ 0.1 ],
"PRICE_M" : [ 10.0 ],
"VISUALIZATION_DIAMETER_M" : [ 1.0 ]
},
"diameterM" : null,
"groupName" : "",
"id" : 0,
"maquetteOverride" : null,
"name" : "Electricity Line",
"netType" : "ELECTRICITY",
"priceM" : null,
"sourceIDs" : [ ],
"version" : 1
}, {
"attributes" : {
"COLOR" : [ -1.1704628E7 ],
"DIAMETER_M" : [ 0.1 ],
"PRICE_M" : [ 10.0 ],
"VISUALIZATION_DIAMETER_M" : [ 1.0 ]
},
"diameterM" : null,
"groupName" : "",
"id" : 1,
"maquetteOverride" : null,
"name" : "Gas Line",
"netType" : "GAS",
"priceM" : null,
"sourceIDs" : [ ],
"version" : 5
} ]Limit Queries
version=100:
https://engine.tygron.com/api/session/items/netfunctions/?version=100&token=API_TOKEN
Show Queries
max version:
https://engine.tygron.com/api/session/items/netfunctions/version/?token=API_TOKEN
size:
https://engine.tygron.com/api/session/items/netfunctions/size/?token=API_TOKEN
Formats
HTML:
https://engine.tygron.com/api/session/items/netfunctions/?f=HTML&token=API_TOKEN
JSON:
https://engine.tygron.com/api/session/items/netfunctions/?f=JSON&token=API_TOKEN
CSV:
https://engine.tygron.com/api/session/items/netfunctions/?f=CSV&token=API_TOKEN
SSV:
https://engine.tygron.com/api/session/items/netfunctions/?f=SSV&token=API_TOKEN
SMILE:
https://engine.tygron.com/api/session/items/netfunctions/?f=SMILE&token=API_TOKEN
ZIPJSON:
https://engine.tygron.com/api/session/items/netfunctions/?f=ZIPJSON&token=API_TOKEN
ZIPSMILE:
https://engine.tygron.com/api/session/items/netfunctions/?f=ZIPSMILE&token=API_TOKEN