接口描述:传入连线id,查看连线的属性字段。
URL地址:http://ip:port /wapi/v1/diagram_link_properties/{linkId}/link_id
访问方法::Get
请求参数:
Path参数
参数名 | 类型 | 示例值 | 必填 | 说明 |
---|---|---|---|---|
linkId | Long | 25000000134315 | 是 | 连线id |
{
"code": 200,
"data": {
"properties": [
{
"propertyId": 29000000031603,
"linkTypeId": 27000000000197,
"name": "名称",
"defaultValue": null,
"position": -1,
"mandatory": null,
"displayed": null,
"fontSize": null,
"fontColor": "#000000",
"offsetX": 0.0,
"offsetY": 0.0,
"angle": 0,
"bold": null,
"italic": null,
"underline": null,
"fontFamily": null,
"fillColor": null,
"align": 0,
"lockList": null,
"typeField": false,
"justification": 0,
"uprightAlignment": null,
"propertyValueId": 180951,
"linkId": 25000000134315,
"value": "From: 42U 600×1200F36 - To: 42U 600×1200F27",
"visLinkFields": null,
"visSublinkFields": null,
"system": false,
"inProperties": true,
"uniqueForThisType": null,
"uniqueForAllTypes": null
},
{
"propertyId": 29000000031604,
"linkTypeId": 27000000000197,
"name": "型号",
"defaultValue": null,
"position": 0,
"mandatory": null,
"displayed": null,
"fontSize": null,
"fontColor": "#000000",
"offsetX": 0.0,
"offsetY": 0.0,
"angle": 0,
"bold": null,
"italic": null,
"underline": null,
"fontFamily": null,
"fillColor": null,
"align": 1,
"lockList": null,
"typeField": false,
"justification": 1,
"uprightAlignment": null,
"propertyValueId": 180952,
"linkId": 25000000134315,
"value": "管段PIPE",
"visLinkFields": null,
"visSublinkFields": null,
"system": false,
"inProperties": true,
"uniqueForThisType": null,
"uniqueForAllTypes": null
}
],
"sublinks": 0
}
}
接口描述:传入连线投影id即visLinkId,查看连线的属性字段。
URL地址:http://ip:port /wapi/v1/diagram_link_properties/{visLinkId}/vis_link_id
访问方法::Get
请求参数:
Path参数
参数名 | 类型 | 示例值 | 必填 | 说明 |
---|---|---|---|---|
visLinkId | Long | 284879 | 是 | 连线投影id |
{
"code": 200,
"data": {
"properties": [
{
"propertyId": 29000000031603,
"linkTypeId": 27000000000197,
"name": "名称",
"defaultValue": null,
"position": -1,
"mandatory": null,
"displayed": null,
"fontSize": null,
"fontColor": "#000000",
"offsetX": 0.0,
"offsetY": 0.0,
"angle": 0,
"bold": null,
"italic": null,
"underline": null,
"fontFamily": null,
"fillColor": null,
"align": 0,
"lockList": null,
"typeField": false,
"justification": 0,
"uprightAlignment": null,
"propertyValueId": 180951,
"linkId": 25000000134315,
"value": "From: 42U 600×1200F36 - To: 42U 600×1200F27",
"visLinkFields": null,
"visSublinkFields": null,
"system": false,
"inProperties": true,
"uniqueForThisType": null,
"uniqueForAllTypes": null
},
{
"propertyId": 29000000031604,
"linkTypeId": 27000000000197,
"name": "型号",
"defaultValue": null,
"position": 0,
"mandatory": null,
"displayed": null,
"fontSize": null,
"fontColor": "#000000",
"offsetX": 0.0,
"offsetY": 0.0,
"angle": 0,
"bold": null,
"italic": null,
"underline": null,
"fontFamily": null,
"fillColor": null,
"align": 1,
"lockList": null,
"typeField": false,
"justification": 1,
"uprightAlignment": null,
"propertyValueId": 180952,
"linkId": 25000000134315,
"value": "管段PIPE",
"visLinkFields": null,
"visSublinkFields": null,
"system": false,
"inProperties": true,
"uniqueForThisType": null,
"uniqueForAllTypes": null
}
],
"sublinks": 0
}
}