https://github.com/bogeyman76/googlescripts_exact_oauth
Google scripts OAuth2 Authentication to Exact Online API
https://github.com/bogeyman76/googlescripts_exact_oauth
api exact google-scripts
Last synced: 3 months ago
JSON representation
Google scripts OAuth2 Authentication to Exact Online API
- Host: GitHub
- URL: https://github.com/bogeyman76/googlescripts_exact_oauth
- Owner: bogeyman76
- License: cc0-1.0
- Created: 2023-01-11T19:50:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-11T20:13:53.000Z (over 2 years ago)
- Last Synced: 2025-01-12T05:26:03.859Z (5 months ago)
- Topics: api, exact, google-scripts
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# googlescripts_exact_oauth
Google scripts OAuth2 Authentication for the Exact Online APIThis script can be used with Google Scripts to authenticate a connection to Exact Online.
A window will popup for authentication the first time this script is run.There is a note in the code where you are to add your API call to the exact endpoint required.
Sample code(replace ## with your division):
response = JSON.parse(UrlFetchApp.fetch('https://start.exactonline.com/api/v1/##/manufacturing/BillOfMaterialVersions', options));
If you require assistance in pagination on larger data sets and/or iteration over the returned results please contact me.
This link lists the API endpoints:
https://start.exactonline.nl/docs/HlpRestAPIResources.aspx?SourceAction=10