├── .gitignore ├── Collections ├── OneNote API.postman_collection.json └── OneNote Agaves.postman_collection.json ├── Environments ├── Local.postman_environment.json ├── Local_ProductionCredentials.postman_environment.json ├── Local_RedirectToGCC.postman_environment.json ├── OneNote.postman_globals.json ├── Production_Beta-JPW.postman_environment.json ├── Production_Beta.postman_environment.json ├── Production_China-V1.0.postman_environment.json ├── Production_GCCHigh_V1.0.postman_environment.json ├── Production_GCC_V1.0_NoWWRedirect.postman_environment.json ├── Production_GCC_V1.0_WWRedirect.postman_environment.json └── Production_v1.0.postman_environment.json ├── LICENSE ├── README.md └── img ├── Collection-Import.gif ├── Collection-Variables.gif ├── CreateAuthToken.gif ├── CreateAuthToken_PPE.gif ├── DisableSSL.gif ├── Manage_Environments-DropDown.gif ├── Manage_Environments-Globals.gif └── Manage_Environments-Import.gif /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneNoteDev/OneNoteAPIPostmanCollection/HEAD/.gitignore -------------------------------------------------------------------------------- /Collections/OneNote API.postman_collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneNoteDev/OneNoteAPIPostmanCollection/HEAD/Collections/OneNote API.postman_collection.json -------------------------------------------------------------------------------- /Collections/OneNote Agaves.postman_collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneNoteDev/OneNoteAPIPostmanCollection/HEAD/Collections/OneNote Agaves.postman_collection.json -------------------------------------------------------------------------------- /Environments/Local.postman_environment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneNoteDev/OneNoteAPIPostmanCollection/HEAD/Environments/Local.postman_environment.json -------------------------------------------------------------------------------- /Environments/Local_ProductionCredentials.postman_environment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneNoteDev/OneNoteAPIPostmanCollection/HEAD/Environments/Local_ProductionCredentials.postman_environment.json -------------------------------------------------------------------------------- /Environments/Local_RedirectToGCC.postman_environment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneNoteDev/OneNoteAPIPostmanCollection/HEAD/Environments/Local_RedirectToGCC.postman_environment.json -------------------------------------------------------------------------------- /Environments/OneNote.postman_globals.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneNoteDev/OneNoteAPIPostmanCollection/HEAD/Environments/OneNote.postman_globals.json -------------------------------------------------------------------------------- /Environments/Production_Beta-JPW.postman_environment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneNoteDev/OneNoteAPIPostmanCollection/HEAD/Environments/Production_Beta-JPW.postman_environment.json -------------------------------------------------------------------------------- /Environments/Production_Beta.postman_environment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneNoteDev/OneNoteAPIPostmanCollection/HEAD/Environments/Production_Beta.postman_environment.json -------------------------------------------------------------------------------- /Environments/Production_China-V1.0.postman_environment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneNoteDev/OneNoteAPIPostmanCollection/HEAD/Environments/Production_China-V1.0.postman_environment.json -------------------------------------------------------------------------------- /Environments/Production_GCCHigh_V1.0.postman_environment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneNoteDev/OneNoteAPIPostmanCollection/HEAD/Environments/Production_GCCHigh_V1.0.postman_environment.json -------------------------------------------------------------------------------- /Environments/Production_GCC_V1.0_NoWWRedirect.postman_environment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneNoteDev/OneNoteAPIPostmanCollection/HEAD/Environments/Production_GCC_V1.0_NoWWRedirect.postman_environment.json -------------------------------------------------------------------------------- /Environments/Production_GCC_V1.0_WWRedirect.postman_environment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneNoteDev/OneNoteAPIPostmanCollection/HEAD/Environments/Production_GCC_V1.0_WWRedirect.postman_environment.json -------------------------------------------------------------------------------- /Environments/Production_v1.0.postman_environment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneNoteDev/OneNoteAPIPostmanCollection/HEAD/Environments/Production_v1.0.postman_environment.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneNoteDev/OneNoteAPIPostmanCollection/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneNoteDev/OneNoteAPIPostmanCollection/HEAD/README.md -------------------------------------------------------------------------------- /img/Collection-Import.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneNoteDev/OneNoteAPIPostmanCollection/HEAD/img/Collection-Import.gif -------------------------------------------------------------------------------- /img/Collection-Variables.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneNoteDev/OneNoteAPIPostmanCollection/HEAD/img/Collection-Variables.gif -------------------------------------------------------------------------------- /img/CreateAuthToken.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneNoteDev/OneNoteAPIPostmanCollection/HEAD/img/CreateAuthToken.gif -------------------------------------------------------------------------------- /img/CreateAuthToken_PPE.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneNoteDev/OneNoteAPIPostmanCollection/HEAD/img/CreateAuthToken_PPE.gif -------------------------------------------------------------------------------- /img/DisableSSL.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneNoteDev/OneNoteAPIPostmanCollection/HEAD/img/DisableSSL.gif -------------------------------------------------------------------------------- /img/Manage_Environments-DropDown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneNoteDev/OneNoteAPIPostmanCollection/HEAD/img/Manage_Environments-DropDown.gif -------------------------------------------------------------------------------- /img/Manage_Environments-Globals.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneNoteDev/OneNoteAPIPostmanCollection/HEAD/img/Manage_Environments-Globals.gif -------------------------------------------------------------------------------- /img/Manage_Environments-Import.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneNoteDev/OneNoteAPIPostmanCollection/HEAD/img/Manage_Environments-Import.gif --------------------------------------------------------------------------------