Get the resized content of a map's image - Fluid Topics - Latest

Fluid Topics API Reference Guide

Category
Reference Guides
Audience
public
Version
Latest

This web service returns the resized content of an image embedded in a given map.

It is possible to get the resized content of an image when its size is set in the source, for example, with the width HTML attribute:

<img src="./images/example.png" width="400">

When an image is "resized", it is possible to get it in its original size with the Get the content of a map's resource web service.

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

It is necessary to provide an Ft-Calling-App value when using Fluid Topics web services. See Fluid Topics calling app.

This web service requires authentication on portals with mandatory authentication.

Return code Description
200 OK Returns 0 or more results.

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