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

    Eduardo Casarero

    @Eduardo Casarero

    1
    Reputation
    7
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Eduardo Casarero Unfollow Follow

    Best posts made by Eduardo Casarero

    • RE: How many objects I can put in when i have free version?

      I don't think there is an object restrictions for the free version, its just limited in features.

      posted in General
      Eduardo CasareroE
      Eduardo Casarero

    Latest posts made by Eduardo Casarero

    • RE: How many objects I can put in when i have free version?

      I don't think there is an object restrictions for the free version, its just limited in features.

      posted in General
      Eduardo CasareroE
      Eduardo Casarero
    • API, get person with person groups

      Hi all, am trying to find the right category to query the API and get the person object with its assigned groups, but I am not getting them. I've tried many categories, but I can't find the right one, so far this is my base query:

      {
          "version": "2.0",
          "method": "cmdb.objects.read",
          "params": {
              "categories": [
                  "C__CATS__ORGANIZATION_PERSONS","C__CATG__ASSIGNED_SUBSCRIPTIONS", "C__CATS__PERSON_ASSIGNED_GROUPS"
              ],
              "filter": {
                  "type": "C__OBJTYPE__PERSON",
                  "title": "John Doe"
              },
      
              "order_by": "",
              "sort": "",
              "apikey": "xxxxxxx"
          },
          "id": 1
      }
      

      Any hints on where is my error?

      posted in General api
      Eduardo CasareroE
      Eduardo Casarero