# LocationId Criterion

> For the complete documentation index, see [llms.txt](https://doc.ibexa.co/en/saas/llms.txt).

LocationId Search Criterion

The `LocationId` Search Criterion searches for content based in the location ID.

## Arguments

- `value` - int(s) representing the location ID(s)

## Example

**XML**

```xml
<Query>
    <Filter>
        <LocationIdCriterion>62</LocationIdCriterion>
    </Filter>
</Query>
```

**JSON**

```json
"Query": {
    "Filter": {
        "LocationIdCriterion": "62"
    }
}
```
