Get CI by ID using the /api/cmdb/ci API

Get CI by ID using the /api/cmdb/ci API

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>

Is it possible to use that id to get the CI info back using the "read" operation as specified in:  https://www.manageengine.com/products/service-desk/help/adminguide/api/cmdb/get_ci/get_ci_details_filter.html

Thanks in advance!

                  New to ADSelfService Plus?