Get the metadata of a map's resource - Fluid Topics - Latest

Fluid Topics API Reference Guide

Category
Reference Guides
Audience
public
Version
Latest

This web service returns the metadata of a resource embedded in a given map.

Method Endpoint
GET /api/khub/maps/{mapId}/resources/{resourceId}
Path parameter Type Description
{mapId} String The map's unique identifier.
{resourceId} String The resource's unique identifier.

Response body

The following lines show an example of a JSON response body:

{
  "id": "nISHR6wlEGgmuiROsyzWXg",
  "filename": "image.tif",
  "mimeType": "image/png",
  "contentUrl": "https://doc.antidot.net/api/khub/maps/{mapId}/resources/nISHR6wlEGgmuiROsyzWXg/content"
}
Return code Description
200 OK Returns 0 or more results.

For a comprehensive list of all possible return codes, see Return codes.