Community
    • Categories
    • Recent
    • Popular
    • Users
    • Search
    • Register
    • Login
    1. Home
    2. DFARehnitz
    D
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Groups 0

    DFARehnitz

    @DFARehnitz

    0
    Reputation
    8
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    DFARehnitz Unfollow Follow

    Latest posts made by DFARehnitz

    • RE: Batch Request

      Hi Zusammen,

      ich habs raus bekommen...

      hier ein Beispiel:

      [{
          "method":  "cmdb.category.read",
          "params":  {
                         "objID":  12345,
                         "category":  "C__CATG__CONTACT",
                         "apikey":  "*******"
                     },
          "version":  "2.0",
          "id":  1
      },
      {
          "method":  "cmdb.category.read",
          "params":  {
                         "objID":  678910,
                         "category":  "C__CATG__CONTACT",
                         "apikey":  "*******"
                     },
          "version":  "2.0",
          "id":  2
      }]
      

      wichtig sind die "[" und "]" am Ende. Das als Body String übergeben mit Post gibt des Response zurück.

      Wichtig ist auch, das die IDs Eineindeutig sind.

      Gruß,

      Daniel

      posted in Development
      D
      DFARehnitz
    • Batch Request

      Hi Zusammen,

      wie muss man einen Batch Request zusammen bauen?

      Irgendwie habe ich dazu keine Beispiele gefunden, kann da jemand weiterhelfen?

      Gruß,

      Daniel

      posted in Development
      D
      DFARehnitz