This web service returns a list of the resources embedded in a given map.
Method | Endpoint |
---|---|
GET |
|
Path parameter | Type | Description |
---|---|---|
{mapId} |
String | The map's unique identifier. |
Response body
[
{
"id": "iHEBlrIo13naRtVfznh_zQ",
"filename": "fluid-topics-web-services-illustration.png",
"mimeType": "image/png",
"contentUrl": "https://example.fluidtopics.com/api/khub/maps/4NRcPmSmTiDs9SXHAVyvzi/resources/XESyw9E388g8JA3QX7R3nT/content"
},
{
"id": "Wuguhyga_t7ZKoLhhbJ19g",
"filename": "fluid-topics-web-service-routes.png",
"mimeType": "image/png",
"contentUrl": "https://example.fluidtopics.com/api/khub/maps/4NRcPmSmTiDs9SXHAVyvzi/resources/F7KSMJKiK3KAK8BHoQnxzH/content"
},
{
"id": "Z4VucXWahcg_9j0QWxrjMQ",
"filename": "computing_khub_id.png",
"mimeType": "image/png",
"contentUrl": "https://example.fluidtopics.com/api/khub/maps/4NRcPmSmTiDs9SXHAVyvzi/resources/Ve8PhSfzuXAVrCztkgw2Wc/content"
}
]
Return code | Description |
---|---|
200 OK |
Returns 0 or more results. |
For a comprehensive list of all possible return codes, see Return codes.