View source: R/generated_client.R
| models_list_dependencies | R Documentation | 
List dependent objects for this object
models_list_dependencies(id, user_id = NULL)
| id | integer required. The ID of the resource that is shared. | 
| user_id | integer optional. ID of target user | 
An array containing the following fields:
| objectType | string, Dependent object type | 
| fcoType | string, Human readable dependent object type | 
| id | integer, Dependent object ID | 
| name | string, Dependent object name, or nil if the requesting user cannot read this object | 
| permissionLevel | string, Permission level of target user (not user's groups) for dependent object. Null if no target user or not shareable (e.g. a database table). | 
| description | string, Additional information about the dependency, if relevant | 
| shareable | boolean, Whether or not the requesting user can share this object. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.