Assets
Lookup assets by a field
post/assets/v1/assets:LookupAssetsByField
Request body
page_tokenstring
OPTIONAL. The value of next_page_token from a previous response. If specified, the API will return the next batch of results following the previous list assets request.
page_sizeinteger
OPTIONAL. The number of assets to return. By default, each request returns 50 assets. You can specify a page_size value between 1 to 100.
field_namestring required
REQUIRED. The name of the asset field to match.
string_valuestring
REQUIRED. The string value of the asset field to match.
Response
A successful response.
next_page_tokenstring
The value you can use to retrieve additional assets. If a value exists, it means there are more results than listed. Use the value in your request body as a page_token field to view more results.