Api session items actionlogs: Difference between revisions
Jump to navigation
Jump to search
Replaced content with "Api session items Action Logs Endpoints. Default Query: <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/actionlogs/?f=JSON&token=API_TOKEN</syntaxhighlight> Example Response: <syntaxhighlight lang="text" copy>[ ]</syntaxhighlight> ==Limit Queries== version=100: <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/actionlogs/?version=100&token=API_TOKEN</syntaxhighlight> ==Show Queries== max version: <synta..." Tags: Replaced Manual revert |
No edit summary |
||
| (21 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
API Endpoint: /api/session/items/actionlogs/ | |||
Default Query: | Default Query: | ||
| Line 8: | Line 8: | ||
version=100: | version=100: | ||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/actionlogs/?version=100&token=API_TOKEN</syntaxhighlight> | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/actionlogs/?version=100&token=API_TOKEN</syntaxhighlight> | ||
== | ==Get Queries== | ||
attributes: | |||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/actionlogs/attributes/?token=API_TOKEN</syntaxhighlight> | |||
max version: | max version: | ||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/actionlogs/version/?token=API_TOKEN</syntaxhighlight> | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/actionlogs/version/?token=API_TOKEN</syntaxhighlight> | ||
count: | |||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/actionlogs/ | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/actionlogs/count/?token=API_TOKEN</syntaxhighlight> | ||
==Formats== | ==Formats== | ||
HTML: | HTML: | ||
| Line 36: | Line 38: | ||
!Description | !Description | ||
|- | |- | ||
|action | | action | ||
|ParticipantEventType | | ParticipantEventType | ||
| | | | ||
|- | |- | ||
|budget | | budget | ||
|double | | double | ||
| | | | ||
|- | |- | ||
|buildingIDs | | buildingIDs | ||
|int<nowiki>[]</nowiki> | | int<nowiki>[]</nowiki> | ||
| | | | ||
|- | |- | ||
|id | | id | ||
|int | | int | ||
| | | | ||
|- | |- | ||
|itemID | | itemID | ||
|int | | int | ||
| | | | ||
|- | |- | ||
|mapLink | | mapLink | ||
|MapLink | | MapLink | ||
| | | [[Maplink]] | ||
|- | |- | ||
|mp | | mp | ||
|MultiPolygon | | MultiPolygon | ||
| | | [[MultiPolygon]] | ||
|- | |- | ||
|point | | point | ||
|Point | | Point | ||
| | | [[Point]] | ||
|- | |- | ||
|scoreAfter | | scoreAfter | ||
|Map<int,double> | | Map<int,double> | ||
| | | | ||
|- | |- | ||
|scoreBefore | | scoreBefore | ||
|Map<int,double> | | Map<int,double> | ||
| | | | ||
|- | |- | ||
|simTime | | simTime | ||
|long | | long | ||
| | | | ||
|- | |- | ||
|stakeholderID | | stakeholderID | ||
|int | | int | ||
|[[Stakeholder]] ID | | [[Stakeholder]] ID | ||
|- | |- | ||
|subject | | subject | ||
|String | | String | ||
| | | | ||
|- | |- | ||
|version | | version | ||
|int | | int | ||
| | | | ||
|} | |||
==Api Model GeometryCollection== | |||
API Model description of GeometryCollection | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|} | |||
==Api Model MultiPolygon== | |||
API Model description of MultiPolygon | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|- | |||
| type | |||
| String | |||
| [[MultiPolygon]] | |||
|- | |||
| coordinates | |||
| double[][][][] | |||
| array of [[Polygon]]s; [[Polygon]] is array of outer and optional inner rings; rings is array of coordinates; coordinates is array of [x,y,(optional) z] | |||
|} | |||
==Api Model Point== | |||
API Model description of Point | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|- | |||
| type | |||
| String | |||
| [[Point]] | |||
|- | |||
| coordinates | |||
| double[] | |||
| x, y, (optional) z | |||
|} | |} | ||
| Line 98: | Line 143: | ||
[[Category:API]] | [[Category:API]] | ||
[[Category:Items]] | |||
Latest revision as of 07:14, 7 July 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_TOKENGet Queries
attributes:
https://engine.tygron.com/api/session/items/actionlogs/attributes/?token=API_TOKENmax version:
https://engine.tygron.com/api/session/items/actionlogs/version/?token=API_TOKENcount:
https://engine.tygron.com/api/session/items/actionlogs/count/?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 | Stakeholder ID |
| 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 | MultiPolygon |
| coordinates | double[][][][] | array of Polygons; Polygon is array of outer and optional inner rings; rings is array of coordinates; coordinates is array of [x,y,(optional) z] |
Api Model Point
API Model description of Point
| Name | Type | Description |
|---|---|---|
| type | String | Point |
| coordinates | double[] | x, y, (optional) z |