Is it possible to use the "cmdb/ci" API to get the CI info (using the "read" operation) based on the ID returned after creating that CI with the "add" operation? If possible, what is the name of the field to be used (ex: for getting a CI based on the name the "CI Name" field is specified in the criteria, as specified in the documentation)
More info: after creating a CI, the response looks like
<Details>
<records failed="0" success="1" total="1">
<success>
<ci id="52">genericAsset02</ci>
</success>
</records>
</Details>
Thanks in advance!