asset-profile-controller
Get Asset Profiles By Ids (getAssetProfilesByIds)
Requested asset profiles must be owned by tenant which is performing the request.
get/api/assetProfileInfos
Query parameters
pageSizeinteger required
Maximum amount of entities in a one page
pageinteger required
Sequence number of page starting from 0
textSearchstring
The case insensitive 'substring' filter based on the asset profile name.
sortProperty'createdTime' | 'name' | 'description' | 'isDefault'
Property of entity to sort by
sortOrder'ASC' | 'DESC'
Sort order. ASC (ASCENDING) or DESC (DESCENDING)
assetProfileIdsstring[] required
A list of asset profile ids, separated by comma ','
Response
OK
Example response
[
{
"id": {
"id": "784f394c-42b6-435a-983c-b7beff2784f9",
"entityType": "DEVICE"
},
"tenantId": {
"id": "784f394c-42b6-435a-983c-b7beff2784f9",
"entityType": "TENANT"
},
"defaultDashboardId": {
"id": "784f394c-42b6-435a-983c-b7beff2784f9",
"entityType": "DASHBOARD"
}
}
]