v1

latestOpenAPI 3.1.02026-07-14801408.6 KB

/employee_fields

Returns a collection of your account employee_fields. Required scope: r_account.

get/employee_fields

Path parameters

subdomainstring required

The account subdomain

Query parameters

member_idstring

Optional member id that can be derived from GET /members endpoint

Response

200

idstring
account_idstring
labelstring
{"stackTrail":"paths:/employee_fields:get:responses:200:content:application/json:schema:items:properties:hint","oasType":"schema","type":"unknown"}
typestring
editable_bystring
approvable_bystring
viewable_bystring
keep_historyboolean
is_multipleboolean

Example response

[
  {
    "id": "firstname",
    "account_id": "3da58cc2",
    "label": "First name",
    "type": "text",
    "editable_by": "admin",
    "approvable_by": "admin",
    "viewable_by": "all"
  }
]