> ## 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 Property Expressions

Get a list of property expressions configured in QRadar.

<Note>
  External Documentation

  To learn more, visit the [QRadar documentation](https://ibmsecuritydocs.github.io/qradar_api_20.0/20.0--config-event_sources-custom_properties-property_expressions-GET.html).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter   | Description                                                                                                                                                                                                              |
  | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
  | End Index   | The  index of the last item to return. The default is 999.                                                                                                                                                               |
  | Fields      | A comma separated list of fields to include in the response. Fields that are not named are excluded. To specify subfields, use brackets.<br /><br />**For example**: `parent_field(subfield1,subfield2),top_level_field` |
  | Filter      | Specify a filter expression to restrict the returned results. For more information, refer to [Qradar documentation](https://www.ibm.com/docs/en/qradar-common?topic=versions-filter-syntax).                             |
  | Start Index | The index of the first item to return. The default is 0.                                                                                                                                                                 |
</div>

## Example Output

```json theme={"dark"}
[
	{
		"capture_group": 42,
		"creation_date": 42,
		"enabled": true,
		"id": 42,
		"identifier": "String",
		"log_source_id": 42,
		"log_source_type_id": 42,
		"low_level_category_id": 42,
		"modification_date": 42,
		"payload": "String",
		"qid": 42,
		"regex": "String",
		"regex_property_identifier": "String",
		"username": "String"
	}
]
```

## Workflow Library Example

[List Property Expressions with Qradar and Send Results Via Email](https://library.blinkops.com/workflows/list-property-expressions-with-qradar-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-property-expressions-with-qradar-and-send-results-via-email/canvas" />
</div>
