v1

latestOpenAPI 3.1.1Productboard Proprietary2026-07-2453178243.2 KB
entities

List configurations

Returns metadata for all available Entities type, including supported fields, patch operations, and validation rules.
Use this to programmatically discover what entity types are available for your workspace, which fields are required, what types are available, and how your workspace is configured.

get/entities/configurations

Query parameters

type[]EntityType[]

You can specify multiple entity types for filtering.

Response

A paginated list of configurations

Example response

{
  "data": [
    {
      "filters": [
        {
          "name": "owner[id]",
          "field": "owner",
          "relationship": "parent",
          "requiredScopes": [
            "members:pii:read"
          ]
        }
      ]
    }
  ]
}