GET api/CustomTables/{id}?tableName={tableName}&subEntityType={subEntityType}
Get the list of linked sub entities for the custom table record
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Custom table record ID |
globally unique identifier |
Required |
tableName |
Custom table name |
string |
Required |
subEntityType |
Sub Entity type. Supported values include: Contact, Group, Company, Opportunity |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of globally unique identifierResponse Formats
application/json, text/json
Sample:
[ "fa4c062f-e9a2-4fc6-ab06-6d85fce7a4be", "2622cb3d-439b-4bf9-b922-b8faceef701c" ]