curl --location --request GET 'https://prod.iotn2n.com/iotapi/classes/Permission/'
{
"ACL": {
"*": {
"read": true,
"write": false
}
},
"alias": "string",
"createdAt": "string",
"description": "string",
"name": "string",
"objectId": "string",
"parent": {
"__type": "Pointer",
"className": "Permission",
"objectId": "string"
},
"tags": [
null
],
"updatedAt": "string"
}