API Resources
Project
| API | Description |
|---|---|
| GET Projects |
search for projects |
| GET Project/{id} |
Get a Project |
| POST Projects |
Creates a Project and returns the id |
| PUT Project/{id} |
Updates a Project |
| DELETE Project/{id} |
Delete a Project |
ProjectTemplate
| API | Description |
|---|---|
| GET ProjectTemplates |
Searches for Project Template Task records. |
| GET ProjectTemplate/{id} |
Gets a single Project Template Task recrod. |
| POST ProjectTemplate |
Creates a new Project Template Task. |
| PUT ProjectTemplate/{id} |
Updates an existing Project Template Task. |
| DELETE ProjectTemplate/{id} |
Deletes a Project Template Task. |
ProjectType
| API | Description |
|---|---|
| GET ProjectTypes |
search for project types |
| GET ProjectType?id={id} |
Reads a Project Type |
| POST ProjectTypes |
Creates a Project Type and returns the id |
| PUT ProjectType |
Updates a Project Type |
| DELETE ProjectType?id={id} |
Deletes a Project Type |