Projects can be accessed through this API using the GET service. Include Page |
---|
REST V1 Authentication | REST V1 Authentication | Valid Source Control Management Types
...
Valid Project Types
...
Valid Priority Scope Types
...
Valid Project Classifications
...
GET
...
Projects
...
GET (Using Id)
...
GET (Using Query Parameters)
...
PATCH
...
POST
Create Project
...
Build Project (Using Id)
...
Deploy Project (Using Id)
...
Execute Utility Project (Using Id)
...
Projects can be accessed through this API using the GET service.
FD60:FD60:
Valid Source Control Management Types
Source Control Management System | JSON String Representation |
---|
Concurrent Version System | "CVS" |
Git | "GIT" |
File System | "FILE" |
Perforce | "PERF" |
Polytron Version Control System | "PVCS" |
Subversion | "SVN" |
Team Foundation Version Control | "TFVC" |
Valid Project Types
Project Type | JSON String Representation |
---|
General | "GENERAL" |
Managed File Transfer | "MFT" |
Partial File | "PARTIAL_FILE" |
Oracle Forms | "OracleForms" |
Oracle Database | "ORACLE_DB" |
Oracle Business Intelligence | "ORACLE_BI" |
Sales Force | "SALESFORCE" |
Utility | "UTILITY" |
Generic | "GENERIC" |
Valid Priority Scope Types
Priority Scope Types | JSON String Representation |
---|
Application | "Application" |
Folder | "Folder" |
Global | "Global" |
Valid Project Classifications
Classification Types | JSON String Representation |
---|
Standard | "Standard" |
Package Based (previously called Partial Deployments) | "PackageBased" |
Utility | "Utility" |
Container | "Container" |
GET
There are two implementations of GET. One will find a Project with the given Id and return the JSON representation of the Project. The other will find a list of Projects matching the parameters supplied to it.
GET (Using Id)
Include Page |
---|
| Project API GET By Id |
---|
| Project API GET By Id |
---|
|
GET (Using Query Parameters)
Include Page |
---|
| Project API GET by Parameters |
---|
| Project API GET by Parameters |
---|
|
PATCH
Include Page |
---|
| Project API PATCH |
---|
| Project API PATCH |
---|
|
POST
Create Project
Include Page |
---|
| Project API Create |
---|
| Project API Create |
---|
|
Build Project (Using Id)
Include Page |
---|
| Project API Build |
---|
| Project API Build |
---|
|
Deploy Project (Using Id)
Anchor |
---|
| deployproject |
---|
| deployproject |
---|
|
Include Page |
---|
| Project API Deploy |
---|
| Project API Deploy |
---|
|
Execute Utility Project (Using Id)
Anchor |
---|
| executeutilityproject |
---|
| executeutilityproject |
---|
|
Include Page |
---|
| Project API Execute |
---|
| Project API Execute |
---|
|
...