a list of JsObjects where the first value is the endpoint and the second value is the information endpoint for all available BusinessServices or an InternalServerError(500) if no BusinessServices have been found as this suggests a configuration error.
Attempts to run the derivations specified by the named BusinessService with the JSON context provided.
Attempts to run the derivations specified by the named BusinessService with the JSON context provided. Will provide clear error information on all detected issues. Otherwise will provide the provided context, all intermediary results and the outputs.
The inputs, intermediary results and outputs, nicely sorted.
provides information on verplichteInvoer, uitvoer and optioneleFacts
Provides a REST endpoint for triggering all derivations in the target project.
Provides a REST endpoint for triggering all derivations in the target project. Any fact definitions available in the target project's glossaries can be provided in the JSON request body like so: { "factOfTypeString": "factText", "factOfTypeBedrag": 234, "factOfTypeBigDecimal": 234, "factOfTypePercentage": 234 }
A JsonObject containing either:
As #runAll except:
As #runAll except:
A JsonObject containing either:
As #runAll except:
As #runAll except:
A JsonObject containing either:
Attempts to run the derivations specified by the named BusinessService with the JSON context provided.
Attempts to run the derivations specified by the named BusinessService with the JSON context provided. Will provide clear error information on all detected issues. Otherwise will provide the provided inputs and the outputs.
the provided inputs and the specified outputs, nicely sorted.
Attempts to run the derivations specified by the named BusinessService with the JSON context provided.
Attempts to run the derivations specified by the named BusinessService with the JSON context provided. Will provide clear error information on all detected issues. Otherwise will provide only the specified uitvoer.
only the outputs belonging to the BusinessService
(Since version 3.0.0) Use TOO_MANY_REQUESTS instead
(Since version 3.0.0) Use TooManyRequests instead