Skip to content

Releases: AleksandrRogov/DynamicsWebApi

v1.2.5

08 Jul 19:13

Choose a tag to compare

Added:

  • fetch - is an alias to executeFetchXml with same parameters and shorter name.
  • fetchAll and executeFetchXmlAll - execute Fetch XML and do a pagination automatically.
  • retrieveAll - is a basic version of retrieveAllRequest with a limited number of parameters.

v1.2.4

08 Jul 03:19

Choose a tag to compare

Added:

  • retrieveAllRequest that retrieves all records by going through all pages automatically.
  • countAll can be used to count all records without any limitation. Please check README for some important notes about this function.

v1.2.3

13 May 17:20

Choose a tag to compare

Fix: Dynamics 365 OAuth authentication in Node.js applicaiton.

v1.2.2

12 Apr 06:54

Choose a tag to compare

Changes:

  • Add support for combinational Prefer header values. Use comma separated values for basic requests. For example: return=representation,odata.include-annotations="*".
  • Add select parameter in create and updateSingleProperty functions.
  • prefer parameter in basic functions can also be of Array type. So, the Prefer header value mentioned before can be written like this: ['return=representation', 'odata.include-annotations="*"'].

v1.2.1

09 Apr 06:15

Choose a tag to compare

  • Fix issues with URI encoding.

Added:

  • Prefer header can be set in the config and will be added by default to each request. This default value can be overridden by setting corresponding request parameters directly in the request.

v1.2.0

08 Apr 05:36

Choose a tag to compare

  • Added integration with Dynamics 365 using OAuth token.