How do I specify a search for a specific asset by the asset Id. In the V1 API, I could use m=meta:assetId=assetGuid:e4efac80-4853-419a-9b86-413251700fb8, I can't figure out how to replicate this with the V2 API.
Message edited by Ulrich 11 years ago
jarredd
–
11 years ago
Hello Ulrich,
You need to replace m=meta:assetId=assetGuid:e4efac80-4853-419a-9b86-413251700fb8 with &asset.assetGuid=e4efac80-4853-419a-9b86-413251700fb8 to access that specific asset.
How do I specify a search for a specific asset by the asset Id. In the V1 API, I could use m=meta:assetId=assetGuid:e4efac80-4853-419a-9b86-413251700fb8, I can't figure out how to replicate this with the V2 API.
Message edited by Ulrich 11 years ago
jarredd – 11 years ago
Hello Ulrich,
You need to replace m=meta:assetId=assetGuid:e4efac80-4853-419a-9b86-413251700fb8 with &asset.assetGuid=e4efac80-4853-419a-9b86-413251700fb8 to access that specific asset.
Cheers, Jarred