Api session event editor parametric apply: Difference between revisions
Jump to navigation
Jump to search
Created page with "API Event to Apply {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(PARAMETRIC_DESIGN Integer ID) |Parametric Designs | |- |1 |REQUIRED |(STAKEHOLDER Integer ID) |Stakeholders | |- |2 |REQUIRED |(FunctionType or multiple values in array [a, b, c]) |FunctionType[] | |- |3 |REQUIRED |(Integer number or multiple values in array [1, 2, 3]) |Integer[] | |- |4 |REQUIRED |(MultiPolygon or multiple values in array [a, b, c]) |MultiPoly..." |
No edit summary |
||
| Line 10: | Line 10: | ||
|REQUIRED | |REQUIRED | ||
|(PARAMETRIC_DESIGN Integer ID) | |(PARAMETRIC_DESIGN Integer ID) | ||
|[[Parametric Design]] | |[[Parametric Design]] | ||
| | | | ||
|- | |- | ||
| Line 16: | Line 16: | ||
|REQUIRED | |REQUIRED | ||
|(STAKEHOLDER Integer ID) | |(STAKEHOLDER Integer ID) | ||
|[[Stakeholder]] | |[[Stakeholder]] | ||
| | | | ||
|- | |- | ||
| Line 52: | Line 52: | ||
with content: | with content: | ||
<pre>[ | <pre>[ 93, 77, [ "REMAINDER", "PUBLIC_GREEN", "ROAD" ], [ 1, 2, 3 ], [ [ { | ||
"type" : "MultiPolygon", | "type" : "MultiPolygon", | ||
"coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, | "coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799404.030318305 ], [ 658741.8515774837, 6799404.030318305 ], [ 658741.8515774837, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ] | ||
}, { | }, { | ||
"type" : "MultiPolygon", | "type" : "MultiPolygon", | ||
"coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, | "coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799375.488004963 ], [ 658732.6069948375, 6799375.488004963 ], [ 658732.6069948375, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ] | ||
} ], [ { | } ], [ { | ||
"type" : "MultiPolygon", | "type" : "MultiPolygon", | ||
"coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, | "coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799428.224936887 ], [ 658765.8059607319, 6799428.224936887 ], [ 658765.8059607319, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ] | ||
}, { | }, { | ||
"type" : "MultiPolygon", | "type" : "MultiPolygon", | ||
"coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, | "coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799358.090463542 ], [ 658669.3339008935, 6799358.090463542 ], [ 658669.3339008935, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ] | ||
} ], [ { | } ], [ { | ||
"type" : "MultiPolygon", | "type" : "MultiPolygon", | ||
"coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, | "coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799450.134471306 ], [ 658639.9792651333, 6799450.134471306 ], [ 658639.9792651333, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ] | ||
}, { | }, { | ||
"type" : "MultiPolygon", | "type" : "MultiPolygon", | ||
"coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, | "coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799326.836049712 ], [ 658675.6030662158, 6799326.836049712 ], [ 658675.6030662158, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ] | ||
} ] ] ] | } ] ] ] | ||
</pre> | </pre> | ||
Revision as of 07:54, 31 March 2026
API Event to Apply
| Name | Importance | Type | Description | Values |
|---|---|---|---|---|
| 0 | REQUIRED | (PARAMETRIC_DESIGN Integer ID) | Parametric Design | |
| 1 | REQUIRED | (STAKEHOLDER Integer ID) | Stakeholder | |
| 2 | REQUIRED | (FunctionType or multiple values in array [a, b, c]) | FunctionType[] | |
| 3 | REQUIRED | (Integer number or multiple values in array [1, 2, 3]) | Integer[] | |
| 4 | REQUIRED | (MultiPolygon or multiple values in array [a, b, c]) | MultiPolygon[][] |
Response Codes
| Response Code: | Description |
|---|---|
| 200 | Integer[] (Integer array) |
| 300-600 | Codes Overview |
Example POST
Example POST: https://engine.tygron.com/api/session/event/editorparametric/apply/?f=HTML&token=API_TOKEN
with content:
[ 93, 77, [ "REMAINDER", "PUBLIC_GREEN", "ROAD" ], [ 1, 2, 3 ], [ [ {
"type" : "MultiPolygon",
"coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799404.030318305 ], [ 658741.8515774837, 6799404.030318305 ], [ 658741.8515774837, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ]
}, {
"type" : "MultiPolygon",
"coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799375.488004963 ], [ 658732.6069948375, 6799375.488004963 ], [ 658732.6069948375, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ]
} ], [ {
"type" : "MultiPolygon",
"coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799428.224936887 ], [ 658765.8059607319, 6799428.224936887 ], [ 658765.8059607319, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ]
}, {
"type" : "MultiPolygon",
"coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799358.090463542 ], [ 658669.3339008935, 6799358.090463542 ], [ 658669.3339008935, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ]
} ], [ {
"type" : "MultiPolygon",
"coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799450.134471306 ], [ 658639.9792651333, 6799450.134471306 ], [ 658639.9792651333, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ]
}, {
"type" : "MultiPolygon",
"coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799326.836049712 ], [ 658675.6030662158, 6799326.836049712 ], [ 658675.6030662158, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ]
} ] ] ]