I need to use the API :
- PUT /devices/{deviceId}/customAttributes/{customAttributeId}
This API requires the CustomAttribute ID as a parameter and I don't know where to find it. I tested the GET /customattributes API to get the ID, but it's not part of the response.
I also poked around in the DataBase, but I don't see a table name that allows me to direct my search to the CustomAttributes to retrieve the IDs.
Has anyone experienced this problem?