URL

GET https://{api-url}/api/v2/tenants/{tenantId}/patches/rating/{intgId}/feed/{patchId}

Provide patch feed UID in the {intgId} field.

Sample URLs

https://{api-url}/api/v2/tenants/client_8/patches/rating/INTG-4abc3f9c-95ee-11e8-a817-080027f0b4d6/feed/PATCH-0be4130a-77bf-460e-b2c7-52906f86da5d

Sample response

{
	"comments": "",
	"createdUser": {
		"loginName": "John.Smith",
		"lastName": "Smith",
		"firstName": "John",
		"email": "john.smith@myorganization.com"
	},
	"updatedUser": {
		"loginName": "John.Smith",
		"lastName": "Smith",
		"firstName": "John",
		"email": "john.smith@myorganization.com"
	},
	"createdTime": "2018-08-07T08:49:19+0000",
	"updatedTime": "2018-08-17T10:20:20+0000",
	"rating": "WHITELISTED",
	"cve": "CVE-2014-12345",
	"patch": {
		"id": "PATCH-0be4130a-77bf-460e-b2c7-52906f86da5d",
		"name": "Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 SP1 x86 (KB2943357)",
		"externalId": "2943357",
		"severity": "Important",
		"category": "Security Updates - Windows 7",
		"releaseTime": "2018-08-12T10:20:20+0000",
		"type": "WINDOWS",
		"rebootRequired": false
	},
	"id": "PR-04a9824f-be2c-463f-bc38-e14363dab496"
}

PR ID is an optional field that is schedule to be deprecated in a future software release.