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:
[ "6fdb9833-f46f-44a6-a3a1-c3109565f21b", "ea5a8ff8-c462-4fc6-8c6a-48ff780fc537" ]