HyperLinks
Queryable, Introduced in version 2.55
GET https://localhost:8001/sv/001.1/api/v1/Inventory/HyperLinks
Represents a part hyperlink.
GUID
A5CE7740-7BFC-4E08-8351-B994B6927D5D
Required permission
Show part
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the hyperlink. |
|
PartId | Int64 | The business key identifier of the part that the hyperlink belongs to.
|
|
Link | String | The link (url) of the hyperlink. |
|
Description | String | The description of the hyperlink. |
Example
{
"Id": 0,
"PartId": 0,
"Link": null,
"Description": null
}