curl --location --request GET 'https://prod.iotn2n.com/iotapi/amis/Maintenance/'
{
"ACL": {
"*": {
"read": true,
"write": false
}
},
"createdAt": "string",
"device": {
"__type": "Pointer",
"className": "Device",
"objectId": "string"
},
"info": {},
"name": "string",
"number": "string",
"objectId": "string",
"product": {
"__type": "Pointer",
"className": "Product",
"objectId": "string"
},
"status": 0,
"type": "string",
"updatedAt": "string",
"user": {
"__type": "Pointer",
"className": "_User",
"objectId": "string"
}
}