v1

latestOpenAPI 3.1.02026-07-13305453.8 KB
Fields

List fields

Get all custom field definitions for the workspace.

get/v1/fields

Response

List of custom field definitions

Example response

{
  "fields": [
    {
      "id": "cryitfjp7890yz12abcdefg",
      "key": "audience",
      "name": "Audience",
      "description": "Who this post is for",
      "options": [
        {
          "id": "cryitfjp9012ab34cdefghij",
          "value": "developers",
          "label": "Developers",
          "createdAt": "2024-01-15T10:00:00Z",
          "updatedAt": "2024-01-16T12:00:00Z"
        }
      ],
      "createdAt": "2024-01-15T10:00:00Z",
      "updatedAt": "2024-01-16T12:00:00Z"
    }
  ]
}