Get Links REST Endpoints
Links/Links/Get Links
Get Vision link markers in a variety of ways. These are mostly used in the UI when displaying links on the map.
- Get a Link by ID
- Method: getPath:
/vision/api/linkData/{id}
- Get a Link by ID and Show Geographical Location
- Method: getPath:
/vision/api/linkData/withLocationInfo/{id}
- Get Links
- Method: getPath:
/vision/api/linkData
- Get Links and Show Geographical Location and Severity
- Method: getPath:
/vision/api/linkData/withLocationAndSeverityInfo
- Get Links and Show Geographical Locations
- Method: getPath:
/vision/api/linkData/withLocationInfo
- Get Links by Dashboard ID
- Method: getPath:
/vision/api/linkData/byDashboardId/{id}
- Get Links by Dashboard ID and Show Geographical Location and Severity
- Method: getPath:
/vision/api/linkData/withLocationAndSeverityInfo/{dashboardId}
- Get Links by Dashboard ID and Show Geographical Locations
- Method: getPath:
/vision/api/linkData/withLocationInfo/byDashboardId/{id}
- Get Links by Dashboard ID and Show Pixel Location
- Method: getPath:
/vision/api/linkData/withPixelInfo/{dashboardId}
- Get Links by Dashboard ID and Show Pixel Location and Severity
- Method: getPath:
/vision/api/linkData/withPixelAndSeverityInfo/{dashboardId}
- Get Links by Dashboard ID for Event Streaming and Show Geographical Location and Severity
- Method: getPath:
/vision/api/linkData/withLocationAndSeverityInfo/{dashboardId}/forEventStreaming
- Get Links by Dashboard ID for Event Streaming and Show Pixel Location and Severity
- Method: getPath:
/vision/api/linkData/withPixelAndSeverityInfo/{dashboardId}/forEventStreaming
- Get Links for Event Streaming and Show Geographical Location and Severity
- Method: getPath:
/vision/api/linkData/withLocationAndSeverityInfo/forEventStreaming