{ "info": { "_postman_id": "976c6fe5-7486-401a-81e7-dcf17d3f7b28", "name": "ThingsBoard Admin admin-controller image-controller API", "description": "ThingsBoard Admin API \u2014 subset of the ThingsBoard REST API (open-source IoT platform). Covers: Admin, Audit Log, Event, Usage Info, Queue, Queue Stats, Mail Config Template, Qr Code Settings, Job.\n\nContact Support:\n Name: ThingsBoard team\n Email: info@thingsboard.io", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:12:43.000Z", "updatedAt": "2026-07-28T03:12:43.000Z", "lastUpdatedBy": "35240", "uid": "35240-976c6fe5-7486-401a-81e7-dcf17d3f7b28" }, "item": [ { "name": "api", "item": [ { "name": "images", "item": [ { "name": "{type}", "item": [ { "name": "{key}", "item": [ { "name": "public", "item": [ { "name": "{isPublic}", "item": [ { "name": "update Image Public Status", "id": "1b7fee98-efad-44bf-a3d7-b50e6fbc3a24", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/images/:type/:key/public/:isPublic", "host": [ "{{baseUrl}}" ], "path": [ "api", "images", ":type", ":key", "public", ":isPublic" ], "variable": [ { "id": "d0a9b38e-46b5-4d65-b9ce-5631d0832ac1", "key": "type", "value": "system", "description": "(Required) Type of the image: tenant or system" }, { "id": "8cd04667-c4e6-410b-9202-530e6880a625", "key": "key", "value": "", "description": "(Required) Image resource key, for example thermostats_dashboard_background.jpeg" }, { "id": "71aa897e-3cc5-4bff-923e-10536a03ce05", "key": "isPublic", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "f63db4e0-4783-44b4-bc94-c2ae0a2a3a36", "name": "OK", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/images/:type/:key/public/:isPublic", "host": [ "{{baseUrl}}" ], "path": [ "api", "images", ":type", ":key", "public", ":isPublic" ], "variable": [ { "key": "type" }, { "key": "key" }, { "key": "isPublic" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": {\n \"entityType\": \"TB_RESOURCE\",\n \"id\": \"\"\n },\n \"createdTime\": \"\",\n \"tenantId\": {\n \"entityType\": \"TENANT\",\n \"id\": \"\"\n },\n \"title\": \"\",\n \"resourceType\": \"IMAGE\",\n \"resourceSubType\": \"MODULE\",\n \"resourceKey\": \"\",\n \"publicResourceKey\": \"\",\n \"etag\": \"\",\n \"fileName\": \"\",\n \"descriptor\": {\n \"description\": \"A value representing the any type (object or primitive)\",\n \"examples\": [\n {}\n ]\n },\n \"name\": \"\",\n \"public\": \"\",\n \"link\": \"\",\n \"publicLink\": \"\"\n}", "createdAt": "2026-07-28T03:12:44.000Z", "updatedAt": "2026-07-28T03:12:44.000Z", "uid": "35240-f63db4e0-4783-44b4-bc94-c2ae0a2a3a36" } ], "createdAt": "2026-07-28T03:12:44.000Z", "updatedAt": "2026-07-28T03:12:44.000Z", "uid": "35240-1b7fee98-efad-44bf-a3d7-b50e6fbc3a24" } ], "id": "8e607211-590e-4698-8785-630825d4a74a", "createdAt": "2026-07-28T03:12:44.000Z", "updatedAt": "2026-07-28T03:12:44.000Z", "uid": "35240-8e607211-590e-4698-8785-630825d4a74a" } ], "id": "c2f13b06-3927-40c2-87d5-72a2daf17961", "createdAt": "2026-07-28T03:12:44.000Z", "updatedAt": "2026-07-28T03:12:44.000Z", "uid": "35240-c2f13b06-3927-40c2-87d5-72a2daf17961" }, { "name": "info", "item": [ { "name": "get Image Info", "id": "d2085368-d37d-4c6b-8197-825235ab961c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/images/:type/:key/info", "host": [ "{{baseUrl}}" ], "path": [ "api", "images", ":type", ":key", "info" ], "variable": [ { "id": "a4c0594e-122e-438a-9722-4544dad11eb3", "key": "type", "value": "system", "description": "(Required) Type of the image: tenant or system" }, { "id": "4bc4812f-f8b9-4be9-b029-109d35af9df9", "key": "key", "value": "", "description": "(Required) Image resource key, for example thermostats_dashboard_background.jpeg" } ] } }, "response": [ { "id": "7a8943f2-ca32-4bdc-bf56-84ea931d7d1e", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/images/:type/:key/info", "host": [ "{{baseUrl}}" ], "path": [ "api", "images", ":type", ":key", "info" ], "variable": [ { "key": "type" }, { "key": "key" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": {\n \"entityType\": \"TB_RESOURCE\",\n \"id\": \"\"\n },\n \"createdTime\": \"\",\n \"tenantId\": {\n \"entityType\": \"TENANT\",\n \"id\": \"\"\n },\n \"title\": \"\",\n \"resourceType\": \"IMAGE\",\n \"resourceSubType\": \"MODULE\",\n \"resourceKey\": \"\",\n \"publicResourceKey\": \"\",\n \"etag\": \"\",\n \"fileName\": \"\",\n \"descriptor\": {\n \"description\": \"A value representing the any type (object or primitive)\",\n \"examples\": [\n {}\n ]\n },\n \"name\": \"\",\n \"public\": \"\",\n \"link\": \"\",\n \"publicLink\": \"\"\n}", "createdAt": "2026-07-28T03:12:44.000Z", "updatedAt": "2026-07-28T03:12:44.000Z", "uid": "35240-7a8943f2-ca32-4bdc-bf56-84ea931d7d1e" } ], "createdAt": "2026-07-28T03:12:44.000Z", "updatedAt": "2026-07-28T03:12:44.000Z", "uid": "35240-d2085368-d37d-4c6b-8197-825235ab961c" }, { "name": "update Image Info", "id": "bd5760a3-3282-4279-9108-409e157ba3d4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": {\n \"entityType\": \"TB_RESOURCE\",\n \"id\": \"\"\n },\n \"createdTime\": \"\",\n \"tenantId\": {\n \"entityType\": \"TENANT\",\n \"id\": \"\"\n },\n \"title\": \"\",\n \"resourceType\": \"IMAGE\",\n \"resourceSubType\": \"MODULE\",\n \"resourceKey\": \"\",\n \"publicResourceKey\": \"\",\n \"etag\": \"\",\n \"fileName\": \"\",\n \"descriptor\": {\n \"description\": \"A value representing the any type (object or primitive)\",\n \"examples\": [\n {}\n ]\n },\n \"name\": \"\",\n \"public\": \"\",\n \"link\": \"\",\n \"publicLink\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/images/:type/:key/info", "host": [ "{{baseUrl}}" ], "path": [ "api", "images", ":type", ":key", "info" ], "variable": [ { "id": "18b77658-494f-4a71-b99b-3940e9555857", "key": "type", "value": "system", "description": "(Required) Type of the image: tenant or system" }, { "id": "d3d71edc-ab43-487d-8de2-4360268dc955", "key": "key", "value": "", "description": "(Required) Image resource key, for example thermostats_dashboard_background.jpeg" } ] } }, "response": [ { "id": "5e053633-dbb6-47dd-b154-77bebda603ea", "name": "OK", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": {\n \"entityType\": \"TB_RESOURCE\",\n \"id\": \"\"\n },\n \"createdTime\": \"\",\n \"tenantId\": {\n \"entityType\": \"TENANT\",\n \"id\": \"\"\n },\n \"title\": \"\",\n \"resourceType\": \"IMAGE\",\n \"resourceSubType\": \"MODULE\",\n \"resourceKey\": \"\",\n \"publicResourceKey\": \"\",\n \"etag\": \"\",\n \"fileName\": \"\",\n \"descriptor\": {\n \"description\": \"A value representing the any type (object or primitive)\",\n \"examples\": [\n {}\n ]\n },\n \"name\": \"\",\n \"public\": \"\",\n \"link\": \"\",\n \"publicLink\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/images/:type/:key/info", "host": [ "{{baseUrl}}" ], "path": [ "api", "images", ":type", ":key", "info" ], "variable": [ { "key": "type" }, { "key": "key" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": {\n \"entityType\": \"TB_RESOURCE\",\n \"id\": \"\"\n },\n \"createdTime\": \"\",\n \"tenantId\": {\n \"entityType\": \"TENANT\",\n \"id\": \"\"\n },\n \"title\": \"\",\n \"resourceType\": \"IMAGE\",\n \"resourceSubType\": \"MODULE\",\n \"resourceKey\": \"\",\n \"publicResourceKey\": \"\",\n \"etag\": \"\",\n \"fileName\": \"\",\n \"descriptor\": {\n \"description\": \"A value representing the any type (object or primitive)\",\n \"examples\": [\n {}\n ]\n },\n \"name\": \"\",\n \"public\": \"\",\n \"link\": \"\",\n \"publicLink\": \"\"\n}", "createdAt": "2026-07-28T03:12:44.000Z", "updatedAt": "2026-07-28T03:12:44.000Z", "uid": "35240-5e053633-dbb6-47dd-b154-77bebda603ea" } ], "createdAt": "2026-07-28T03:12:44.000Z", "updatedAt": "2026-07-28T03:12:44.000Z", "uid": "35240-bd5760a3-3282-4279-9108-409e157ba3d4" } ], "id": "7038e63a-337e-41d3-a683-a3cfa6d0c007", "createdAt": "2026-07-28T03:12:44.000Z", "updatedAt": "2026-07-28T03:12:44.000Z", "uid": "35240-7038e63a-337e-41d3-a683-a3cfa6d0c007" }, { "name": "preview", "item": [ { "name": "download Image Preview", "id": "385cd32f-1fcb-4d1c-bbd8-b14089e13e32", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "" }, { "key": "Accept-Encoding", "value": "" }, { "key": "Accept", "value": "image/png" } ], "url": { "raw": "{{baseUrl}}/api/images/:type/:key/preview", "host": [ "{{baseUrl}}" ], "path": [ "api", "images", ":type", ":key", "preview" ], "variable": [ { "id": "0410b2a0-579b-4c72-91b7-5d9dbb291e48", "key": "type", "value": "system", "description": "(Required) Type of the image: tenant or system" }, { "id": "aec5eb28-4aed-493a-aa57-4134e24a3eb3", "key": "key", "value": "", "description": "(Required) Image resource key, for example thermostats_dashboard_background.jpeg" } ] } }, "response": [ { "id": "a2034afc-356b-4862-84dd-70119551c79b", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "" }, { "key": "Accept-Encoding", "value": "" }, { "key": "Accept", "value": "image/png" } ], "url": { "raw": "{{baseUrl}}/api/images/:type/:key/preview", "host": [ "{{baseUrl}}" ], "path": [ "api", "images", ":type", ":key", "preview" ], "variable": [ { "key": "type" }, { "key": "key" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "image/png" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:12:44.000Z", "updatedAt": "2026-07-28T03:12:44.000Z", "uid": "35240-a2034afc-356b-4862-84dd-70119551c79b" } ], "createdAt": "2026-07-28T03:12:44.000Z", "updatedAt": "2026-07-28T03:12:44.000Z", "uid": "35240-385cd32f-1fcb-4d1c-bbd8-b14089e13e32" } ], "id": "11fd3351-f43b-4538-8896-1aadfa24ae8f", "createdAt": "2026-07-28T03:12:44.000Z", "updatedAt": "2026-07-28T03:12:44.000Z", "uid": "35240-11fd3351-f43b-4538-8896-1aadfa24ae8f" }, { "name": "export", "item": [ { "name": "export Image", "id": "352dfd74-8858-4743-97ef-5a401321013b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/images/:type/:key/export", "host": [ "{{baseUrl}}" ], "path": [ "api", "images", ":type", ":key", "export" ], "variable": [ { "id": "a1a667a2-589e-4800-857d-f3bf5c27b0d6", "key": "type", "value": "system", "description": "(Required) Type of the image: tenant or system" }, { "id": "4c6024af-a1dc-473e-8598-404c4e08cf66", "key": "key", "value": "", "description": "(Required) Image resource key, for example thermostats_dashboard_background.jpeg" } ] } }, "response": [ { "id": "c49cab5e-23e2-4414-8b61-c7c4576ed4c1", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/images/:type/:key/export", "host": [ "{{baseUrl}}" ], "path": [ "api", "images", ":type", ":key", "export" ], "variable": [ { "key": "type" }, { "key": "key" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"link\": \"\",\n \"title\": \"\",\n \"type\": \"DASHBOARD\",\n \"subType\": \"MODULE\",\n \"resourceKey\": \"\",\n \"fileName\": \"\",\n \"publicResourceKey\": \"\",\n \"isPublic\": \"\",\n \"mediaType\": \"\",\n \"data\": \"\",\n \"public\": \"\"\n}", "createdAt": "2026-07-28T03:12:44.000Z", "updatedAt": "2026-07-28T03:12:44.000Z", "uid": "35240-c49cab5e-23e2-4414-8b61-c7c4576ed4c1" } ], "createdAt": "2026-07-28T03:12:44.000Z", "updatedAt": "2026-07-28T03:12:44.000Z", "uid": "35240-352dfd74-8858-4743-97ef-5a401321013b" } ], "id": "69acebfa-4d95-47a5-bd00-0eec4a2b0b98", "createdAt": "2026-07-28T03:12:44.000Z", "updatedAt": "2026-07-28T03:12:44.000Z", "uid": "35240-69acebfa-4d95-47a5-bd00-0eec4a2b0b98" }, { "name": "download Image", "id": "40b213f1-759b-4867-94ae-4f45250cca09", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "" }, { "key": "Accept-Encoding", "value": "" }, { "key": "Accept", "value": "image/*" } ], "url": { "raw": "{{baseUrl}}/api/images/:type/:key", "host": [ "{{baseUrl}}" ], "path": [ "api", "images", ":type", ":key" ], "variable": [ { "id": "803d5697-3b04-4cbc-be77-62fcced0137f", "key": "type", "value": "system", "description": "(Required) Type of the image: tenant or system" }, { "id": "06168337-0c83-42c7-9bd9-7c0827abff4a", "key": "key", "value": "", "description": "(Required) Image resource key, for example thermostats_dashboard_background.jpeg" } ] } }, "response": [ { "id": "7e465257-892d-457f-a664-7939df8500d4", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "" }, { "key": "Accept-Encoding", "value": "" }, { "key": "Accept", "value": "image/*" } ], "url": { "raw": "{{baseUrl}}/api/images/:type/:key", "host": [ "{{baseUrl}}" ], "path": [ "api", "images", ":type", ":key" ], "variable": [ { "key": "type" }, { "key": "key" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "image/*" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:12:44.000Z", "updatedAt": "2026-07-28T03:12:44.000Z", "uid": "35240-7e465257-892d-457f-a664-7939df8500d4" } ], "createdAt": "2026-07-28T03:12:44.000Z", "updatedAt": "2026-07-28T03:12:44.000Z", "uid": "35240-40b213f1-759b-4867-94ae-4f45250cca09" }, { "name": "update Image", "id": "4c8bfe37-de06-4563-b278-3274f7d0a5d1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) ", "key": "file", "type": "file", "value": null } ] }, "url": { "raw": "{{baseUrl}}/api/images/:type/:key", "host": [ "{{baseUrl}}" ], "path": [ "api", "images", ":type", ":key" ], "variable": [ { "id": "92837f79-e62f-4ffd-a542-06eb5cb8c83e", "key": "type", "value": "system", "description": "(Required) Type of the image: tenant or system" }, { "id": "2b8f74af-83ee-45c8-9664-917a63fc165a", "key": "key", "value": "", "description": "(Required) Image resource key, for example thermostats_dashboard_background.jpeg" } ] } }, "response": [ { "id": "9399d171-89d8-42cb-8210-83a87a032cc5", "name": "OK", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) ", "key": "file", "type": "file" } ] }, "url": { "raw": "{{baseUrl}}/api/images/:type/:key", "host": [ "{{baseUrl}}" ], "path": [ "api", "images", ":type", ":key" ], "variable": [ { "key": "type" }, { "key": "key" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": {\n \"entityType\": \"TB_RESOURCE\",\n \"id\": \"\"\n },\n \"createdTime\": \"\",\n \"tenantId\": {\n \"entityType\": \"TENANT\",\n \"id\": \"\"\n },\n \"title\": \"\",\n \"resourceType\": \"IMAGE\",\n \"resourceSubType\": \"MODULE\",\n \"resourceKey\": \"\",\n \"publicResourceKey\": \"\",\n \"etag\": \"\",\n \"fileName\": \"\",\n \"descriptor\": {\n \"description\": \"A value representing the any type (object or primitive)\",\n \"examples\": [\n {}\n ]\n },\n \"name\": \"\",\n \"public\": \"\",\n \"link\": \"\",\n \"publicLink\": \"\"\n}", "createdAt": "2026-07-28T03:12:44.000Z", "updatedAt": "2026-07-28T03:12:44.000Z", "uid": "35240-9399d171-89d8-42cb-8210-83a87a032cc5" } ], "createdAt": "2026-07-28T03:12:44.000Z", "updatedAt": "2026-07-28T03:12:44.000Z", "uid": "35240-4c8bfe37-de06-4563-b278-3274f7d0a5d1" }, { "name": "delete Image", "id": "b85af858-1270-41c2-a6d4-9d9a7ab5514a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/images/:type/:key?force=", "host": [ "{{baseUrl}}" ], "path": [ "api", "images", ":type", ":key" ], "query": [ { "key": "force", "value": "" } ], "variable": [ { "id": "c850d7d6-25b5-4327-a0e7-8ed2c39dba26", "key": "type", "value": "system", "description": "(Required) Type of the image: tenant or system" }, { "id": "b097456e-55e1-40d3-8e43-9331b4eded2c", "key": "key", "value": "", "description": "(Required) Image resource key, for example thermostats_dashboard_background.jpeg" } ] } }, "response": [ { "id": "e913268e-84c5-4526-aa32-df1f645ff430", "name": "OK", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/images/:type/:key?force=", "host": [ "{{baseUrl}}" ], "path": [ "api", "images", ":type", ":key" ], "query": [ { "key": "force", "value": "" } ], "variable": [ { "key": "type" }, { "key": "key" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"references\": {\n \"proident_133\": [\n {\n \"id\": {}\n },\n {\n \"id\": {}\n }\n ],\n \"sunt_fc\": [\n {\n \"id\": {}\n },\n {\n \"id\": {}\n }\n ]\n }\n}", "createdAt": "2026-07-28T03:12:44.000Z", "updatedAt": "2026-07-28T03:12:44.000Z", "uid": "35240-e913268e-84c5-4526-aa32-df1f645ff430" } ], "createdAt": "2026-07-28T03:12:44.000Z", "updatedAt": "2026-07-28T03:12:44.000Z", "uid": "35240-b85af858-1270-41c2-a6d4-9d9a7ab5514a" } ], "id": "f917db18-9d15-4ef8-b615-d1cd6e9c4d93", "createdAt": "2026-07-28T03:12:44.000Z", "updatedAt": "2026-07-28T03:12:44.000Z", "uid": "35240-f917db18-9d15-4ef8-b615-d1cd6e9c4d93" } ], "id": "37ca68f4-0754-4c29-a528-72a1d434a297", "createdAt": "2026-07-28T03:12:44.000Z", "updatedAt": "2026-07-28T03:12:44.000Z", "uid": "35240-37ca68f4-0754-4c29-a528-72a1d434a297" }, { "name": "public", "item": [ { "name": "{publicResourceKey}", "item": [ { "name": "download Public Image", "id": "bee7101b-3413-49d4-9906-daf3325e048c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "" }, { "key": "Accept-Encoding", "value": "" }, { "key": "Accept", "value": "image/*" } ], "url": { "raw": "{{baseUrl}}/api/images/public/:publicResourceKey", "host": [ "{{baseUrl}}" ], "path": [ "api", "images", "public", ":publicResourceKey" ], "variable": [ { "id": "ac2646e4-c080-47ff-9ccd-d87f1ff32704", "key": "publicResourceKey", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "46c0d50e-fc47-4c37-bfcc-05f26e8a2265", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "" }, { "key": "Accept-Encoding", "value": "" }, { "key": "Accept", "value": "image/*" } ], "url": { "raw": "{{baseUrl}}/api/images/public/:publicResourceKey", "host": [ "{{baseUrl}}" ], "path": [ "api", "images", "public", ":publicResourceKey" ], "variable": [ { "key": "publicResourceKey" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "image/*" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:12:44.000Z", "updatedAt": "2026-07-28T03:12:44.000Z", "uid": "35240-46c0d50e-fc47-4c37-bfcc-05f26e8a2265" } ], "createdAt": "2026-07-28T03:12:44.000Z", "updatedAt": "2026-07-28T03:12:44.000Z", "uid": "35240-bee7101b-3413-49d4-9906-daf3325e048c" } ], "id": "08b0c485-0253-4043-8d3b-9c098fed5cce", "createdAt": "2026-07-28T03:12:44.000Z", "updatedAt": "2026-07-28T03:12:44.000Z", "uid": "35240-08b0c485-0253-4043-8d3b-9c098fed5cce" } ], "id": "1e4b12ee-c6b2-4e83-bb3f-cbbcd65a1bb3", "createdAt": "2026-07-28T03:12:44.000Z", "updatedAt": "2026-07-28T03:12:44.000Z", "uid": "35240-1e4b12ee-c6b2-4e83-bb3f-cbbcd65a1bb3" }, { "name": "get Images", "id": "5e127a35-7510-4250-ad07-edcb3120e1d3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/images?pageSize=&page=&imageSubType=SCADA_SYMBOL&includeSystemImages=&textSearch=&sortProperty=title&sortOrder=DESC", "host": [ "{{baseUrl}}" ], "path": [ "api", "images" ], "query": [ { "description": "(Required) Maximum amount of entities in a one page", "key": "pageSize", "value": "" }, { "description": "(Required) Sequence number of page starting from 0", "key": "page", "value": "" }, { "description": "A string value representing resource sub-type.", "key": "imageSubType", "value": "SCADA_SYMBOL" }, { "description": "Use 'true' to include system images. Disabled by default. Ignored for requests by users with system administrator authority.", "key": "includeSystemImages", "value": "" }, { "description": "The case insensitive 'substring' filter based on the resource title.", "key": "textSearch", "value": "" }, { "description": "Property of entity to sort by", "key": "sortProperty", "value": "title" }, { "description": "Sort order. ASC (ASCENDING) or DESC (DESCENDING)", "key": "sortOrder", "value": "DESC" } ] } }, "response": [ { "id": "2c132ba6-5c12-43a7-8a65-2a07849cf534", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/images?pageSize=&page=&imageSubType=SCADA_SYMBOL&includeSystemImages=&textSearch=&sortProperty=title&sortOrder=DESC", "host": [ "{{baseUrl}}" ], "path": [ "api", "images" ], "query": [ { "description": "(Required) Maximum amount of entities in a one page", "key": "pageSize", "value": "" }, { "description": "(Required) Sequence number of page starting from 0", "key": "page", "value": "" }, { "description": "A string value representing resource sub-type.", "key": "imageSubType", "value": "SCADA_SYMBOL" }, { "description": "Use 'true' to include system images. Disabled by default. Ignored for requests by users with system administrator authority.", "key": "includeSystemImages", "value": "" }, { "description": "The case insensitive 'substring' filter based on the resource title.", "key": "textSearch", "value": "" }, { "description": "Property of entity to sort by", "key": "sortProperty", "value": "title" }, { "description": "Sort order. ASC (ASCENDING) or DESC (DESCENDING)", "key": "sortOrder", "value": "DESC" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"id\": {\n \"entityType\": \"TB_RESOURCE\",\n \"id\": \"\"\n },\n \"createdTime\": \"\",\n \"tenantId\": {\n \"entityType\": \"TENANT\",\n \"id\": \"\"\n },\n \"title\": \"\",\n \"resourceType\": \"JKS\",\n \"resourceSubType\": \"SCADA_SYMBOL\",\n \"resourceKey\": \"\",\n \"publicResourceKey\": \"\",\n \"etag\": \"\",\n \"fileName\": \"\",\n \"descriptor\": {\n \"description\": \"A value representing the any type (object or primitive)\",\n \"examples\": [\n {}\n ]\n },\n \"name\": \"\",\n \"public\": \"\",\n \"link\": \"\",\n \"publicLink\": \"\"\n },\n {\n \"id\": {\n \"entityType\": \"TB_RESOURCE\",\n \"id\": \"\"\n },\n \"createdTime\": \"\",\n \"tenantId\": {\n \"entityType\": \"TENANT\",\n \"id\": \"\"\n },\n \"title\": \"\",\n \"resourceType\": \"GENERAL\",\n \"resourceSubType\": \"IMAGE\",\n \"resourceKey\": \"\",\n \"publicResourceKey\": \"\",\n \"etag\": \"\",\n \"fileName\": \"\",\n \"descriptor\": {\n \"description\": \"A value representing the any type (object or primitive)\",\n \"examples\": [\n {}\n ]\n },\n \"name\": \"\",\n \"public\": \"\",\n \"link\": \"\",\n \"publicLink\": \"\"\n }\n ],\n \"totalPages\": \"\",\n \"totalElements\": \"\",\n \"hasNext\": \"\"\n}", "createdAt": "2026-07-28T03:12:44.000Z", "updatedAt": "2026-07-28T03:12:44.000Z", "uid": "35240-2c132ba6-5c12-43a7-8a65-2a07849cf534" } ], "createdAt": "2026-07-28T03:12:44.000Z", "updatedAt": "2026-07-28T03:12:44.000Z", "uid": "35240-5e127a35-7510-4250-ad07-edcb3120e1d3" } ], "id": "0f24c92d-2900-4c9e-af62-01b914f6c7f6", "createdAt": "2026-07-28T03:12:44.000Z", "updatedAt": "2026-07-28T03:12:44.000Z", "uid": "35240-0f24c92d-2900-4c9e-af62-01b914f6c7f6" }, { "name": "image", "item": [ { "name": "import", "item": [ { "name": "import Image", "id": "cb770c07-9a22-4015-af46-b61b10a2bece", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"link\": \"\",\n \"title\": \"\",\n \"type\": \"DASHBOARD\",\n \"subType\": \"MODULE\",\n \"resourceKey\": \"\",\n \"fileName\": \"\",\n \"publicResourceKey\": \"\",\n \"isPublic\": \"\",\n \"mediaType\": \"\",\n \"data\": \"\",\n \"public\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/image/import", "host": [ "{{baseUrl}}" ], "path": [ "api", "image", "import" ] } }, "response": [ { "id": "6b1895fc-8ab6-4337-b037-f5577be19430", "name": "OK", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"link\": \"\",\n \"title\": \"\",\n \"type\": \"DASHBOARD\",\n \"subType\": \"MODULE\",\n \"resourceKey\": \"\",\n \"fileName\": \"\",\n \"publicResourceKey\": \"\",\n \"isPublic\": \"\",\n \"mediaType\": \"\",\n \"data\": \"\",\n \"public\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/image/import", "host": [ "{{baseUrl}}" ], "path": [ "api", "image", "import" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": {\n \"entityType\": \"TB_RESOURCE\",\n \"id\": \"\"\n },\n \"createdTime\": \"\",\n \"tenantId\": {\n \"entityType\": \"TENANT\",\n \"id\": \"\"\n },\n \"title\": \"\",\n \"resourceType\": \"IMAGE\",\n \"resourceSubType\": \"MODULE\",\n \"resourceKey\": \"\",\n \"publicResourceKey\": \"\",\n \"etag\": \"\",\n \"fileName\": \"\",\n \"descriptor\": {\n \"description\": \"A value representing the any type (object or primitive)\",\n \"examples\": [\n {}\n ]\n },\n \"name\": \"\",\n \"public\": \"\",\n \"link\": \"\",\n \"publicLink\": \"\"\n}", "createdAt": "2026-07-28T03:12:44.000Z", "updatedAt": "2026-07-28T03:12:44.000Z", "uid": "35240-6b1895fc-8ab6-4337-b037-f5577be19430" } ], "createdAt": "2026-07-28T03:12:44.000Z", "updatedAt": "2026-07-28T03:12:44.000Z", "uid": "35240-cb770c07-9a22-4015-af46-b61b10a2bece" } ], "id": "abbdbaad-9f01-4480-a051-ea4ab4a1a5f6", "createdAt": "2026-07-28T03:12:44.000Z", "updatedAt": "2026-07-28T03:12:44.000Z", "uid": "35240-abbdbaad-9f01-4480-a051-ea4ab4a1a5f6" }, { "name": "upload Image", "id": "a3d307ac-76a7-418d-b315-f64c0b5fc1ce", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) ", "key": "file", "type": "file", "value": null }, { "key": "title", "value": "", "type": "text" }, { "key": "imageSubType", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/api/image", "host": [ "{{baseUrl}}" ], "path": [ "api", "image" ] } }, "response": [ { "id": "72a56043-daa6-4190-85dc-4c4f6ffb7965", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) ", "key": "file", "type": "file" }, { "key": "title", "value": "", "type": "text" }, { "key": "imageSubType", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/api/image", "host": [ "{{baseUrl}}" ], "path": [ "api", "image" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": {\n \"entityType\": \"TB_RESOURCE\",\n \"id\": \"\"\n },\n \"createdTime\": \"\",\n \"tenantId\": {\n \"entityType\": \"TENANT\",\n \"id\": \"\"\n },\n \"title\": \"\",\n \"resourceType\": \"IMAGE\",\n \"resourceSubType\": \"MODULE\",\n \"resourceKey\": \"\",\n \"publicResourceKey\": \"\",\n \"etag\": \"\",\n \"fileName\": \"\",\n \"descriptor\": {\n \"description\": \"A value representing the any type (object or primitive)\",\n \"examples\": [\n {}\n ]\n },\n \"name\": \"\",\n \"public\": \"\",\n \"link\": \"\",\n \"publicLink\": \"\"\n}", "createdAt": "2026-07-28T03:12:44.000Z", "updatedAt": "2026-07-28T03:12:44.000Z", "uid": "35240-72a56043-daa6-4190-85dc-4c4f6ffb7965" } ], "createdAt": "2026-07-28T03:12:44.000Z", "updatedAt": "2026-07-28T03:12:44.000Z", "uid": "35240-a3d307ac-76a7-418d-b315-f64c0b5fc1ce" } ], "id": "60449582-2d8a-4a17-9971-4a380f37aef8", "createdAt": "2026-07-28T03:12:44.000Z", "updatedAt": "2026-07-28T03:12:44.000Z", "uid": "35240-60449582-2d8a-4a17-9971-4a380f37aef8" } ], "id": "2b25ee4a-4d23-469e-91e1-aeea7d9a20a2", "createdAt": "2026-07-28T03:12:44.000Z", "updatedAt": "2026-07-28T03:12:44.000Z", "uid": "35240-2b25ee4a-4d23-469e-91e1-aeea7d9a20a2" } ], "variable": [ { "key": "baseUrl", "value": "https://demo.thingsboard.io" } ] }