IDBean

From LongJump Support Wiki

All fields in an object which refer to another object are of type: IDBean. An IDBean is an element that describes a Lookup field in the platform.

Example

In an object, the field "created_id" refers to a field in the User object. In XML, the IDBean element is described as:

 
<created_id type="USER" uri="https://{domain}/networking/rest/user/{userId}" displayValue="[Some User Name]">{userId}</created_id>