v1

latestOpenAPI 3.1.02026-07-26294215839.4 KB
Account Information
Public API

List Tabular Fields

Returns a list of all tabular (table-based) fields available in the account. Each table includes its alias and the fields it contains with their IDs, names, and types. Use this endpoint to discover which table names are valid for the table row endpoints (e.g., jobInfo, compensation, employmentStatus). For fields whose type is list, multilist, or another option-backed type, the field id can be matched to fieldId from list-list-fields to retrieve the account-level option list.

OAuth Scopes: field

get/api/v1/meta/tables

Headers

AcceptHeaderParameter'application/xml' | 'application/json'

This endpoint can produce either JSON or XML.

Response

A list of all tabular fields in the account, with each table's fields and their metadata.

aliasstring

The API alias for the table (e.g., jobInfo, compensation).