Return the URL history for the specified URL.

External Documentation

To learn more, visit the IBM X Force documentation.

Parameters

ParameterDescription
URLThe URL to get the history information for.

Example Output

{
	"url": "www.ibm.com",
	"created": "2014-01-01T00:00:00.000Z",
	"cats": {
		"Software / Hardware": {
			"confidence": 100,
			"reasons": [
				{
					"id": "XFR",
					"name": "X-Force Research",
					"description": "X-Force Research"
				}
			],
			"description": "This category includes Web sites from the area of software, computer hardware and other electronic components."
		},
		"General Business": {
			"confidence": 100,
			"reasons": [
				{
					"id": "XFR",
					"name": "X-Force Research",
					"description": "X-Force Research"
				}
			],
			"description": "This category includes Web sites of industry, business, economy and supply of services."
		}
	},
	"score": 1,
	"history": [
		{
			"url": "www.ibm.com",
			"created": "2014-01-01T00:00:00.000Z",
			"cats": {
				"Software / Hardware": {
					"confidence": 100,
					"reasons": [],
					"description": "This category includes Web sites from the area of software, computer hardware and other electronic components."
				},
				"General Business": {
					"confidence": 100,
					"reasons": [],
					"description": "This category includes Web sites of industry, business, economy and supply of services."
				}
			},
			"score": 1
		}
	]
}

Workflow Library Example

Get Url History with Ibm X Force and Send Results Via Email

Preview this Workflow on desktop