Skip to main content
Version: 24.3

from

Every query must have a from parameter with a string value naming the asset type to query.

rest-1 URL Syntax

In rest-1.v1/Data and rest-1.oauth.v1/Data, the from parameter is part of the request URL. The following shows how the from is expressed as part of the URL path.

                <Server Base URI>/rest.v1/Data/Story

query.v1 Syntax

In query.v1 and query.legacy.v1, the from parameter is expressed as a key/value pair.

YAML

            from: Story

JSON

            {
"from": "Story",
}