Skip to content

Interface.ApiConfig

Aleksandr Rogov edited this page May 12, 2025 · 2 revisions

dynamics-web-api / ApiConfig

Interface: ApiConfig<TOptions>

Type Parameters

Type Parameter Default type
TOptions any

Properties

Property Type Description
options? TOptions Specific API options. Currently it is only available for the Search API .
path? string API Path, for example: "data" or "search".
version? string API Version to use, for example: "9.2" or "1.0".
Clone this wiki locally