Lines Matching full:assets
75 <h1><a href="poly_v1.html">Poly API</a> . <a href="poly_v1.assets.html">assets</a></h1>
82 <p class="firstline">Returns detailed information about an asset given its name. PRIVATE assets are…
85 <p class="firstline">Lists all public, remixable assets. These are assets with an access level of P…
97 …<pre>Returns detailed information about an asset given its name. PRIVATE assets are returned only …
100 name: string, Required. An asset's name in the form `assets/{ASSET_ID}`. (required)
111 …t;: "A String", # For published assets, the time when the asset was published. For unpub…
137 …only returned when querying for the signed-in user's own assets, not for public assets. This …
138 …uot;: "A String", # The unique identifier for the asset in the form: `assets/{ASSET_ID}`.
149 …"remixInfo": { # Info about the sources of this asset (i.e. assets that were remixed to …
150 …"sourceAsset": [ # Resource ids for the sources of this remix, of the form: `assets/{ASS…
159 …String", # The time when the asset was last modified. For published assets, whose contents ar…
166 …<pre>Lists all public, remixable assets. These are assets with an access level of PUBLIC and publi…
169 …category: string, Filter assets based on the specified category. Supported values are: `animals`, …
170 curated: boolean, Return only assets that have been curated by the Poly team.
171 …format: string, Return only assets with the matching format. Acceptable values are: `BLOCKS`, `FBX…
172 …re search terms to be matched against all text that Poly has indexed for assets, which includes di…
173 …urns assets that are of the specified complexity or less. Defaults to COMPLEX. For example, a requ…
179 …, Specifies an ordering for assets. Acceptable values are: `BEST`, `NEWEST`, `OLDEST`. Defaults to…
180 …pageSize: integer, The maximum number of assets to be returned. This value must be between `1` and…
191 "assets": [ # A list of assets that match the criteria specified in the request.
194 …t;: "A String", # For published assets, the time when the asset was published. For unpub…
220 …only returned when querying for the signed-in user's own assets, not for public assets. This …
221 …uot;: "A String", # The unique identifier for the asset in the form: `assets/{ASSET_ID}`.
232 …"remixInfo": { # Info about the sources of this asset (i.e. assets that were remixed to …
233 …sourceAsset": [ # Resource ids for the sources of this remix, of the form: `assets/{ASSET_ID}`
242 …String", # The time when the asset was last modified. For published assets, whose contents ar…
247 "totalSize": 42, # The total number of assets in the list, without pagination.