curl --location --request GET 'https://prod.iotn2n.com/iotapi/classes/Channel'
{
"results": [
{
"ACL": {
"*": {
"read": true,
"write": false
}
},
"cType": "string",
"config": {},
"createdAt": "string",
"data": {},
"desc": "string",
"isEnable": true,
"name": "string",
"objectId": "string",
"product": {
"__type": "Relation",
"className": "Product"
},
"status": "string",
"type": "string",
"updatedAt": "string"
}
]
}