GET api/CustomTablesManager?name={name}

Gets a custom table by it's name

Request Information

URI Parameters

NameDescriptionTypeAdditional information
name

string

Required

Body Parameters

None.

Response Information

Resource Description

CustomTable
NameDescriptionTypeAdditional information
Name

string

None.

DisplayName

string

None.

IsLinkedToContactTable

boolean

None.

IsLinkedToCompanyTable

boolean

None.

IsLinkedToGroupTable

boolean

None.

IsLinkedToOpportunityTable

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "DisplayName": "sample string 2",
  "IsLinkedToContactTable": true,
  "IsLinkedToCompanyTable": true,
  "IsLinkedToGroupTable": true,
  "IsLinkedToOpportunityTable": true
}