# ParentLocationRemoteId Criterion

The `ParentLocationRemoteId` Search Criterion searches for content based on the location remote ID of its parent.

## Arguments

- `value` - int(s) representing the parent location remote IDs

### REST API

**XML**

```
<Query>
    <Filter>
        <ParentLocationRemoteIdCriterion>abab615dcf26699a4291657152da4337</ParentLocationRemoteIdCriterion>
    </Filter>
</Query>
```

**JSON**

```
"Query": {
    "Filter": {
        "ParentLocationRemoteIdCriterion": "abab615dcf26699a4291657152da4337"
    }
}
```
