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.

RemoteId / ContentRemoteId Criterion

The RemoteId / ContentRemoteId Search Criterion searches for content based on its remote content ID.

Arguments

  • value - string(s) representing the remote IDs

Example

REST API

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