|
137 | 137 | }
|
138 | 138 | },
|
139 | 139 | "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": [] |
165 | 140 | }
|
166 | 141 | ],
|
167 | 142 | "description": "All notebooks GET functions",
|
|
593 | 568 | }
|
594 | 569 | ],
|
595 | 570 | "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" |
596 | 615 | }
|
597 | 616 | ],
|
598 | 617 | "auth": {
|
|
629 | 648 | ],
|
630 | 649 | "variable": [
|
631 | 650 | {
|
632 |
| - "id": "e7ef96bb-6c34-42a6-bc05-81246e9d137e", |
| 651 | + "id": "35157684-d420-4626-b039-e68bdb5a98fb", |
633 | 652 | "key": "AppIdHeader",
|
634 | 653 | "value": "MS-Int-AppId",
|
635 | 654 | "type": "string"
|
636 | 655 | },
|
637 | 656 | {
|
638 |
| - "id": "e0783bd7-3eb2-4166-b8c7-6bbb6ba28480", |
| 657 | + "id": "829a708f-487d-48d6-9ec7-1ca7a370ab76", |
639 | 658 | "key": "AppIdHeader_Value",
|
640 | 659 | "value": "Testing",
|
641 | 660 | "type": "string"
|
642 | 661 | },
|
643 | 662 | {
|
644 |
| - "id": "bec712e8-a5ea-4155-9447-dc921f430e7d", |
| 663 | + "id": "7d548fe8-f203-4a48-acfd-44ccc660c636", |
645 | 664 | "key": "Me",
|
646 | 665 | "value": "{{Site}}/api/{{version}}/me",
|
647 | 666 | "type": "string"
|
648 | 667 | },
|
649 | 668 | {
|
650 |
| - "id": "742fe3e5-a792-4d81-bdca-8a8fe2aa28ef", |
| 669 | + "id": "4cc2445c-43b0-4948-9ff2-b6ae344bd195", |
651 | 670 | "key": "MeNotebooks",
|
652 | 671 | "value": "{{Me}}/notes/notebooks",
|
653 | 672 | "type": "string"
|
654 | 673 | },
|
655 | 674 | {
|
656 |
| - "id": "3c8a8fce-e13c-419e-8277-b76987ae524a", |
| 675 | + "id": "f6f88668-ef07-4950-8ca1-ffe10ad9ecd2", |
657 | 676 | "key": "MeClassNotebooks",
|
658 | 677 | "value": "{{Me}}/notes/classnotebooks",
|
659 | 678 | "type": "string"
|
660 | 679 | },
|
661 | 680 | {
|
662 |
| - "id": "19f275ef-b303-4149-a4f4-703fd6a6b6ef", |
| 681 | + "id": "68911d27-77a4-4f26-ae0e-4b700e447935", |
663 | 682 | "key": "MeSections",
|
664 | 683 | "value": "{{Me}}/notes/sections",
|
665 | 684 | "type": "string"
|
666 | 685 | },
|
667 | 686 | {
|
668 |
| - "id": "360048db-73d0-447e-aed2-35c2ba7858a4", |
| 687 | + "id": "b1a09083-a903-4f1f-a5d8-c00593fc80a7", |
669 | 688 | "key": "MeSectionGroups",
|
670 | 689 | "value": "{{Me}}/notes/sectiongroups",
|
671 | 690 | "type": "string"
|
672 | 691 | },
|
673 | 692 | {
|
674 |
| - "id": "4f27a6d6-3f1e-46bf-95d4-bbabd099591c", |
| 693 | + "id": "a0baaee2-9a0c-4d5f-bcf9-7e78826f70c3", |
675 | 694 | "key": "MeResources",
|
676 | 695 | "value": "{{Me}}/notes/resources",
|
677 | 696 | "type": "string"
|
678 | 697 | },
|
679 | 698 | {
|
680 |
| - "id": "5fdac60b-3b39-4571-81e6-93019d9c8649", |
| 699 | + "id": "b6666443-ca86-46d7-989c-6940a7bd539b", |
681 | 700 | "key": "WopiHost",
|
682 | 701 | "value": "{{Site}}/host",
|
683 | 702 | "type": "string"
|
684 | 703 | },
|
685 | 704 | {
|
686 |
| - "id": "5947dd7b-e523-41f8-a381-e25c18e5de4b", |
| 705 | + "id": "56e4dfcf-c0bc-423b-8780-93e76b5b99be", |
687 | 706 | "key": "WOPIEndpoint",
|
688 | 707 | "value": "{{Site}}/sync/{{WOPIVersion}}/Wopi",
|
689 | 708 | "type": "string"
|
690 | 709 | },
|
691 | 710 | {
|
692 |
| - "id": "45b9c66e-69c2-4e5d-a024-883730a64bd1", |
| 711 | + "id": "d30a054b-7315-4b27-98b5-b73aa67eb6cb", |
693 | 712 | "key": "MePages",
|
694 | 713 | "value": "{{Me}}/notes/pages",
|
695 | 714 | "type": "string"
|
696 | 715 | },
|
697 | 716 | {
|
698 |
| - "id": "ba676a04-bb19-48fc-8458-7b06f9ee6bc7", |
| 717 | + "id": "917b8d15-f231-4638-952e-f09822e68ab2", |
699 | 718 | "key": "PageId",
|
700 | 719 | "value": "",
|
701 | 720 | "type": "string"
|
702 | 721 | },
|
703 | 722 | {
|
704 |
| - "id": "37093897-d77d-4507-9595-14e1959d3285", |
| 723 | + "id": "124d1e9f-dd8a-49d3-b1e2-f2818655f1e7", |
705 | 724 | "key": "SectionId",
|
706 | 725 | "value": "",
|
707 | 726 | "type": "string"
|
708 | 727 | },
|
709 | 728 | {
|
710 |
| - "id": "237d5599-4101-435a-8932-6bde34a9581a", |
| 729 | + "id": "d1292b51-ac1e-4a99-97c9-8ad1ae3349d4", |
711 | 730 | "key": "SectionGroupId",
|
712 | 731 | "value": "",
|
713 | 732 | "type": "string"
|
714 | 733 | },
|
715 | 734 | {
|
716 |
| - "id": "96a1290c-30cd-4892-83c4-60ba4e2b0ec8", |
| 735 | + "id": "0de8134c-c708-4894-ac96-7d83975812ac", |
717 | 736 | "key": "NotebookId",
|
718 | 737 | "value": "",
|
719 | 738 | "type": "string"
|
720 | 739 | },
|
721 | 740 | {
|
722 |
| - "id": "dfb6b374-e3dd-41d1-9e50-a88b3ffe26a7", |
| 741 | + "id": "f4d87d9a-ee89-4cce-97c8-954d7d11cf06", |
723 | 742 | "key": "ResourceId",
|
724 | 743 | "value": "",
|
725 | 744 | "type": "string"
|
726 | 745 | },
|
727 | 746 | {
|
728 |
| - "id": "206cc4f3-f2f4-4414-9b36-a37a6adc60fb", |
| 747 | + "id": "26c41787-47cd-42af-8dc1-4144626f386e", |
729 | 748 | "key": "MachineName",
|
730 | 749 | "value": "",
|
731 | 750 | "type": "string"
|
732 | 751 | },
|
733 | 752 | {
|
734 |
| - "id": "afd9a172-dac8-4132-a975-dfc8f036fdc2", |
| 753 | + "id": "43d21a4b-a8e4-4eb5-97bf-bd7c4fd588d6", |
735 | 754 | "key": "WebUrl",
|
736 | 755 | "value": "",
|
737 | 756 | "type": "string"
|
738 | 757 | },
|
739 | 758 | {
|
740 |
| - "id": "c2baf893-77a6-4a34-8a7a-1583bfde8e21", |
| 759 | + "id": "71632c9e-ce2e-4ef2-a6ec-a6fa8d00e409", |
741 | 760 | "key": "WebUrls",
|
742 | 761 | "value": "",
|
743 | 762 | "type": "string"
|
744 | 763 | },
|
745 | 764 | {
|
746 |
| - "id": "23f9a02f-6b0b-4fc0-87a6-551a6465de74", |
| 765 | + "id": "6464e3bd-f143-40d0-aa6e-9f746fef19c7", |
747 | 766 | "key": "Target_Id",
|
748 | 767 | "value": "",
|
749 | 768 | "type": "string"
|
750 | 769 | },
|
751 | 770 | {
|
752 |
| - "id": "f33c4304-01de-4132-8815-9222d534eaff", |
| 771 | + "id": "6bde8c50-4749-46d2-8f37-cb7f64015e24", |
753 | 772 | "key": "Target_Body",
|
754 | 773 | "value": "",
|
755 | 774 | "type": "string"
|
756 | 775 | },
|
757 | 776 | {
|
758 |
| - "id": "70082182-9386-4180-9fb0-0e4ee1c2d384", |
| 777 | + "id": "4dc5948a-df21-4bc0-9549-231e6b0e4a18", |
759 | 778 | "key": "HTMLContent",
|
760 | 779 | "value": "",
|
761 | 780 | "type": "string"
|
762 | 781 | },
|
763 | 782 | {
|
764 |
| - "id": "f2433148-dbd3-4de6-b013-fa346ddb5d73", |
| 783 | + "id": "2f2e44d6-ff6d-43e8-8d2e-69313ff82600", |
765 | 784 | "key": "Test_Title",
|
766 | 785 | "value": "",
|
767 | 786 | "type": "string"
|
768 | 787 | },
|
769 | 788 | {
|
770 |
| - "id": "9ac8793c-b909-40a0-a8e6-b4bdbad410d6", |
| 789 | + "id": "3a1744df-ddfa-456e-a49a-2313db1dc86a", |
771 | 790 | "key": "Test_JapaneseTitle",
|
772 | 791 | "value": "",
|
773 | 792 | "type": "string"
|
|
0 commit comments