• Using cmdb.condition.read to search for tags

    5
    0 Votes
    5 Posts
    24 Views
    W
    @laurawoods Searching with "%" seems not to work as you expect. I only do get meaningful results using "*". But you are 100% correct: Tags can not be searching using the 'condition'-API request. Once again it was a pain to find this out (due to your reply) - this should be clearly stated by the documentation (which IMHO is a pain too - at least the one onloine on https://kb.i-doit.com/ ). As a workaround I will use the old idot.search. This one is able to find tags. The results must be filtered for the key * > Tags. But that's much faster as other things I tried. Thanks and have a good day, Wolfgang
  • Problems creating person objects

    4
    0 Votes
    4 Posts
    257 Views
    H
    The information you shared is very helpful, thank you very much.
  • i-doit API and Power BI Desktop integration

    api powerbi reports integration
    2
    0 Votes
    2 Posts
    359 Views
    R
    @Irmantas Hey Irmantas, do you find a solution to read out informations form i-doit api and get in in Power BI? I´m looking also for a solution for this case. Best greadings Robert
  • Report manager - search by Operating system doesn't

    5
    0 Votes
    5 Posts
    525 Views
    M
    @Michael-Huhn Great! Hot fix did the job: [image: 1702035027806-40689a91-845d-47c5-bfc9-fed575095dd4-image.png] now is ID used correctly Thank you
  • API create object from template

    26
    0 Votes
    26 Posts
    4k Views
    M
    @mamawe said in API create object from template: @Kleinrotti I can confirm that this works with API version 1.13 too. Just tested with API version 1.13.1: it works there too, but has to be inserted at line 292. Kind regards, Mathias
  • problem with i-doit event

    1
    0 Votes
    1 Posts
    424 Views
    No one has replied
  • API search for it service relations of cables

    2
    0 Votes
    2 Posts
    502 Views
    huH
    push, push
  • Validation error appears in API 1.12.3

    3
    0 Votes
    3 Posts
    599 Views
    F
    Thank @Michael-Overkamp! I confirm that the hotfix solves the issue.
  • Bug reintroduced? Updating a single-value category via API

    1
    0 Votes
    1 Posts
    374 Views
    No one has replied
  • Get all object data via API

    7
    0 Votes
    7 Posts
    3k Views
    U
    @arthur-koch yes it is, but afaik there is no documentation. In python looks somehow like this: data = { 'id': 1, 'version': '2.0', 'method': 'cmdb.object_type_categories.read', 'params': { 'apikey': self.apikey, 'language': self.language, 'type': obj_id }, }
  • quick configuration wizard does not working

    8
    0 Votes
    8 Posts
    857 Views
    Jung Hoon LeeJ
    @michael-overkamp i'm so sad my picture was so big size that i can't send you anyway i was checked it what u said it pressed check button and it was be turn red cross sign(hide) and the title font was changed and i press "Accept" button, but notthing changed it and notthing Accepted it i have strange one another things, i can't be change status be hide another one should i need to re-install cmdb whole thing?
  • Linking two objects together via API

    2
    0 Votes
    2 Posts
    507 Views
    Michael HuhnM
    Hello @SHQuinn4Com, short and painless cmdb.category.save = Key -> object cmdb.category.create = Key -> objID
  • Software assignment with version not always working

    5
    0 Votes
    5 Posts
    1k Views
    LFischerL
    Hey @fa__ yes, that's correct - working with the ID will work, since i-doit does not have to "look up" the correct version on its own. I have created a bug ticket for the this Thanks for finding this issue! Best regards Leo
  • API password encoding

    3
    0 Votes
    3 Posts
    742 Views
    F
    Thank you @lfischer . That solved the issue, now the API returns the password decrypted.
  • Replication of application version attribute

    category custom
    1
    0 Votes
    1 Posts
    481 Views
    No one has replied
  • Upload file using API

    3
    0 Votes
    3 Posts
    669 Views
    F
    @michael-overkamp It works fine now. Thank you!
  • Application Dependancy Mapping

    adm
    1
    0 Votes
    1 Posts
    480 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • Update a single-value category with Api

    8
    0 Votes
    8 Posts
    1k Views
    Philipp HörselmannP
    Hi @mirkomatonti do you use the i-doit open or i-doit pro? If you are using the open version you can find the download in the download section of https://www.i-doit.org/download/ If you are using the pro version you can download the version from the customer portal with your customer login Cheers, Phil
  • Batch Request

    3
    0 Votes
    3 Posts
    644 Views
    Michael HuhnM
    Hallo @DFARehnitz du hast es zwar schon selbst herausgefunden aber hier mal ein Link zur Spezifikation von JSON Requests. Dort siehst du wie ein JSON aufgebaut sein muss. https://www.jsonrpc.org/specification