Map Layers REST Endpoints

Metadata/Map Layers
The map layers resource is used to view, create, populate, or replace a custom map layer. It is also used to view the import status of the custom map layer. The map layer displays additional elements overlaid on top of the map. For example, demographic information such as population density and the locations of gas stations, pipelines, and other geographical entities.
Check custom map layer population status
Method: get
Path: /rest/ofscMetadata/v1/mapLayers/custom-actions/populateLayers/{downloadId}
Create a custom map layer
Method: post
Path: /rest/ofscMetadata/v1/mapLayers
Get a custom map layer
Method: get
Path: /rest/ofscMetadata/v1/mapLayers/{label}
Get custom map layers
Method: get
Path: /rest/ofscMetadata/v1/mapLayers
Populate a custom map layer
Method: post
Path: /rest/ofscMetadata/v1/mapLayers/custom-actions/populateLayers
Replace a custom map layer
Method: put
Path: /rest/ofscMetadata/v1/mapLayers/{label}