ObjectTypeTargetForBrowsing
Object type's target (instances of another object type in a view) for browsing.
| Name | Description | Type | 
|---|---|---|
target_object_type | The ID of the target object type. | number | 
view | The ID of the view collection where instances of the target object type are being browsed. This view collection resides in the predefined Built-in Views view folder. | number | 
Example
{
  "target_object_type": 0,
  "view": 0
}