Created
April 25, 2018 19:18
-
-
Save clientbala/f0f68cf8a863eef878d6653e5fb4a2f5 to your computer and use it in GitHub Desktop.
VSCode RestClient Extension
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# @name getclientsidewebparts | |
GET https://sktechnologies.sharepoint.com/_api/web/getclientsidewebparts HTTP/1.1 | |
Content-Type: application/json | |
Accept: application/json | |
Authorization: {{$aadToken sktechnologiesltd.co.uk}} | |
### | |
# @name get user | |
GET https://graph.microsoft.com/v1.0/users/[email protected]/ HTTP/1.1 | |
Content-Type: application/json | |
Accept: application/json | |
Authorization: {{$aadToken sktechnologiesltd.co.uk}} | |
### |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment