Project REST Endpoints
    
        Project
    
A project is a temporary endeavor undertaken to create a unique product, service, or result. Projects usually contain a work breakdown structure (WBS) and activities.
The Project service supports user defined fields (UDFs) and codes. Use the UDFValue Service to assign UDFs, and the ProjectCodeAssignment Service to assign project codes.
- Create Project
- Method: postPath:/project
- Delete Project
- Method: deletePath:/project
- Read Projects
- Method: getPath:/project
- Update Project
- Method: putPath:/project
- View Project Field Length
- Method: getPath:/project/getFieldLength/{fieldName}
- View Project fields
- Method: getPath:/project/fields