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.

LocationId Criterion

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

Arguments

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

Example

REST API

1
2
3
4
5
<Query>
    <Filter>
        <LocationIdCriterion>62</LocationIdCriterion>
    </Filter>
</Query>
1
2
3
4
5
"Query": {
    "Filter": {
        "LocationIdCriterion": "62"
    }
}