Search for one particular database item with a set of filters & sorting mechanisms.
Input parameters
Name | Description | Type | Required | Default value |
---|
Data format | The data format to fetch data for | DATA_FORMAT | true | |
Filters | Filter the list of data retrieved based on attributes with an AND relationship towards eachother | ARRAY | false | |
Filters (OR) | Filter the list of data retrieved based on attributes with an OR relationship towards eachother | ARRAY | false | |
Attributes | Only fetch these attributes from your database | ARRAY | false | |
Sort by | Sort the list of data retrieved | ARRAY | false | |
Output
Name | Description | Type | Default value |
---|
Found data | The name of the variable containing the found data. | DATA | FOUND_DATA |