v1

latestOpenAPI 3.1.1Proprietary2026-07-26184406877.9 KB
Custom Tables

Read all entries of the given custom table

get/people/custom-tables/{employee_id}/{custom_table_id}

Path parameters

employee_idstring required

Employee ID.

custom_table_idstring required

The ID of custom table.

Query parameters

includeHumanReadableboolean

Whether to include the additional "humanReadable" JSON node in the response.

Response

Successful response

Example response

{
  "values": [
    {
      "id": 1021262,
      "changedBy": 3332883804594372000,
      "column_1663598152485": 5185395,
      "column_1663598024920": "2022-09-30",
      "column_1663598120787": "2871255975417872769",
      "column_1663598037763": 123456,
      "column_1663598145154": 371223,
      "column_1663597977169": "text text",
      "column_1663597992534": "text area text area text area",
      "column_1663598108167": {
        "value": 240,
        "currency": "USD"
      },
      "column_1663598062584": "252614471",
      "column_1663598090762": [
        "252614475",
        "252614476"
      ],
      "humanReadable": {
        "column_1663597992534": "text area text area text area",
        "column_1663598090762": "B,A",
        "column_1663598108167": "$240.00",
        "column_1663598145154": "B \\ 3",
        "column_1663598062584": "C",
        "column_1663598152485": "5185395",
        "column_1663597977169": "text text",
        "column_1663598037763": "123456",
        "column_1663598024920": "30/09/2022",
        "column_1663598120787": "Austin Legge"
      }
    }
  ]
}