Skip to content

callbacks DynamicsWebApi.Interface.RequestBase

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

dynamics-web-api-wiki / DynamicsWebApi / RequestBase

Interface: RequestBase

Extended by

Properties

Property Type Description
async? boolean XHR requests only! Indicates whether the requests should be made synchronously or asynchronously.Default value is 'true'(asynchronously).
impersonate? string Impersonates the user.A String representing the GUID value for the Dynamics 365 system user id.
impersonateAAD? string Impersonates the user.A String representing the GUID value for the Azure active directory object id.
noCache? boolean If set to 'true', DynamicsWebApi adds a request header 'Cache-Control: no-cache'.Default value is 'false'.
timeout? number Sets a number of milliseconds before a request times out.
token? string Authorization Token. If set, onTokenRefresh will not be called.

API

Namespaces

Classes

Clone this wiki locally