POST /parsers-engine-rpc
Execute the Parsers Engine against a given input and Parsers Rules.
Route
Method: POST
Authentication: required
Url:
Headers
Request Body
Name | Type | Description |
---|---|---|
| The initial state to launch the parsers engine from. | |
|
| The parser rule definitions to instruct the transformation and generation pipelines. |
|
| Select which response keys should be present. Defaults to |
Response Body
The response is an array where each item is the result of the rule given in the request, at the same index.
The output type matches the output configured within the rule given in the request.
The route always respond with a 200 code. Error state is represented by the status
property in response object.
Example
Here's a simple example to get the raw tokens in JSON from a repository called all-design-data
in the @acme-inc
workspace:
Last updated