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": "3ed14841-ee26-4bee-9d98-8c41c7ff7911",
"Name": "sample string 2",
"Description": "sample string 3",
"ParticipantId": 4
}
text/html
Sample:
{"$id":"1","Id":"3ed14841-ee26-4bee-9d98-8c41c7ff7911","Name":"sample string 2","Description":"sample string 3","ParticipantId":4}