Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

This method lists all the hashes that are present in the blocklist.
External DocumentationTo learn more, visit the Bitdefender documentation.

Parameters

ParameterDescription
PageThe results page. The default value is 1.
Per PageThe number of items displayed in a page. The upper limit is 100 items per page. Default value is 30 items per page.

Example Output

{
	"id": "0df7568c-59c1-48e0-a31b-18d83e6d9810",
	"jsonrpc": "2.0",
	"result": {
		"items": [
			{
				"companyId": "5b680f6fb1a43d860a7b23c8",
				"hash": "098f6bcd4621d373cade4e832627b4f6",
				"hashType": 2,
				"id": "5b7ac19bb1a43dfb107b23c6",
				"source": 3,
				"sourceInfo": "Added from public API"
			},
			{
				"companyId": "5b680f6fb1a43d860a7b23c8",
				"filename": "file.txt",
				"hash": "f696282aa4cd4f614aa995190cf442fe",
				"hashType": 2,
				"id": "5b7ac19bb1a43dfb107b23c7",
				"source": 1,
				"sourceInfo": "Added from incident 1"
			}
		],
		"page": 1,
		"pagesCount": 1,
		"perPage": 30,
		"total": 2
	}
}

Workflow Library Example

List Blocked Items with Bitdefender and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop