https://github.com/OfficeDev/Project-REST-Basic-Operations
This Project Online sample code demonstrates how to create and update a project using REST
https://github.com/OfficeDev/Project-REST-Basic-Operations
Last synced: 4 months ago
JSON representation
This Project Online sample code demonstrates how to create and update a project using REST
- Host: GitHub
- URL: https://github.com/OfficeDev/Project-REST-Basic-Operations
- Owner: OfficeDev
- License: other
- Created: 2015-11-24T04:07:26.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2022-11-28T20:00:21.000Z (over 2 years ago)
- Last Synced: 2024-11-24T19:53:59.438Z (5 months ago)
- Language: PowerShell
- Homepage:
- Size: 35.2 KB
- Stars: 39
- Watchers: 18
- Forks: 22
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- jimsghstars - OfficeDev/Project-REST-Basic-Operations - This Project Online sample code demonstrates how to create and update a project using REST (PowerShell)
README
---
page_type: sample
products:
- office-project
- office-365
languages:
- powershell
extensions:
contentType: samples
platforms:
- REST API
createdDate: 11/23/2015 8:07:26 PM
---
# Project REST Basic OperationsThe Project REST Basic Operations demonstrates how to create and update a project using REST API.
## Prerequisites
To use this Project Online REST code sample, you need the following:
* An Office 365 tenant with a Project license
* PowerShell v4.0
* Latest MSAL .Net library. It is available as a Nuget Package from [here](https://www.nuget.org/packages/Microsoft.Identity.Client/)
* For the files downloaded, please run "Unblock-File *" to unblock accessing the file.## Modules
* [CreateProject](/createproject.ps1)
* [UpdateProject](/updateproject.ps1)
* [UpdateProjectCustomFields](/updateprojectcustomfieldvalues.ps1)## How the sample affects your tenant data
This sample runs REST API methods that create, read, update, or delete data. When running commands that delete or edit data, the sample creates sample data. The sample data is created or edited so that your actual tenant data is unaffected.## Additional resources
* [JavaScript library and REST reference for Project Server 2013](https://msdn.microsoft.com/en-us/library/office/jj712612.aspx)
* [SharePoint and Project Online SDK](https://www.nuget.org/packages/Microsoft.SharePointOnline.CSOM)## Copyright
Copyright (c) 2016 Microsoft. All rights reserved.This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.