Operations at https://k2ws.pematex.cz/Formation
This page describes the service operations at this endpoint.
| Uri | Method | Description |
|---|---|---|
| GET | Returns list of available formation. Optional parameters are {ClassName} can define data object class to filter list | |
| {folder}/{name}/{extension} | POST | Execute formation. Mandatory parameter of type FormationInput must be specified. Optional parameter is {returnOutFileData} |
| GET | Execute formation - simple form . Optional parameter is {returnOutFileData} | |
| download/{folder}/{name}/{extension} | GET | Executes the formation and returns the output file |
| POST | Executes the formation and returns the output file | |
| html/{folder}/{name}/pas | GET | Executes the formation and returns result as HTML page |
| POST | Executes the formation and returns result as HTML page | |
| raw/{folder}/{name}/pas | POST | Executes the formation script and passes it the raw request data and headers. Script creates a raw response including headers |