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

Get a custom table record by ID Supported Headers: SelectField

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Custom Table Record GUID

globally unique identifier

Required

tableName

Custom Table Name

string

Required

Body Parameters

None.

Response Information

Resource Description

MutableEntityExtended
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

ParentId

This field will only include data when working with Group records.

globally unique identifier

None.

Fields

Dictionary of string [key] and Object [value]

None.

LinkedEntities

LinkedEntities

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": "4c445012-0a52-42c1-b6cd-23ecac346c16",
  "ParentId": "9ac9f9ac-531a-4806-8e97-8de6fb1b073c",
  "Fields": {
    "sample string 1": {},
    "sample string 3": {}
  },
  "LinkedEntities": {
    "Contacts": [
      "e49c3aa3-f5b1-4f05-9231-54320cd4a72e",
      "61026972-2273-46d3-b749-c01af6e63bdb"
    ],
    "Companies": [
      "e9999e81-56c4-4868-8d90-37cc4789bbf9",
      "400a8c5a-b791-4c4b-87d1-837e5024875a"
    ],
    "Groups": [
      "607e6c7d-993a-4d00-bf7f-19239e0147fe",
      "056c3e0d-592b-4dc0-bc1b-9d184cbcb5a6"
    ],
    "Opportunities": [
      "7a126d32-9315-43fa-b1a0-5df0d37d956b",
      "34eaed9c-e0f2-41b6-bf03-dc93646aa102"
    ]
  }
}