latestOpenAPI 3.1.0Apache License Version 2.02026-08-17498525913.3 KB

40169ccdec5c

asset-profile-controller

Get Asset Profile names (getAssetProfileNames)

Returns a set of unique asset profile names owned by the tenant.

Available for users with 'TENANT_ADMIN' or 'CUSTOMER_USER' authority.

get/api/assetProfile/names

Query parameters

activeOnlyboolean

Flag indicating whether to retrieve exclusively the names of asset profiles that are referenced by tenant's assets.

Response

OK

namestring

Entity Name

Example response

[
  {
    "id": {
      "id": "784f394c-42b6-435a-983c-b7beff2784f9",
      "entityType": "DEVICE"
    }
  }
]