Api session items indicators: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (7 intermediate revisions by the same user not shown) | |||
| Line 9: | Line 9: | ||
==Limit Queries== | ==Limit Queries== | ||
version=100: | version=100: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/indicators/?version=100&token=API_TOKEN</syntaxhighlight> | ||
==Show Queries== | ==Show Queries== | ||
max version: | max version: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/indicators/version/?token=API_TOKEN</syntaxhighlight> | ||
size: | size: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/indicators/size/?token=API_TOKEN</syntaxhighlight> | ||
Indicators (GeoJSON): | Indicators (GeoJSON): | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/web/indicators.geojson?token=API_TOKEN</syntaxhighlight> | ||
==Formats== | ==Formats== | ||
HTML: | HTML: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/indicators/?f=HTML&token=API_TOKEN</syntaxhighlight> | ||
JSON: | JSON: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/indicators/?f=JSON&token=API_TOKEN</syntaxhighlight> | ||
CSV: | CSV: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/indicators/?f=CSV&token=API_TOKEN</syntaxhighlight> | ||
SSV: | SSV: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/indicators/?f=SSV&token=API_TOKEN</syntaxhighlight> | ||
SMILE: | SMILE: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/indicators/?f=SMILE&token=API_TOKEN</syntaxhighlight> | ||
ZIPJSON: | ZIPJSON: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/indicators/?f=ZIPJSON&token=API_TOKEN</syntaxhighlight> | ||
ZIPSMILE: | ZIPSMILE: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/indicators/?f=ZIPSMILE&token=API_TOKEN</syntaxhighlight> | ||
==Api Model Indicator== | |||
API Model description of Indicator | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|- | |||
|absolute | |||
|boolean | |||
| | |||
|- | |||
|attributes | |||
|Map<String,double[]> | |||
| | |||
|- | |||
|calcTimeMS | |||
|long | |||
| | |||
|- | |||
|currentExplanation | |||
|String | |||
| | |||
|- | |||
|description | |||
|String | |||
| | |||
|- | |||
|exactNumberValues | |||
|Map<MapType,double> | |||
| | |||
|- | |||
|exactTextValues | |||
|Map<MapType,String> | |||
| | |||
|- | |||
|excelID | |||
|int | |||
|[[Excel Sheet]] ID | |||
|- | |||
|excelUpdated | |||
|boolean | |||
| | |||
|- | |||
|id | |||
|int | |||
| | |||
|- | |||
|imageName | |||
|String | |||
| | |||
|- | |||
|imageVersion | |||
|int | |||
| | |||
|- | |||
|isActive | |||
|boolean | |||
| | |||
|- | |||
|mapTypeValues | |||
|Map<MapType,double> | |||
| | |||
|- | |||
|maquetteExplanation | |||
|String | |||
| | |||
|- | |||
|maquetteOverride | |||
|Map<String,double[]> | |||
| | |||
|- | |||
|name | |||
|String | |||
| | |||
|- | |||
|parentID | |||
|int | |||
|[[Indicator]] ID | |||
|- | |||
|shortName | |||
|String | |||
| | |||
|- | |||
|sortIndex | |||
|int | |||
| | |||
|- | |||
|stakeholderID | |||
|int | |||
|[[Stakeholder]] ID | |||
|- | |||
|targetDescriptions | |||
|String<nowiki>[]</nowiki> | |||
| | |||
|- | |||
|targets | |||
|Map<int,double[]> | |||
| | |||
|- | |||
|updateTiming | |||
|Timing | |||
| | |||
|- | |||
|version | |||
|int | |||
| | |||
|- | |||
|warnings | |||
|String | |||
| | |||
|} | |||
==Api Model MapType== | |||
API Enumeration description of MapType | |||
{|class=wikitable | |||
!Name | |||
!Description | |||
|- | |||
|CURRENT | |||
| | |||
|- | |||
|MAQUETTE | |||
| | |||
|} | |||
==Api Model Timing== | |||
API Enumeration description of Timing | |||
{|class=wikitable | |||
!Name | |||
!Description | |||
|- | |||
|BEFORE | |||
| | |||
|- | |||
|AFTER | |||
| | |||
|} | |||
{{article end|seealso=*[[Api Content Items]] | {{article end|seealso=*[[Api Content Items]] | ||
*[[Api session event editor indicator]] | *[[Api session event editor indicator]] | ||
| Line 37: | Line 178: | ||
[[Category:API]] | [[Category:API]] | ||
[[Category:Items]] | |||
Latest revision as of 14:13, 24 April 2026
Api session items Indicator Endpoints.
Edit items with event: editorindicator.
Default Query:
https://engine.tygron.com/api/session/items/indicators/?f=JSON&token=API_TOKENExample Response:
[ ]Limit Queries
version=100:
https://engine.tygron.com/api/session/items/indicators/?version=100&token=API_TOKENShow Queries
max version:
https://engine.tygron.com/api/session/items/indicators/version/?token=API_TOKENsize:
https://engine.tygron.com/api/session/items/indicators/size/?token=API_TOKENIndicators (GeoJSON):
https://engine.tygron.com/web/indicators.geojson?token=API_TOKENFormats
HTML:
https://engine.tygron.com/api/session/items/indicators/?f=HTML&token=API_TOKENJSON:
https://engine.tygron.com/api/session/items/indicators/?f=JSON&token=API_TOKENCSV:
https://engine.tygron.com/api/session/items/indicators/?f=CSV&token=API_TOKENSSV:
https://engine.tygron.com/api/session/items/indicators/?f=SSV&token=API_TOKENSMILE:
https://engine.tygron.com/api/session/items/indicators/?f=SMILE&token=API_TOKENZIPJSON:
https://engine.tygron.com/api/session/items/indicators/?f=ZIPJSON&token=API_TOKENZIPSMILE:
https://engine.tygron.com/api/session/items/indicators/?f=ZIPSMILE&token=API_TOKENApi Model Indicator
API Model description of Indicator
| Name | Type | Description |
|---|---|---|
| absolute | boolean | |
| attributes | Map<String,double[]> | |
| calcTimeMS | long | |
| currentExplanation | String | |
| description | String | |
| exactNumberValues | Map<MapType,double> | |
| exactTextValues | Map<MapType,String> | |
| excelID | int | Excel Sheet ID |
| excelUpdated | boolean | |
| id | int | |
| imageName | String | |
| imageVersion | int | |
| isActive | boolean | |
| mapTypeValues | Map<MapType,double> | |
| maquetteExplanation | String | |
| maquetteOverride | Map<String,double[]> | |
| name | String | |
| parentID | int | Indicator ID |
| shortName | String | |
| sortIndex | int | |
| stakeholderID | int | Stakeholder ID |
| targetDescriptions | String[] | |
| targets | Map<int,double[]> | |
| updateTiming | Timing | |
| version | int | |
| warnings | String |
Api Model MapType
API Enumeration description of MapType
| Name | Description |
|---|---|
| CURRENT | |
| MAQUETTE |
Api Model Timing
API Enumeration description of Timing
| Name | Description |
|---|---|
| BEFORE | |
| AFTER |