Search, filter, sort, and page reports.

External Documentation

To learn more, visit the Delinea documentation.

Parameters

ParameterDescription
Filter By NameFilter results by text.

Example Output

{
	"batchCount": 0,
	"currentPage": 0,
	"hasNext": true,
	"hasPrev": true,
	"nextSkip": 0,
	"pageCount": 0,
	"prevSkip": 0,
	"records": [
		{
			"categoryId": 0,
			"enabled": true,
			"id": 0,
			"name": "string"
		}
	],
	"severity": "None",
	"skip": 0,
	"sortBy": [
		{
			"direction": "None",
			"name": "string",
			"priority": 0
		}
	],
	"success": true,
	"take": 0,
	"total": 0
}

Workflow Library Example

Search Reports with Delinea and Send Results Via Email

Preview this Workflow on desktop