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:
[ "d653435c-f8a7-456b-b59d-42aa35ee2bb2", "0ab98b95-cf76-4bf7-aa53-28380c14bdb0" ]