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: get
Path: /vision/api/linkData/{id}
Get a Link by ID and Show Geographical Location
Method: get
Path: /vision/api/linkData/withLocationInfo/{id}
Get Links
Method: get
Path: /vision/api/linkData
Get Links and Show Geographical Location and Severity
Method: get
Path: /vision/api/linkData/withLocationAndSeverityInfo
Get Links and Show Geographical Locations
Method: get
Path: /vision/api/linkData/withLocationInfo
Get Links by Dashboard ID
Method: get
Path: /vision/api/linkData/byDashboardId/{id}
Get Links by Dashboard ID and Show Geographical Location and Severity
Method: get
Path: /vision/api/linkData/withLocationAndSeverityInfo/{dashboardId}
Get Links by Dashboard ID and Show Geographical Locations
Method: get
Path: /vision/api/linkData/withLocationInfo/byDashboardId/{id}
Get Links by Dashboard ID and Show Pixel Location
Method: get
Path: /vision/api/linkData/withPixelInfo/{dashboardId}
Get Links by Dashboard ID and Show Pixel Location and Severity
Method: get
Path: /vision/api/linkData/withPixelAndSeverityInfo/{dashboardId}
Get Links by Dashboard ID for Event Streaming and Show Geographical Location and Severity
Method: get
Path: /vision/api/linkData/withLocationAndSeverityInfo/{dashboardId}/forEventStreaming
Get Links by Dashboard ID for Event Streaming and Show Pixel Location and Severity
Method: get
Path: /vision/api/linkData/withPixelAndSeverityInfo/{dashboardId}/forEventStreaming
Get Links for Event Streaming and Show Geographical Location and Severity
Method: get
Path: /vision/api/linkData/withLocationAndSeverityInfo/forEventStreaming