GET api/Asset/GetAssetById?assetId={assetId}&userEmail={userEmail}
Gets an asset by ID for the specified user.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| assetId |
Asset GUID. |
globally unique identifier |
Required |
| userEmail |
User email for access validation. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
200 with asset; 400 if ID invalid; 403 if access denied; 500 on error.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.