Replies: 2 comments 2 replies
-
|
Insight Object: I want to get name, and first_attr. Maybe this is a simple question, I'm sorry, as I'm a beginner |
Beta Was this translation helpful? Give feedback.
-
|
Hi, don't be sorry, the documentation ist still kind of... lacking :D I suppose, you have initialized the basic stuff as described in the README? If so, you can do an IQL search with objects = [user for user in object_schema.search_iql("Key = A-123")]
insight_object = objects[0]That object then holds allthe information of the Insight object and you can access its attributes via the name = insight_object.attributes["name").value
first_attr = insight_object.attributes["first_attr").valueThe |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, can you help me?
I want to get value of Insight object attribute.
Now I have Insight Object key, and I don`t understand how I can do it.
Beta Was this translation helpful? Give feedback.
All reactions