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
Label| Name | 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": "3d25e3a8-a76a-4a9a-8c7f-dc800e0932b9",
"Name": "sample string 2",
"Description": "sample string 3",
"ParticipantId": 4
}
text/html
Sample:
{"$id":"1","Id":"3d25e3a8-a76a-4a9a-8c7f-dc800e0932b9","Name":"sample string 2","Description":"sample string 3","ParticipantId":4}