v1

latestOpenAPI 3.1.1LicenseRef-Proprietary2026-07-1310179223.1 KB
Custom Fields

Get Project Fields Configuration

List the custom fields configured on a project, in display order.

get/projects/{project_id}/fields

Path parameters

project_idstring required
Example:ev:3000010034

Project ID

Response

OK

idnumber

Custom field ID

namestring
typestring
positionnumber
iconstring

Field icon name

Example response

[
  {
    "id": 406,
    "name": "field name",
    "type": "date",
    "format": {
      "decimals": 2,
      "label": "US$"
    },
    "options": [
      {
        "id": 806,
        "name": "option value",
        "color": "#FC5500"
      }
    ],
    "position": 1
  }
]