tb-resource-controller
Get Resource Info (getResourceInfoById)
Fetch the Resource Info object based on the provided Resource Id. Resource Info is a lightweight object that includes main information about the Resource excluding the heavyweight data.
Available for users with 'SYS_ADMIN' or 'TENANT_ADMIN' authority.
get/api/resource/info/{resourceId}
Path parameters
resourceIdstring required
A string value representing the resource id. For example, '784f394c-42b6-435a-983c-b7beff2784f9'
Response
OK
Example response
{
"id": {
"id": "784f394c-42b6-435a-983c-b7beff2784f9",
"entityType": "TB_RESOURCE"
},
"createdTime": 1609459200000,
"tenantId": {
"id": "784f394c-42b6-435a-983c-b7beff2784f9",
"entityType": "TENANT"
},
"title": "BinaryAppDataContainer id=19 v1.0",
"resourceType": "LWM2M_MODEL",
"resourceSubType": "IOT_SVG",
"resourceKey": "19_1.0",
"etag": "33a64df551425fcc55e4d42a148795d9f25f89d4",
"fileName": "19.xml",
"descriptor": {}
}