> ## 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.

# List Websites

get website list.

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Fields    | A comma delimited list of fields. Filters the response to only include the listed fields for each object.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  | Filter    | Filters the response according to the operator and value specified. Note that you can use \* to match on more than one character.<br />You can use the ‘.’ character to filter values within an object (e.g. custom properties), and multiple filters can be separated by a comma.<br /><br />Operators include:<br />Greater than or equals: `>:`<br />Less than or equals: `<:`<br />Greater than: `>`<br />Less than: `<`<br />Does not equal: `!:`<br />Equals: `:`<br />Includes: `~`<br />Does not include: `!~`<br /><br />For example, filter=id>100 will return the results where the resource id is greater than 100. |
  | Offset    | The number of results to offset the displayed results by.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  | Size      | The number of results to display. Max is 1000.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
</div>

## Example Output

```json theme={"dark"}
{
	"total": 0,
	"searchId": "string",
	"items": [
		{
			"template": {},
			"testLocation": {
				"all": true,
				"collectorIds": [
					0
				],
				"collectors": [
					{
						"hostname": "string",
						"collectorGroupName": "string",
						"collectorGroupId": 0,
						"description": "string",
						"id": 0,
						"status": "string"
					}
				],
				"smgIds": [
					1,
					2,
					4,
					3,
					5,
					6
				]
			},
			"groupId": 1,
			"overallAlertLevel": "warn",
			"pollingInterval": 5,
			"description": "Monitor Ebay site response times",
			"disableAlerting": true,
			"type": "webcheck",
			"rolePrivileges": [
				"string"
			],
			"lastUpdated": 0,
			"stopMonitoringByFolder": true,
			"id": 0,
			"stopMonitoring": true,
			"userPermission": "string",
			"individualSmAlertEnable": false,
			"checkpoints": [
				{
					"geoInfo": "string",
					"id": 0,
					"smgId": 0
				}
			],
			"steps": [
				{
					"schema": "string",
					"respType": "string",
					"HTTPHeaders": "string",
					"auth": {
						"password": "string",
						"type": "basic",
						"userName": "string"
					},
					"matchType": "plain",
					"description": "string",
					"type": "config",
					"timeout": 0,
					"useDefaultRoot": true,
					"path": "string",
					"HTTPMethod": "GET",
					"enable": true,
					"HTTPVersion": "1.1",
					"keyword": "string",
					"respScript": "string",
					"label": "string",
					"url": "/",
					"invertMatch": false,
					"reqScript": "string",
					"HTTPBody": "string",
					"followRedirection": true,
					"postDataEditType": "raw",
					"name": "string",
					"requireAuth": false,
					"reqType": "string",
					"fullpageLoad": false,
					"statusCode": "string"
				}
			],
			"transition": 1,
			"globalSmAlertCond": 0,
			"isInternal": false,
			"collectors": [
				{
					"hostname": "string",
					"collectorGroupName": "string",
					"collectorGroupId": 0,
					"description": "string",
					"id": 0,
					"status": "string"
				}
			],
			"domain": "www.ebay.com",
			"name": "Ebay",
			"useDefaultLocationSetting": false,
			"useDefaultAlertSetting": true,
			"individualAlertLevel": "warn",
			"properties": [
				{
					"name": "addr",
					"value": "127.0.0.1"
				}
			],
			"status": "string"
		}
	]
}
```

## Workflow Library Example

[List Websites with Logicmonitor and Send Results Via Email](https://library.blinkops.com/workflows/list-websites-with-logicmonitor-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-websites-with-logicmonitor-and-send-results-via-email/canvas" />
</div>
