-
-
Couldn't load subscription status.
- Fork 63
callbacks DynamicsWebApi.Interface.Request
Aleksandr Rogov edited this page May 12, 2025
·
2 revisions
dynamics-web-api-wiki / DynamicsWebApi / Request
| Property | Type | Description | Inherited from |
|---|---|---|---|
async?
|
boolean |
XHR requests only! Indicates whether the requests should be made synchronously or asynchronously.Default value is 'true'(asynchronously). |
RequestBase.async
|
collection?
|
string |
The name of the Entity Collection or Entity Logical name. | - |
impersonate?
|
string |
Impersonates the user.A String representing the GUID value for the Dynamics 365 system user id. |
RequestBase.impersonate
|
impersonateAAD?
|
string |
Impersonates the user.A String representing the GUID value for the Azure active directory object id. |
RequestBase.impersonateAAD
|
noCache?
|
boolean |
If set to 'true', DynamicsWebApi adds a request header 'Cache-Control: no-cache'.Default value is 'false'. |
RequestBase.noCache
|
skipNameCheck?
|
boolean |
Skips the collection name check in DynamicsWebApi. | - |
timeout?
|
number |
Sets a number of milliseconds before a request times out. |
RequestBase.timeout
|
token?
|
string |
Authorization Token. If set, onTokenRefresh will not be called. |
RequestBase.token
|