Skip to content
For AI agents: the complete documentation index is available at llms.txt; this page is also available as Markdown at index.md.

LocationRemoteId Criterion

The LocationRemoteId Search Criterion searches for content based in the location remote ID.

Arguments

  • value - string(s) representing the location remote ID(s)

Example

REST API

1
2
3
4
5
<Query>
    <Filter>
        <LocationRemoteIdCriterion>3aaeefdb0ae573ac91f6d6ea78d230b7</LocationRemoteIdCriterion>
    </Filter>
</Query>
1
2
3
4
5
"Query": {
    "Filter": {
        "LocationRemoteIdCriterion": "3aaeefdb0ae573ac91f6d6ea78d230b7"
    }
}