Api session event editor parametric apply

From Tygron Support wiki
Revision as of 10:21, 30 March 2026 by Frank@tygron.nl (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

API Event to Apply

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]) 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:

[ 12, 6, [ "REMAINDER", "PUBLIC_GREEN", "GARDEN" ], [ 1, 2, 3 ], [ [ {
 "type" : "MultiPolygon",
 "coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799374.930932248 ], [ 658718.0709767976, 6799374.930932248 ], [ 658718.0709767976, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ]
}, {
 "type" : "MultiPolygon",
 "coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799391.945217045 ], [ 658704.6945919287, 6799391.945217045 ], [ 658704.6945919287, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ]
} ], [ {
 "type" : "MultiPolygon",
 "coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799302.828506164 ], [ 658773.6846449232, 6799302.828506164 ], [ 658773.6846449232, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ]
}, {
 "type" : "MultiPolygon",
 "coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799354.561261838 ], [ 658767.9985444586, 6799354.561261838 ], [ 658767.9985444586, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ]
} ], [ {
 "type" : "MultiPolygon",
 "coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799423.529580336 ], [ 658731.869637051, 6799423.529580336 ], [ 658731.869637051, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ]
}, {
 "type" : "MultiPolygon",
 "coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799408.530768496 ], [ 658725.7596370659, 6799408.530768496 ], [ 658725.7596370659, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ]
} ] ] ]