Getting all objects assigned to a person
-
hi,
I'm using i-doit api for getting data from system.
now I can get all contact assignments of an object using api,for example all contacts that are assigned to a client.
but now I want to get All objects that are assigned to a person,
for example all switches,clients,servers,… that are assigned to a specific user.
is there any way to do this using api or a sql query? -
I'm not sure i understand your question correctly. But contacts are explorable from both endpoints. Get the category C__CATS__PERSON_CONTACT_ASSIGNMENT for the person you're interested in and look what's listed there.
-
Thnks for your replay Its OK.