Skip to content

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

1
2
3
4
5
<Query>
    <Filter>
        <ParentLocationRemoteIdCriterion>abab615dcf26699a4291657152da4337</ParentLocationRemoteIdCriterion>
    </Filter>
</Query>
1
2
3
4
5
"Query": {
    "Filter": {
        "ParentLocationRemoteIdCriterion": "abab615dcf26699a4291657152da4337"
    }
}