get
https://api.productboard.com/v2/notes/configurations
Returns configuration metadata for note types, including supported fields, patch operations, and validation rules.
Use this endpoint to programmatically discover which fields are available, what note types are supported, and how your workspace is configured.
Filtering by Type
By default, this endpoint returns configurations for all available note types (textNote, conversationNote, opportunityNote).
You can filter results to specific types using the optional type[] query parameter:
type[]=textNotetype[]=textNote&type[]=conversationNote
For backward compatibility, the API also accepts a single type query parameter with one value,
for example type=textNote.
Legacy aliases (simple, conversation, opportunity) are also accepted and normalized to the canonical values above.
