Annotations dictionary

hi there,

I have the following python script

my_observations[1].annotations

the response is:

[
Annotation(controlled_attribute_id=1, concatenated_attr_val=‘1|8’),
Annotation(controlled_attribute_id=17, concatenated_attr_val=‘17|19’)
]

Does anyone know where can I find the translation of each controlled_attribute_id (variable items like Dead or Alive?) and the corresponding answer in concatenated_attr_val (‘1|8’ means something… what?!!)

Thanks!

1 Like

from another thread:

1 Like

awesome thanks!

you gained a youtube follower!

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.