Api session items actionlogs: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 82: | Line 82: | ||
| stakeholderID | | stakeholderID | ||
| int | | int | ||
| | | | ||
|- | |- | ||
| subject | | subject | ||
| Line 112: | Line 112: | ||
| type | | type | ||
| String | | String | ||
| | | | ||
|- | |- | ||
| coordinates | | coordinates | ||
| double[][][][] | | double[][][][] | ||
| | | | ||
|} | |} | ||
| Line 129: | Line 129: | ||
| type | | type | ||
| String | | String | ||
| | | | ||
|- | |- | ||
| coordinates | | coordinates | ||
| double[] | | double[] | ||
| | | | ||
|} | |} | ||
Revision as of 13:28, 8 June 2026
API Endpoint: /api/session/items/actionlogs/
Default Query:
https://engine.tygron.com/api/session/items/actionlogs/?f=JSON&token=API_TOKENExample Response:
[ ]Limit Queries
version=100:
https://engine.tygron.com/api/session/items/actionlogs/?version=100&token=API_TOKENShow Queries
max version:
https://engine.tygron.com/api/session/items/actionlogs/version/?token=API_TOKENsize:
https://engine.tygron.com/api/session/items/actionlogs/size/?token=API_TOKENFormats
HTML:
https://engine.tygron.com/api/session/items/actionlogs/?f=HTML&token=API_TOKENJSON:
https://engine.tygron.com/api/session/items/actionlogs/?f=JSON&token=API_TOKENCSV:
https://engine.tygron.com/api/session/items/actionlogs/?f=CSV&token=API_TOKENSSV:
https://engine.tygron.com/api/session/items/actionlogs/?f=SSV&token=API_TOKENSMILE:
https://engine.tygron.com/api/session/items/actionlogs/?f=SMILE&token=API_TOKENZIPJSON:
https://engine.tygron.com/api/session/items/actionlogs/?f=ZIPJSON&token=API_TOKENZIPSMILE:
https://engine.tygron.com/api/session/items/actionlogs/?f=ZIPSMILE&token=API_TOKENApi Model ActionLog
API Model description of ActionLog
| Name | Type | Description |
|---|---|---|
| action | ParticipantEventType | |
| budget | double | |
| buildingIDs | int[] | |
| id | int | |
| itemID | int | |
| mapLink | MapLink | Maplink |
| mp | MultiPolygon | MultiPolygon |
| point | Point | Point |
| scoreAfter | Map<int,double> | |
| scoreBefore | Map<int,double> | |
| simTime | long | |
| stakeholderID | int | |
| subject | String | |
| version | int |
Api Model GeometryCollection
API Model description of GeometryCollection
| Name | Type | Description |
|---|
Api Model MultiPolygon
API Model description of MultiPolygon
| Name | Type | Description |
|---|---|---|
| type | String | |
| coordinates | double[][][][] |
Api Model Point
API Model description of Point
| Name | Type | Description |
|---|---|---|
| type | String | |
| coordinates | double[] |