Retrieves a paginated list of properties associated with an asset. If you update properties associated with the model before you finish listing all the properties, you need to start all over again.
get/assets/{assetId}/properties
Path parameters
assetIdstring required
The ID of the asset.
Query parameters
nextTokenstring
The token to be used for the next set of paginated results.
maxResultsinteger
The maximum number of results to return for each paginated request. If not specified, the default value is 50.
filter'ALL' | 'BASE'
<p> Filters the requested list of asset properties. You can choose one of the following options:</p> <ul> <li> <p> <code>ALL</code> – The list includes all asset properties for a given asset model ID. </p> </li> <li> <p> <code>BASE</code> – The list includes only base asset properties for a given asset model ID. </p> </li> </ul> <p>Default: <code>BASE</code> </p>
Response
Success