GET api/CustomTables/{id}?tableName={tableName}&subEntityType={subEntityType}

Get the list of linked sub entities for the custom table record

Request Information

URI Parameters

NameDescriptionTypeAdditional 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 identifier

Response Formats

application/json, text/json

Sample:
[
  "9f2333aa-cd0e-4185-a4d4-bb6c2debc48a",
  "7919d1cf-4d14-407b-b3d7-4c12fe450f3f"
]