Api session items stakeholders: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
Api session items [[Stakeholder]] Endpoints. | |||
Manipulate items with event: [[Api session event editor stakeholder|editorstakeholder]]. | Manipulate items with event: [[Api session event editor stakeholder|editorstakeholder]]. | ||
Default Query: | |||
<pre>https://engine.tygron.com/api/session/items/stakeholders/?f=JSON&token=API_TOKEN</pre> | |||
Example Response: | |||
<pre>[ { | |||
"active" : true, | |||
"client" : null, | |||
"color" : { | |||
"argb" : -3355444 | |||
}, | |||
"id" : 0, | |||
"imageName" : "municipality.png", | |||
"imageVersion" : 0, | |||
"lastSelected" : 1774446787083, | |||
"name" : "Municipality Arnhem", | |||
"shortName" : "Arnhem", | |||
"startBudget" : 0.0, | |||
"startBudgets" : { | |||
"0" : 1000000.0 | |||
}, | |||
"startCinematics" : { | |||
"0" : 0 | |||
}, | |||
"startPoint" : null, | |||
"type" : "MUNICIPALITY", | |||
"version" : 2, | |||
"webToken" : "RHVXnEVpNcbfEBNQKWmwxAXQ" | |||
}, { | |||
"active" : true, | |||
"client" : null, | |||
"color" : { | |||
"argb" : -360334 | |||
}, | |||
"id" : 1, | |||
"imageName" : "civilian.png", | |||
"imageVersion" : 0, | |||
"lastSelected" : 1741957674390, | |||
"name" : "Inhabitants", | |||
"shortName" : "Inhabitants", | |||
"startBudget" : 0.0, | |||
"startBudgets" : { | |||
"0" : 0.0 | |||
}, | |||
"startCinematics" : { | |||
"0" : 0 | |||
}, | |||
"startPoint" : null, | |||
"type" : "CIVILIAN", | |||
"version" : 1, | |||
"webToken" : "NZPc6qRkfTYYjmDPjywXADjj" | |||
} ]</pre> | |||
==Limit Queries== | ==Limit Queries== | ||
version=100: | version=100: | ||
Latest revision as of 14:29, 1 April 2026
Api session items Stakeholder Endpoints.
Manipulate items with event: editorstakeholder.
Default Query:
https://engine.tygron.com/api/session/items/stakeholders/?f=JSON&token=API_TOKEN
Example Response:
[ {
"active" : true,
"client" : null,
"color" : {
"argb" : -3355444
},
"id" : 0,
"imageName" : "municipality.png",
"imageVersion" : 0,
"lastSelected" : 1774446787083,
"name" : "Municipality Arnhem",
"shortName" : "Arnhem",
"startBudget" : 0.0,
"startBudgets" : {
"0" : 1000000.0
},
"startCinematics" : {
"0" : 0
},
"startPoint" : null,
"type" : "MUNICIPALITY",
"version" : 2,
"webToken" : "RHVXnEVpNcbfEBNQKWmwxAXQ"
}, {
"active" : true,
"client" : null,
"color" : {
"argb" : -360334
},
"id" : 1,
"imageName" : "civilian.png",
"imageVersion" : 0,
"lastSelected" : 1741957674390,
"name" : "Inhabitants",
"shortName" : "Inhabitants",
"startBudget" : 0.0,
"startBudgets" : {
"0" : 0.0
},
"startCinematics" : {
"0" : 0
},
"startPoint" : null,
"type" : "CIVILIAN",
"version" : 1,
"webToken" : "NZPc6qRkfTYYjmDPjywXADjj"
} ]
Limit Queries
version=100:
https://engine.tygron.com/api/session/items/stakeholders/?version=100&token=API_TOKEN
Show Queries
max version:
https://engine.tygron.com/api/session/items/stakeholders/version/?token=API_TOKEN
size:
https://engine.tygron.com/api/session/items/stakeholders/size/?token=API_TOKEN
Formats
HTML:
https://engine.tygron.com/api/session/items/stakeholders/?f=HTML&token=API_TOKEN
JSON:
https://engine.tygron.com/api/session/items/stakeholders/?f=JSON&token=API_TOKEN
CSV:
https://engine.tygron.com/api/session/items/stakeholders/?f=CSV&token=API_TOKEN
SSV:
https://engine.tygron.com/api/session/items/stakeholders/?f=SSV&token=API_TOKEN
SMILE:
https://engine.tygron.com/api/session/items/stakeholders/?f=SMILE&token=API_TOKEN
ZIPJSON:
https://engine.tygron.com/api/session/items/stakeholders/?f=ZIPJSON&token=API_TOKEN
ZIPSMILE:
https://engine.tygron.com/api/session/items/stakeholders/?f=ZIPSMILE&token=API_TOKEN