tb-resource-controller
Get LwM2M Objects (getLwm2mListObjects)
Returns a page of LwM2M objects parsed from Resources with type 'LWM2M_MODEL' owned by tenant or sysadmin. You can specify parameters to filter the results. LwM2M Object is a object that includes information about the LwM2M model which can be used in transport configuration for the LwM2M device profile.
Available for users with 'TENANT_ADMIN' authority.
get/api/resource/lwm2m
Query parameters
sortOrder'ASC' | 'DESC' required
Sort order. ASC (ASCENDING) or DESC (DESCENDING)
sortProperty'id' | 'name' required
Property of entity to sort by
objectIdsstring[] required
LwM2M Object ids.
Response
OK
Example response
[
{
"id": 19,
"keyId": "19_1.0",
"name": "BinaryAppDataContainer",
"multiple": true,
"instances": [
{
"resources": [
{
"name": "Data",
"keyName": "data"
}
]
}
]
}
]