Allow getting and setting of notes field for devices via incontrol2

We would like to be able to retrieve the notes field and set the notes field via the incontrol2 api.
The use case is to manage via our own dashboard and add a notes such as this unit is located on floor2, Room 123.

1 Like

Was this ever added?

You can get the notes field using the normal device details call:
/rest/o/{organization_id}/d/{device_id}

Can’t see a way to set it @JamesPep might know a way?

1 Like

Hey Martin… Sorry, you summoned the wrong genie. I’ll ask someone on the API side though and see.

1 Like

Ha! Its always a risk… thanks for the steer James.

1 Like

@MartinLangmaid : No worries, always glad to give a hand, even if it’s just passing messages along.

@Jonathan_Pitts : Martin is right, the notes field is baked into the information you can pull from the device details call, so fetching the info covered. There’s no public (ie. stable, available, documented, and / or we’ll even notify you before we change it ) api calls for updating the device information at this moment.

1 Like

Thanks for the update.