Get an AssetVariantCriterion resource.
Security
bearerToken
The unique ID of the AssetVariantCriterion
Example:e5e4b297-29e7-4a78-8f9f-97f7a02df8df
- Productionhttps://api-v2.dash.app/asset-variant-criteria/{id}
- Staginghttps://api-v2.dashstaging.app/asset-variant-criteria/{id}
curl -i -X GET \
https://api-v2.dash.app/asset-variant-criteria/e5e4b297-29e7-4a78-8f9f-97f7a02df8df \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "result": { "id": "e5e4b297-29e7-4a78-8f9f-97f7a02df8df", "accountId": "2d8f0349-4e9c-4df5-bd4d-8c96e4f91851", "assetId": "2807728f-2c48-422b-a7a8-f9adee425f32", "productId": "54f26d2c-ae22-4185-81b4-ae8b947d4d8f", "optionIdsByVariantFieldId": [ … ] }, "permittedActions": [] }