GET api/assetinfo/{assetId}/label
Gets the asset label.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
assetId |
The asset identifier. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Instance of Label
LabelName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
ParticipantId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": "dc0eae52-17cb-4849-ae31-f7ebe5767003", "Name": "sample string 2", "Description": "sample string 3", "ParticipantId": 4 }
text/html
Sample:
{"$id":"1","Id":"dc0eae52-17cb-4849-ae31-f7ebe5767003","Name":"sample string 2","Description":"sample string 3","ParticipantId":4}