{ "info": { "_postman_id": "1f59b76c-84d9-4a06-af3d-675aed4124ac", "name": "ThingsBoard Admin admin-controller asset-profile-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:01.000Z", "updatedAt": "2026-07-28T03:12:01.000Z", "lastUpdatedBy": "35240", "uid": "35240-1f59b76c-84d9-4a06-af3d-675aed4124ac" }, "item": [ { "name": "api", "item": [ { "name": "assetProfile", "item": [ { "name": "{assetProfileId}", "item": [ { "name": "default", "item": [ { "name": "Make Asset Profile Default (setDefaultAssetProfile)", "id": "1792254b-496e-4fcb-8ab4-4cce2db1c890", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/assetProfile/:assetProfileId/default", "host": [ "{{baseUrl}}" ], "path": [ "api", "assetProfile", ":assetProfileId", "default" ], "variable": [ { "id": "4ed33013-50e0-416d-8988-3557b82ccafd", "key": "assetProfileId", "value": "", "description": "(Required) A string value representing the asset profile id. For example, '784f394c-42b6-435a-983c-b7beff2784f9'" } ] }, "description": "Marks asset profile as default within a tenant scope.\n\nAvailable for users with 'TENANT_ADMIN' authority." }, "response": [ { "id": "506544a2-6c56-43c4-a11d-045ae33fd008", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/assetProfile/:assetProfileId/default", "host": [ "{{baseUrl}}" ], "path": [ "api", "assetProfile", ":assetProfileId", "default" ], "variable": [ { "key": "assetProfileId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": {\n \"entityType\": \"ASSET_PROFILE\",\n \"id\": \"\"\n },\n \"createdTime\": \"\",\n \"tenantId\": {\n \"entityType\": \"TENANT\",\n \"id\": \"\"\n },\n \"name\": \"\",\n \"description\": \"\",\n \"image\": \"\",\n \"defaultRuleChainId\": {\n \"entityType\": \"RULE_CHAIN\",\n \"id\": \"\"\n },\n \"defaultDashboardId\": {\n \"entityType\": \"DASHBOARD\",\n \"id\": \"\"\n },\n \"defaultQueueName\": \"\",\n \"defaultEdgeRuleChainId\": {\n \"entityType\": \"RULE_CHAIN\",\n \"id\": \"\"\n },\n \"version\": \"\",\n \"default\": \"\"\n}", "createdAt": "2026-07-28T03:12:01.000Z", "updatedAt": "2026-07-28T03:12:01.000Z", "uid": "35240-506544a2-6c56-43c4-a11d-045ae33fd008" } ], "createdAt": "2026-07-28T03:12:01.000Z", "updatedAt": "2026-07-28T03:12:01.000Z", "uid": "35240-1792254b-496e-4fcb-8ab4-4cce2db1c890" } ], "id": "3a73c085-9243-454d-8b34-6b4ac502178f", "createdAt": "2026-07-28T03:12:01.000Z", "updatedAt": "2026-07-28T03:12:01.000Z", "uid": "35240-3a73c085-9243-454d-8b34-6b4ac502178f" }, { "name": "Get Asset Profile (getAssetProfileById)", "id": "e9d8358f-4262-4f04-b77c-ae7d9c6c8955", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/assetProfile/:assetProfileId?inlineImages=", "host": [ "{{baseUrl}}" ], "path": [ "api", "assetProfile", ":assetProfileId" ], "query": [ { "description": "Inline images as a data URL (Base64)", "key": "inlineImages", "value": "" } ], "variable": [ { "id": "70d10fc7-6284-4079-aec6-7f163520180d", "key": "assetProfileId", "value": "", "description": "(Required) A string value representing the asset profile id. For example, '784f394c-42b6-435a-983c-b7beff2784f9'" } ] }, "description": "Fetch the Asset Profile object based on the provided Asset Profile Id. The server checks that the asset profile is owned by the same tenant. \n\nAvailable for users with 'TENANT_ADMIN' authority." }, "response": [ { "id": "530a7fb3-765f-49b5-9134-7177a5d400a8", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/assetProfile/:assetProfileId?inlineImages=", "host": [ "{{baseUrl}}" ], "path": [ "api", "assetProfile", ":assetProfileId" ], "query": [ { "description": "Inline images as a data URL (Base64)", "key": "inlineImages", "value": "" } ], "variable": [ { "key": "assetProfileId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": {\n \"entityType\": \"ASSET_PROFILE\",\n \"id\": \"\"\n },\n \"createdTime\": \"\",\n \"tenantId\": {\n \"entityType\": \"TENANT\",\n \"id\": \"\"\n },\n \"name\": \"\",\n \"description\": \"\",\n \"image\": \"\",\n \"defaultRuleChainId\": {\n \"entityType\": \"RULE_CHAIN\",\n \"id\": \"\"\n },\n \"defaultDashboardId\": {\n \"entityType\": \"DASHBOARD\",\n \"id\": \"\"\n },\n \"defaultQueueName\": \"\",\n \"defaultEdgeRuleChainId\": {\n \"entityType\": \"RULE_CHAIN\",\n \"id\": \"\"\n },\n \"version\": \"\",\n \"default\": \"\"\n}", "createdAt": "2026-07-28T03:12:01.000Z", "updatedAt": "2026-07-28T03:12:01.000Z", "uid": "35240-530a7fb3-765f-49b5-9134-7177a5d400a8" } ], "createdAt": "2026-07-28T03:12:01.000Z", "updatedAt": "2026-07-28T03:12:01.000Z", "uid": "35240-e9d8358f-4262-4f04-b77c-ae7d9c6c8955" }, { "name": "Delete Asset Profile (deleteAssetProfile)", "id": "8512ccce-2bdd-499a-9ced-f2d9e095dcc9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/assetProfile/:assetProfileId", "host": [ "{{baseUrl}}" ], "path": [ "api", "assetProfile", ":assetProfileId" ], "variable": [ { "id": "aa5f69fb-94db-4f46-8b1e-8d1fd1d6425d", "key": "assetProfileId", "value": "", "description": "(Required) A string value representing the asset profile id. For example, '784f394c-42b6-435a-983c-b7beff2784f9'" } ] }, "description": "Deletes the asset profile. Referencing non-existing asset profile Id will cause an error. Can't delete the asset profile if it is referenced by existing assets.\n\nAvailable for users with 'TENANT_ADMIN' authority." }, "response": [ { "id": "ed22c4e1-9549-46dd-bf2f-5359960c8e20", "name": "OK", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/assetProfile/:assetProfileId", "host": [ "{{baseUrl}}" ], "path": [ "api", "assetProfile", ":assetProfileId" ], "variable": [ { "key": "assetProfileId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:12:01.000Z", "updatedAt": "2026-07-28T03:12:01.000Z", "uid": "35240-ed22c4e1-9549-46dd-bf2f-5359960c8e20" } ], "createdAt": "2026-07-28T03:12:01.000Z", "updatedAt": "2026-07-28T03:12:01.000Z", "uid": "35240-8512ccce-2bdd-499a-9ced-f2d9e095dcc9" } ], "id": "ce07a64a-6095-4371-8765-8248739b6dd9", "createdAt": "2026-07-28T03:12:01.000Z", "updatedAt": "2026-07-28T03:12:01.000Z", "uid": "35240-ce07a64a-6095-4371-8765-8248739b6dd9" }, { "name": "names", "item": [ { "name": "Get Asset Profile Names (getAssetProfileNames)", "id": "6ff51ca5-2338-4e93-9856-49cc167e38a8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/assetProfile/names?activeOnly=false", "host": [ "{{baseUrl}}" ], "path": [ "api", "assetProfile", "names" ], "query": [ { "description": "Flag indicating whether to retrieve exclusively the names of asset profiles that are referenced by tenant's assets.", "key": "activeOnly", "value": "false" } ] }, "description": "Returns a set of unique asset profile names owned by the tenant.\n\nAvailable for users with 'TENANT_ADMIN' or 'CUSTOMER_USER' authority." }, "response": [ { "id": "b089f581-cbf1-43f9-acfb-d6240271229d", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/assetProfile/names?activeOnly=false", "host": [ "{{baseUrl}}" ], "path": [ "api", "assetProfile", "names" ], "query": [ { "description": "Flag indicating whether to retrieve exclusively the names of asset profiles that are referenced by tenant's assets.", "key": "activeOnly", "value": "false" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"id\": {\n \"entityType\": \"OAUTH2_CLIENT\",\n \"id\": \"\"\n },\n \"name\": \"\"\n },\n {\n \"id\": {\n \"entityType\": \"NOTIFICATION_REQUEST\",\n \"id\": \"\"\n },\n \"name\": \"\"\n }\n]", "createdAt": "2026-07-28T03:12:01.000Z", "updatedAt": "2026-07-28T03:12:01.000Z", "uid": "35240-b089f581-cbf1-43f9-acfb-d6240271229d" } ], "createdAt": "2026-07-28T03:12:01.000Z", "updatedAt": "2026-07-28T03:12:01.000Z", "uid": "35240-6ff51ca5-2338-4e93-9856-49cc167e38a8" } ], "id": "f7a2e9fa-8748-401d-ae24-7d67fd870a04", "createdAt": "2026-07-28T03:12:01.000Z", "updatedAt": "2026-07-28T03:12:01.000Z", "uid": "35240-f7a2e9fa-8748-401d-ae24-7d67fd870a04" }, { "name": "Create or Update Asset Profile (saveAssetProfile)", "id": "eff16506-d452-4973-9793-c7ecf3bbb596", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": {\n \"entityType\": \"ASSET_PROFILE\",\n \"id\": \"\"\n },\n \"createdTime\": \"\",\n \"tenantId\": {\n \"entityType\": \"TENANT\",\n \"id\": \"\"\n },\n \"name\": \"\",\n \"description\": \"\",\n \"image\": \"\",\n \"defaultRuleChainId\": {\n \"entityType\": \"RULE_CHAIN\",\n \"id\": \"\"\n },\n \"defaultDashboardId\": {\n \"entityType\": \"DASHBOARD\",\n \"id\": \"\"\n },\n \"defaultQueueName\": \"\",\n \"defaultEdgeRuleChainId\": {\n \"entityType\": \"RULE_CHAIN\",\n \"id\": \"\"\n },\n \"version\": \"\",\n \"default\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/assetProfile", "host": [ "{{baseUrl}}" ], "path": [ "api", "assetProfile" ] }, "description": "Create or update the Asset Profile. When creating asset profile, platform generates asset profile id as [time-based UUID](https://en.wikipedia.org/wiki/Universally_unique_identifier#Version_1_(date-time_and_MAC_address)). The newly created asset profile id will be present in the response. Specify existing asset profile id to update the asset profile. Referencing non-existing asset profile Id will cause 'Not Found' error. \n\nAsset profile name is unique in the scope of tenant. Only one 'default' asset profile may exist in scope of tenant. Remove 'id', 'tenantId' from the request body example (below) to create new Asset Profile entity. \n\nAvailable for users with 'TENANT_ADMIN' authority." }, "response": [ { "id": "6158350a-64be-4fc5-af24-4b150ab5ab13", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": {\n \"entityType\": \"ASSET_PROFILE\",\n \"id\": \"\"\n },\n \"createdTime\": \"\",\n \"tenantId\": {\n \"entityType\": \"TENANT\",\n \"id\": \"\"\n },\n \"name\": \"\",\n \"description\": \"\",\n \"image\": \"\",\n \"defaultRuleChainId\": {\n \"entityType\": \"RULE_CHAIN\",\n \"id\": \"\"\n },\n \"defaultDashboardId\": {\n \"entityType\": \"DASHBOARD\",\n \"id\": \"\"\n },\n \"defaultQueueName\": \"\",\n \"defaultEdgeRuleChainId\": {\n \"entityType\": \"RULE_CHAIN\",\n \"id\": \"\"\n },\n \"version\": \"\",\n \"default\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/assetProfile", "host": [ "{{baseUrl}}" ], "path": [ "api", "assetProfile" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": {\n \"entityType\": \"ASSET_PROFILE\",\n \"id\": \"\"\n },\n \"createdTime\": \"\",\n \"tenantId\": {\n \"entityType\": \"TENANT\",\n \"id\": \"\"\n },\n \"name\": \"\",\n \"description\": \"\",\n \"image\": \"\",\n \"defaultRuleChainId\": {\n \"entityType\": \"RULE_CHAIN\",\n \"id\": \"\"\n },\n \"defaultDashboardId\": {\n \"entityType\": \"DASHBOARD\",\n \"id\": \"\"\n },\n \"defaultQueueName\": \"\",\n \"defaultEdgeRuleChainId\": {\n \"entityType\": \"RULE_CHAIN\",\n \"id\": \"\"\n },\n \"version\": \"\",\n \"default\": \"\"\n}", "createdAt": "2026-07-28T03:12:01.000Z", "updatedAt": "2026-07-28T03:12:01.000Z", "uid": "35240-6158350a-64be-4fc5-af24-4b150ab5ab13" } ], "createdAt": "2026-07-28T03:12:01.000Z", "updatedAt": "2026-07-28T03:12:01.000Z", "uid": "35240-eff16506-d452-4973-9793-c7ecf3bbb596" } ], "id": "73549c37-ad28-42e5-af6f-ab4ebccb36e2", "createdAt": "2026-07-28T03:12:01.000Z", "updatedAt": "2026-07-28T03:12:01.000Z", "uid": "35240-73549c37-ad28-42e5-af6f-ab4ebccb36e2" }, { "name": "assetProfiles", "item": [ { "name": "Get Asset Profiles (getAssetProfiles)", "id": "25fda5ea-8dd8-4686-b5aa-71c6c44baa40", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/assetProfiles?pageSize=&page=&textSearch=&sortProperty=createdTime&sortOrder=DESC", "host": [ "{{baseUrl}}" ], "path": [ "api", "assetProfiles" ], "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": "The case insensitive 'substring' filter based on the asset profile name.", "key": "textSearch", "value": "" }, { "description": "Property of entity to sort by", "key": "sortProperty", "value": "createdTime" }, { "description": "Sort order. ASC (ASCENDING) or DESC (DESCENDING)", "key": "sortOrder", "value": "DESC" } ] }, "description": "Returns a page of asset profile objects owned by tenant. You can specify parameters to filter the results. The result is wrapped with PageData object that allows you to iterate over result set using pagination. See response schema for more details. \n\nAvailable for users with 'TENANT_ADMIN' authority." }, "response": [ { "id": "699f3946-13b8-4732-a758-09d0cdfe0a9b", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/assetProfiles?pageSize=&page=&textSearch=&sortProperty=createdTime&sortOrder=DESC", "host": [ "{{baseUrl}}" ], "path": [ "api", "assetProfiles" ], "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": "The case insensitive 'substring' filter based on the asset profile name.", "key": "textSearch", "value": "" }, { "description": "Property of entity to sort by", "key": "sortProperty", "value": "createdTime" }, { "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\": \"ASSET_PROFILE\",\n \"id\": \"\"\n },\n \"createdTime\": \"\",\n \"tenantId\": {\n \"entityType\": \"TENANT\",\n \"id\": \"\"\n },\n \"name\": \"\",\n \"description\": \"\",\n \"image\": \"\",\n \"defaultRuleChainId\": {\n \"entityType\": \"RULE_CHAIN\",\n \"id\": \"\"\n },\n \"defaultDashboardId\": {\n \"entityType\": \"DASHBOARD\",\n \"id\": \"\"\n },\n \"defaultQueueName\": \"\",\n \"defaultEdgeRuleChainId\": {\n \"entityType\": \"RULE_CHAIN\",\n \"id\": \"\"\n },\n \"version\": \"\",\n \"default\": \"\"\n },\n {\n \"id\": {\n \"entityType\": \"ASSET_PROFILE\",\n \"id\": \"\"\n },\n \"createdTime\": \"\",\n \"tenantId\": {\n \"entityType\": \"TENANT\",\n \"id\": \"\"\n },\n \"name\": \"\",\n \"description\": \"\",\n \"image\": \"\",\n \"defaultRuleChainId\": {\n \"entityType\": \"RULE_CHAIN\",\n \"id\": \"\"\n },\n \"defaultDashboardId\": {\n \"entityType\": \"DASHBOARD\",\n \"id\": \"\"\n },\n \"defaultQueueName\": \"\",\n \"defaultEdgeRuleChainId\": {\n \"entityType\": \"RULE_CHAIN\",\n \"id\": \"\"\n },\n \"version\": \"\",\n \"default\": \"\"\n }\n ],\n \"totalPages\": \"\",\n \"totalElements\": \"\",\n \"hasNext\": \"\"\n}", "createdAt": "2026-07-28T03:12:01.000Z", "updatedAt": "2026-07-28T03:12:01.000Z", "uid": "35240-699f3946-13b8-4732-a758-09d0cdfe0a9b" } ], "createdAt": "2026-07-28T03:12:01.000Z", "updatedAt": "2026-07-28T03:12:01.000Z", "uid": "35240-25fda5ea-8dd8-4686-b5aa-71c6c44baa40" } ], "id": "3c9ed6a3-0d32-4a25-a566-cac752cc4a54", "createdAt": "2026-07-28T03:12:01.000Z", "updatedAt": "2026-07-28T03:12:01.000Z", "uid": "35240-3c9ed6a3-0d32-4a25-a566-cac752cc4a54" }, { "name": "assetProfileInfos", "item": [ { "name": "Get Asset Profiles by Ids (getAssetProfilesByIds)", "id": "615ec820-0cb6-4677-a6ee-bd590d505656", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/assetProfileInfos?pageSize=&page=&textSearch=&sortProperty=createdTime&sortOrder=DESC&assetProfileIds=&assetProfileIds=", "host": [ "{{baseUrl}}" ], "path": [ "api", "assetProfileInfos" ], "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": "The case insensitive 'substring' filter based on the asset profile name.", "key": "textSearch", "value": "" }, { "description": "Property of entity to sort by", "key": "sortProperty", "value": "createdTime" }, { "description": "Sort order. ASC (ASCENDING) or DESC (DESCENDING)", "key": "sortOrder", "value": "DESC" }, { "description": "(Required) A list of asset profile ids, separated by comma ','", "key": "assetProfileIds", "value": "" }, { "description": "(Required) A list of asset profile ids, separated by comma ','", "key": "assetProfileIds", "value": "" } ] }, "description": "Requested asset profiles must be owned by tenant which is performing the request. \n\n" }, "response": [ { "id": "cc97625d-0adf-4163-8cd9-d46c13c37392", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/assetProfileInfos?pageSize=&page=&textSearch=&sortProperty=createdTime&sortOrder=DESC&assetProfileIds=", "host": [ "{{baseUrl}}" ], "path": [ "api", "assetProfileInfos" ], "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": "The case insensitive 'substring' filter based on the asset profile name.", "key": "textSearch", "value": "" }, { "description": "Property of entity to sort by", "key": "sortProperty", "value": "createdTime" }, { "description": "Sort order. ASC (ASCENDING) or DESC (DESCENDING)", "key": "sortOrder", "value": "DESC" }, { "description": "(Required) A list of asset profile ids, separated by comma ','", "key": "assetProfileIds", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"id\": {\n \"entityType\": \"ASSET\",\n \"id\": \"\"\n },\n \"tenantId\": {\n \"entityType\": \"TENANT\",\n \"id\": \"\"\n },\n \"name\": \"\",\n \"image\": \"\",\n \"defaultDashboardId\": {\n \"entityType\": \"DASHBOARD\",\n \"id\": \"\"\n }\n },\n {\n \"id\": {\n \"entityType\": \"ASSET_PROFILE\",\n \"id\": \"\"\n },\n \"tenantId\": {\n \"entityType\": \"TENANT\",\n \"id\": \"\"\n },\n \"name\": \"\",\n \"image\": \"\",\n \"defaultDashboardId\": {\n \"entityType\": \"DASHBOARD\",\n \"id\": \"\"\n }\n }\n]", "createdAt": "2026-07-28T03:12:01.000Z", "updatedAt": "2026-07-28T03:12:01.000Z", "uid": "35240-cc97625d-0adf-4163-8cd9-d46c13c37392" } ], "createdAt": "2026-07-28T03:12:01.000Z", "updatedAt": "2026-07-28T03:12:01.000Z", "uid": "35240-615ec820-0cb6-4677-a6ee-bd590d505656" } ], "id": "e7a1b24d-456e-467f-b651-22a3bc6295b6", "createdAt": "2026-07-28T03:12:01.000Z", "updatedAt": "2026-07-28T03:12:01.000Z", "uid": "35240-e7a1b24d-456e-467f-b651-22a3bc6295b6" }, { "name": "assetProfileInfo", "item": [ { "name": "{assetProfileId}", "item": [ { "name": "Get Asset Profile Info (getAssetProfileInfoById)", "id": "fbbd982b-da34-4d62-85a5-cd795397d3c8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/assetProfileInfo/:assetProfileId", "host": [ "{{baseUrl}}" ], "path": [ "api", "assetProfileInfo", ":assetProfileId" ], "variable": [ { "id": "92cf5037-1ad4-4670-a2c3-64e3bc6bc4d2", "key": "assetProfileId", "value": "", "description": "(Required) A string value representing the asset profile id. For example, '784f394c-42b6-435a-983c-b7beff2784f9'" } ] }, "description": "Fetch the Asset Profile Info object based on the provided Asset Profile Id. Asset Profile Info is a lightweight object that includes main information about Asset Profile. \n\nAvailable for users with 'TENANT_ADMIN' or 'CUSTOMER_USER' authority." }, "response": [ { "id": "55304caa-7715-4d33-8bbd-085543c4a025", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/assetProfileInfo/:assetProfileId", "host": [ "{{baseUrl}}" ], "path": [ "api", "assetProfileInfo", ":assetProfileId" ], "variable": [ { "key": "assetProfileId" } ] } }, "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 \"tenantId\": {\n \"entityType\": \"TENANT\",\n \"id\": \"\"\n },\n \"name\": \"\",\n \"image\": \"\",\n \"defaultDashboardId\": {\n \"entityType\": \"DASHBOARD\",\n \"id\": \"\"\n }\n}", "createdAt": "2026-07-28T03:12:01.000Z", "updatedAt": "2026-07-28T03:12:01.000Z", "uid": "35240-55304caa-7715-4d33-8bbd-085543c4a025" } ], "createdAt": "2026-07-28T03:12:01.000Z", "updatedAt": "2026-07-28T03:12:01.000Z", "uid": "35240-fbbd982b-da34-4d62-85a5-cd795397d3c8" } ], "id": "186e99b8-cd5e-4d91-9a57-735b0021b2d2", "createdAt": "2026-07-28T03:12:01.000Z", "updatedAt": "2026-07-28T03:12:01.000Z", "uid": "35240-186e99b8-cd5e-4d91-9a57-735b0021b2d2" }, { "name": "default", "item": [ { "name": "Get Default Asset Profile (getDefaultAssetProfileInfo)", "id": "0804ea39-2e6e-4093-a0a0-6b85421584de", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/assetProfileInfo/default", "host": [ "{{baseUrl}}" ], "path": [ "api", "assetProfileInfo", "default" ] }, "description": "Fetch the Default Asset Profile Info object. Asset Profile Info is a lightweight object that includes main information about Asset Profile. \n\nAvailable for users with 'TENANT_ADMIN' or 'CUSTOMER_USER' authority." }, "response": [ { "id": "19fe9864-405f-417c-b0e8-8f06501b5e00", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/assetProfileInfo/default", "host": [ "{{baseUrl}}" ], "path": [ "api", "assetProfileInfo", "default" ] } }, "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 \"tenantId\": {\n \"entityType\": \"TENANT\",\n \"id\": \"\"\n },\n \"name\": \"\",\n \"image\": \"\",\n \"defaultDashboardId\": {\n \"entityType\": \"DASHBOARD\",\n \"id\": \"\"\n }\n}", "createdAt": "2026-07-28T03:12:01.000Z", "updatedAt": "2026-07-28T03:12:01.000Z", "uid": "35240-19fe9864-405f-417c-b0e8-8f06501b5e00" } ], "createdAt": "2026-07-28T03:12:01.000Z", "updatedAt": "2026-07-28T03:12:01.000Z", "uid": "35240-0804ea39-2e6e-4093-a0a0-6b85421584de" } ], "id": "ec408cec-9ea2-490f-a4de-f661a4794bff", "createdAt": "2026-07-28T03:12:01.000Z", "updatedAt": "2026-07-28T03:12:01.000Z", "uid": "35240-ec408cec-9ea2-490f-a4de-f661a4794bff" } ], "id": "90dab8f8-31d6-4784-b928-5aa0504f1ff2", "createdAt": "2026-07-28T03:12:01.000Z", "updatedAt": "2026-07-28T03:12:01.000Z", "uid": "35240-90dab8f8-31d6-4784-b928-5aa0504f1ff2" } ], "id": "1dc5aa88-d16b-445e-835d-1cb124a889aa", "createdAt": "2026-07-28T03:12:01.000Z", "updatedAt": "2026-07-28T03:12:01.000Z", "uid": "35240-1dc5aa88-d16b-445e-835d-1cb124a889aa" } ], "variable": [ { "key": "baseUrl", "value": "https://demo.thingsboard.io" } ] }