Skip to content

Instantly share code, notes, and snippets.

@expiscornovus
Last active March 18, 2022 13:04
Show Gist options
  • Save expiscornovus/6f9069ccb51fe5e831d49c65d5fe7693 to your computer and use it in GitHub Desktop.
Save expiscornovus/6f9069ccb51fe5e831d49c65d5fe7693 to your computer and use it in GitHub Desktop.
Check out SharePoint Page REST API request
Method
POST
URI
/_api/sitepages/pages(@{body('Parse_JSON')?['d']?['Id']})/checkoutpage
Headers
{
"content-type": "application/json;odata=verbose",
"Accept": "application/json;odata=verbose"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment