Community
    • Categories
    • Recent
    • Popular
    • Users
    • Search
    • Register
    • Login
    1. Home
    2. Franky779
    3. Topics
    F
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 8
    • Groups 0

    Topics

    • F

      Felder eines Objekts (Client) ändern

      Watching Ignoring Scheduled Pinned Locked Moved Entwicklung
      3
      0 Votes
      3 Posts
      196 Views
      Michael HuhnM
      @Franky779 ich denke dir sollten die Infos aus der Knowledge Base helfen. -> https://kb.i-doit.com/en/i-doit-pro-add-ons/api/methods/index.html
    • F

      Contact Deatails per API Abfragen

      Watching Ignoring Scheduled Pinned Locked Moved Entwicklung
      3
      0 Votes
      3 Posts
      274 Views
      F
      OK, mit SEHR viel rumprobieren komme ich dorthin wo ich will. Wer das noch braucht. Hier meine Abfrage. params = { "id": 12345, "categories": ["C__CATS__PERSON"], "filter": { "type": 53, "ids":[12345] }, } contactDetails = objIdoit.getJsonData(method='cmdb.objects.read', params=params) id = Contact ID in idoit categories C__CATS__PERSON = die erweiterten Infos zum Kontakt inkl. Custom Fields type 53 = Personen
    • F

      Benutzer zu Client auslesen - API

      Watching Ignoring Scheduled Pinned Locked Moved Entwicklung
      5
      0 Votes
      5 Posts
      286 Views
      F
      @LFischer Danke. Der Benutzer hat auf jeden Fall "Administrator und primary" Die Abfrage mit C__RELATION_TYPE__ADMIN liefert kein Ergebnis. C__RELATION_TYPE__USER mir brav den Contact. [image: 1708606513164-59f6a2cc-1cf3-499f-91cd-1903c1be5560-image.png]