Get Variable Instances (POST)
POST/variable-instance
Query for variable instances that fulfill given parameters through a JSON object.
This method is slightly more powerful than the
[Get Variable Instances](https://docs.fluxnova.finos.org/manual/develop/reference/rest/variable-
instance/get-query/) method because it allows filtering by multiple
variable instances of types String, Number or Boolean.
Request
Responses
- 200
- 400
Request successful.
Returned if some of the query parameters are invalid, for example if a sortOrder
parameter is supplied, but no sortBy, or if an invalid operator
for variable comparison is used. See the
Introduction
for the error response format.