Skip to main content
Return a list of requests with optional filtering.
External DocumentationTo learn more, visit the Admin By Request documentation.

Basic Parameters

ParameterDescription
Approved ByFilter results by the email address of the portal user who approved the request.
Denied ByFilter results by the email address of the portal user who denied the request.
Include Scan DetailsWhether to include scan details in the results.
LastThe number of entries to retrieve from the end of the list. The maximum value is 1000.
LimitTThe maximum number of resources to return. The maximum value is 1000.
Start IDThe resource ID as a pagination token that indicates the next results page.
StatusFilter requests by their status.

Advanced Parameters

ParameterDescription
ReasonFilter results by the reason of the denial of the request.

Example Output

[
	{
		"id": 615669,
		"traceNo": "34376579",
		"settingsName": "Global",
		"type": "Run As Admin",
		"typeCode": 0,
		"status": "Pending approval",
		"statusCode": 4,
		"reason": "Need to update reader. It says out of date when trying to open PDF files from our supplier.",
		"approvedBy": null,
		"deniedReason": null,
		"deniedBy": null,
		"requestTime": "2020-04-01T12:03:00",
		"auditLogLink": "https://www.adminbyrequest.com/AuditLog?Page=AppElevations&ID=34376579&ShowFilter=false",
		"user": {
			"account": "ACME\\PDH",
			"fullName": "Paul David Hewson",
			"email": "pdh@acme.com",
			"phone": "555.345.6789"
		},
		"computer": {
			"name": "W1005623",
			"platform": "Windows",
			"platformCode": 0,
			"make": "Dell Inc.",
			"model": "XPS 15 9550"
		},
		"application": {
			"file": "readerdc_uk_fb_crd_install.exe",
			"name": "Adobe Download Manager",
			"vendor": "Adobe Inc.",
			"version": "2.0.0.495s",
			"sha256": "9369FB712545F6B6FEC5FBF8B1DD228E57CA7899933BBE354B7C4351C8700C99",
			"scanResult": "Clean",
			"scanResultCode": 0,
			"threat": null,
			"virustotalLink": "https://www.virustotal.com/latest-scan/9369FB712545F6B6FEC5FBF8B1DD228E57CA7899933BBE354B7C4351C8700C99",
			"preapproved": false
		},
		"scanResults": [
			{
				"scanResult": "Clean",
				"scanResultCode": 0,
				"engine": "BitDefender",
				"threat": null
			},
			{
				"scanResult": "Clean",
				"scanResultCode": 0,
				"engine": "CrowdStrike",
				"threat": null
			},
			{
				"scanResult": "Clean",
				"scanResultCode": 0,
				"engine": "McAfee",
				"threat": null
			}
		]
	}
]

Workflow Library Example

List Requests with Admin by Request and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop
I