Skip to main content
Get finding overview by its ID.
External DocumentationTo learn more, visit the NetSPI documentation.

Parameters

ParameterDescription
IDThe ID of the finding to get details on.

Example Output

{
	"id": -9007199254740991,
	"name": "string",
	"originalFindingTemplateUid": "f27ae964-4811-4ff7-bba9-3122116e54e8",
	"severityId": -9007199254740991,
	"clientAssignedSeverityId": -9007199254740991,
	"stateId": -9007199254740991,
	"intermediateFindingUid": "2aaf2a80-2520-40a0-87cb-7cfa69339a77",
	"assignedTo": {
		"id": 0,
		"email": "string",
		"firstName": "string",
		"lastName": "string",
		"profileThumbnail": "string",
		"profileImageId": 0
	},
	"securityOwner": {
		"id": 0,
		"email": "string",
		"firstName": "string",
		"lastName": "string",
		"profileThumbnail": "string",
		"profileImageId": 0
	},
	"reviewer": {
		"id": 0,
		"email": "string",
		"firstName": "string",
		"lastName": "string",
		"profileThumbnail": "string",
		"profileImageId": 0
	},
	"remediationDueDate": "2019-08-24T14:15:22Z",
	"remediationActualDate": "2019-08-24T14:15:22Z",
	"affectedUrl": "string",
	"externalIdentifier": "string",
	"cvssV2Vector": "string",
	"cvssV3Vector": "string",
	"scenarioDescription": "string",
	"description": "string",
	"businessImpact": "string",
	"remediationInstructions": "string",
	"internalNotes": "string",
	"cisBenchmark": "string",
	"likelihoodRationale": "string",
	"identifiedBy": -9007199254740991,
	"createdBy": {
		"id": 0,
		"email": "string",
		"firstName": "string",
		"lastName": "string",
		"profileThumbnail": "string",
		"profileImageId": 0
	},
	"createdAt": "2019-08-24T14:15:22Z",
	"updatedAt": "2019-08-24T14:15:22Z",
	"findingTemplateUid": "3f83a93f-5c84-4cff-9b86-aa790c75f420",
	"findingTemplateName": "string",
	"findingTemplateSeverityId": -9007199254740991,
	"findingTemplateReviewStateId": -9007199254740991,
	"firstSeenAt": "2019-08-24T14:15:22Z",
	"lastSeenAt": "2019-08-24T14:15:22Z",
	"assetLabel": "string",
	"port": -9007199254740991,
	"sourceFileName": "string",
	"cveIds": [
		"string"
	],
	"cweNames": [
		"string"
	],
	"remediationTypes": [
		-9007199254740991
	],
	"assetTypeValue": "string",
	"concreteAssetId": -9007199254740991,
	"calculatedAffectedUrl": "string",
	"location": "string",
	"portId": -9007199254740991,
	"attackParameter": "string",
	"certificateSubjectCn": "string",
	"certificateId": -9007199254740991
}

Workflow Library Example

Get Finding Overview with Netspi and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop
I