Skip to content

Commit 727931f

Browse files
committed
Update Collections/OneNote API.postman_collection.json
Adding get all classnotebooks parameter hasaccessto
1 parent b988f0b commit 727931f

File tree

1 file changed

+68
-49
lines changed

1 file changed

+68
-49
lines changed

Collections/OneNote API.postman_collection.json

+68-49
Original file line numberDiff line numberDiff line change
@@ -137,31 +137,6 @@
137137
}
138138
},
139139
"response": []
140-
},
141-
{
142-
"name": "GetClassNotebooks",
143-
"request": {
144-
"method": "GET",
145-
"header": [
146-
{
147-
"key": "{{AppIdHeader}}",
148-
"value": "{{AppIdHeader_Value}}",
149-
"type": "text"
150-
}
151-
],
152-
"body": {
153-
"mode": "raw",
154-
"raw": ""
155-
},
156-
"url": {
157-
"raw": "{{MeClassNotebooks}}",
158-
"host": [
159-
"{{MeClassNotebooks}}"
160-
]
161-
},
162-
"description": "Gets all notebooks from classnotebooks"
163-
},
164-
"response": []
165140
}
166141
],
167142
"description": "All notebooks GET functions",
@@ -593,6 +568,50 @@
593568
}
594569
],
595570
"description": "All Get Requests for Sections"
571+
},
572+
{
573+
"name": "CLASSNOTEBOOKS",
574+
"item": [
575+
{
576+
"name": "GET",
577+
"item": [
578+
{
579+
"name": "Get all class notebooks at Me",
580+
"request": {
581+
"method": "GET",
582+
"header": [
583+
{
584+
"key": "{{AppIdHeader}}",
585+
"type": "text",
586+
"value": "{{AppIdHeader_Value}}"
587+
}
588+
],
589+
"body": {
590+
"mode": "raw",
591+
"raw": ""
592+
},
593+
"url": {
594+
"raw": "{{MeClassNotebooks}}?hasaccessto=true",
595+
"host": [
596+
"{{MeClassNotebooks}}"
597+
],
598+
"query": [
599+
{
600+
"key": "hasaccessto",
601+
"value": "true",
602+
"description": "Returns all class notebooks that the user has access to."
603+
}
604+
]
605+
},
606+
"description": "Gets all notebooks from classnotebooks"
607+
},
608+
"response": []
609+
}
610+
],
611+
"_postman_isSubFolder": true
612+
}
613+
],
614+
"description": "All endpoints for ClassNotebooks requests"
596615
}
597616
],
598617
"auth": {
@@ -629,145 +648,145 @@
629648
],
630649
"variable": [
631650
{
632-
"id": "e7ef96bb-6c34-42a6-bc05-81246e9d137e",
651+
"id": "35157684-d420-4626-b039-e68bdb5a98fb",
633652
"key": "AppIdHeader",
634653
"value": "MS-Int-AppId",
635654
"type": "string"
636655
},
637656
{
638-
"id": "e0783bd7-3eb2-4166-b8c7-6bbb6ba28480",
657+
"id": "829a708f-487d-48d6-9ec7-1ca7a370ab76",
639658
"key": "AppIdHeader_Value",
640659
"value": "Testing",
641660
"type": "string"
642661
},
643662
{
644-
"id": "bec712e8-a5ea-4155-9447-dc921f430e7d",
663+
"id": "7d548fe8-f203-4a48-acfd-44ccc660c636",
645664
"key": "Me",
646665
"value": "{{Site}}/api/{{version}}/me",
647666
"type": "string"
648667
},
649668
{
650-
"id": "742fe3e5-a792-4d81-bdca-8a8fe2aa28ef",
669+
"id": "4cc2445c-43b0-4948-9ff2-b6ae344bd195",
651670
"key": "MeNotebooks",
652671
"value": "{{Me}}/notes/notebooks",
653672
"type": "string"
654673
},
655674
{
656-
"id": "3c8a8fce-e13c-419e-8277-b76987ae524a",
675+
"id": "f6f88668-ef07-4950-8ca1-ffe10ad9ecd2",
657676
"key": "MeClassNotebooks",
658677
"value": "{{Me}}/notes/classnotebooks",
659678
"type": "string"
660679
},
661680
{
662-
"id": "19f275ef-b303-4149-a4f4-703fd6a6b6ef",
681+
"id": "68911d27-77a4-4f26-ae0e-4b700e447935",
663682
"key": "MeSections",
664683
"value": "{{Me}}/notes/sections",
665684
"type": "string"
666685
},
667686
{
668-
"id": "360048db-73d0-447e-aed2-35c2ba7858a4",
687+
"id": "b1a09083-a903-4f1f-a5d8-c00593fc80a7",
669688
"key": "MeSectionGroups",
670689
"value": "{{Me}}/notes/sectiongroups",
671690
"type": "string"
672691
},
673692
{
674-
"id": "4f27a6d6-3f1e-46bf-95d4-bbabd099591c",
693+
"id": "a0baaee2-9a0c-4d5f-bcf9-7e78826f70c3",
675694
"key": "MeResources",
676695
"value": "{{Me}}/notes/resources",
677696
"type": "string"
678697
},
679698
{
680-
"id": "5fdac60b-3b39-4571-81e6-93019d9c8649",
699+
"id": "b6666443-ca86-46d7-989c-6940a7bd539b",
681700
"key": "WopiHost",
682701
"value": "{{Site}}/host",
683702
"type": "string"
684703
},
685704
{
686-
"id": "5947dd7b-e523-41f8-a381-e25c18e5de4b",
705+
"id": "56e4dfcf-c0bc-423b-8780-93e76b5b99be",
687706
"key": "WOPIEndpoint",
688707
"value": "{{Site}}/sync/{{WOPIVersion}}/Wopi",
689708
"type": "string"
690709
},
691710
{
692-
"id": "45b9c66e-69c2-4e5d-a024-883730a64bd1",
711+
"id": "d30a054b-7315-4b27-98b5-b73aa67eb6cb",
693712
"key": "MePages",
694713
"value": "{{Me}}/notes/pages",
695714
"type": "string"
696715
},
697716
{
698-
"id": "ba676a04-bb19-48fc-8458-7b06f9ee6bc7",
717+
"id": "917b8d15-f231-4638-952e-f09822e68ab2",
699718
"key": "PageId",
700719
"value": "",
701720
"type": "string"
702721
},
703722
{
704-
"id": "37093897-d77d-4507-9595-14e1959d3285",
723+
"id": "124d1e9f-dd8a-49d3-b1e2-f2818655f1e7",
705724
"key": "SectionId",
706725
"value": "",
707726
"type": "string"
708727
},
709728
{
710-
"id": "237d5599-4101-435a-8932-6bde34a9581a",
729+
"id": "d1292b51-ac1e-4a99-97c9-8ad1ae3349d4",
711730
"key": "SectionGroupId",
712731
"value": "",
713732
"type": "string"
714733
},
715734
{
716-
"id": "96a1290c-30cd-4892-83c4-60ba4e2b0ec8",
735+
"id": "0de8134c-c708-4894-ac96-7d83975812ac",
717736
"key": "NotebookId",
718737
"value": "",
719738
"type": "string"
720739
},
721740
{
722-
"id": "dfb6b374-e3dd-41d1-9e50-a88b3ffe26a7",
741+
"id": "f4d87d9a-ee89-4cce-97c8-954d7d11cf06",
723742
"key": "ResourceId",
724743
"value": "",
725744
"type": "string"
726745
},
727746
{
728-
"id": "206cc4f3-f2f4-4414-9b36-a37a6adc60fb",
747+
"id": "26c41787-47cd-42af-8dc1-4144626f386e",
729748
"key": "MachineName",
730749
"value": "",
731750
"type": "string"
732751
},
733752
{
734-
"id": "afd9a172-dac8-4132-a975-dfc8f036fdc2",
753+
"id": "43d21a4b-a8e4-4eb5-97bf-bd7c4fd588d6",
735754
"key": "WebUrl",
736755
"value": "",
737756
"type": "string"
738757
},
739758
{
740-
"id": "c2baf893-77a6-4a34-8a7a-1583bfde8e21",
759+
"id": "71632c9e-ce2e-4ef2-a6ec-a6fa8d00e409",
741760
"key": "WebUrls",
742761
"value": "",
743762
"type": "string"
744763
},
745764
{
746-
"id": "23f9a02f-6b0b-4fc0-87a6-551a6465de74",
765+
"id": "6464e3bd-f143-40d0-aa6e-9f746fef19c7",
747766
"key": "Target_Id",
748767
"value": "",
749768
"type": "string"
750769
},
751770
{
752-
"id": "f33c4304-01de-4132-8815-9222d534eaff",
771+
"id": "6bde8c50-4749-46d2-8f37-cb7f64015e24",
753772
"key": "Target_Body",
754773
"value": "",
755774
"type": "string"
756775
},
757776
{
758-
"id": "70082182-9386-4180-9fb0-0e4ee1c2d384",
777+
"id": "4dc5948a-df21-4bc0-9549-231e6b0e4a18",
759778
"key": "HTMLContent",
760779
"value": "",
761780
"type": "string"
762781
},
763782
{
764-
"id": "f2433148-dbd3-4de6-b013-fa346ddb5d73",
783+
"id": "2f2e44d6-ff6d-43e8-8d2e-69313ff82600",
765784
"key": "Test_Title",
766785
"value": "",
767786
"type": "string"
768787
},
769788
{
770-
"id": "9ac8793c-b909-40a0-a8e6-b4bdbad410d6",
789+
"id": "3a1744df-ddfa-456e-a49a-2313db1dc86a",
771790
"key": "Test_JapaneseTitle",
772791
"value": "",
773792
"type": "string"

0 commit comments

Comments
 (0)