v1

latestOpenAPI 3.0.0Cognigy Proprietary License2026-07-2239524.1 MB
Options Resolver

Resolve Options for a Field

Resolves the selected option of a field in an Extension Node editor. This endpoint is accessible only in dedicated SaaS and on-premises installations.

post/v2.0/optionsresolver

Headers

Accept'application/json' | 'application/hal+json' | 'application/xml' | 'text/xml' | 'text/csv'

The Accept header specifies the media type that the client expects in the response. Available options: application/json, application/hal+json, application/xml, text/xml, text/csv. The default value is application/json.

Request body

fieldKeystring

The field key to resolve options for.

extensionstring

The Extension name.

nodeTypestring

The Node type that contains the options resolver field.

dependenciesobject

The map of dependency field values for the options resolver field.

projectIdstring

The unique identifier for the Project.

Response

Resolved options for the field retrieved.