Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

This Project Online sample code demonstrates how to create and update a project using REST

Awesome Lists containing this project

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 Operations

The 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.