Retrieve a list of audits for folder by ID.
External DocumentationTo learn more, visit the Delinea documentation.

Parameters

ParameterDescription
Folder IDFolder ID. Can be retrieved from the ‘Search Folders’ action.
Max RecordsMaximum number of records to include in results.

Example Output

{
	"batchCount": 0,
	"currentPage": 0,
	"hasNext": true,
	"hasPrev": true,
	"nextSkip": 0,
	"pageCount": 0,
	"prevSkip": 0,
	"records": [
		{
			"action": "string",
			"auditFolderId": 0,
			"dateRecorded": "2019-08-24T14:15:22Z",
			"displayName": "string",
			"notes": "string"
		}
	],
	"severity": "None",
	"skip": 0,
	"sortBy": [
		{
			"direction": "None",
			"name": "string",
			"priority": 0
		}
	],
	"success": true,
	"take": 0,
	"total": 0
}

Workflow Library Example

Get Folder Audits with Delinea and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop