I have this queryData:

{
   "start_guids":"avalidguid",
   "items":[
      {
         "type":"CONNECTION",
         "direction":"OUT",
         "items":[
            {
               "type":"OBJECT",
               "typenum":"22",
               "function":"TARGET"

            }
         ]
      }
   ]
}
 

This return my object guid and it descendents, but how do I get the descendents of these descendents too?

 

Thank you so much, experts!

 or register to reply.

Notify Moderator