External DocumentationTo learn more, visit the Orca Security documentation.
Basic Parameters
Parameter | Description |
---|---|
Filter Object | A filter object to filter the results by. The object can contain the following fields: - key : [String] The key to filter by.- values : [Array] The values to filter by.- type : [String] The type of the filter.- operator : [String] The REST operator to use for the filter.For example: It is recommended to use the API request builder in Orca UI in order to generate the filter object. |
Group By | A comma-separated list of the fields to group all results by. The first property is the primary group, the second is the secondary, and so on. |
Limit | The maximum number of items to retrieve in the request. |
Offset | The index of the first item to retrieve. |
Order By | A comma-separated list of the properties to sort the results by in hierarchical order. The first property is the primary sort, the second is the secondary, and so on. Prefix a property with - for descending order. |
Select | The fields to include in the response. |
Advanced Parameters
Parameter | Description |
---|---|
Full Graph Fetch | Select to retrieve complete data for all related entities. |
Include Total | Select to include the total amount of available items in the response. |
Max Tier | The maximum depth level for for related entities data retrieval. Valid input range between 1 -5 . |