FRAMES | NO FRAMES | Description | Parameters | Examples | Response |
URL | http://<schematicalgorithm-url>/apply |
Parent Resource | Schematic Algorithm |
---|
The Apply operation is performed on a Schematic Algorithm resource. The result of this operation is a Diagram Content Object.
It operates from a Schematic Diagram Content Object and the schematic algorithm parameters specified as input parameters, and returns results as schematic features.
It works as follows:
You can provide arguments to the Apply operation as query parameters defined in the parameters table below.
Parameter | Details |
---|---|
f | Description: The
response format. The default response format is html. Values: html | json |
parameters |
Description:
The parameters of the algorithm to apply
Syntax and Examples: JSON Structures:Syntax:parameters={ Example: //Syntax sample for the Hierarchical - Compact Tree schematic algorithm parameters={ |
diagram |
Required Description: The Diagram Content Object on which the schematic algorithm applies Syntax: diagram=<diagramContentSyntax> Example: diagram=<diagramContentExample> |