Projects can be accessed through this API using the GET service. Include Page |
---|
FD60:REST V1 Authentication | FD60: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 |
---|
| FD65:Project API GET By IdFD65: |
---|
| Project API GET By Id |
---|
|
GET (Using Query Parameters)
Include Page |
---|
| FD65:Project API GET by ParametersFD65: |
---|
| Project API GET by Parameters |
---|
|
PATCH
Include Page |
---|
| FD65:Project API PATCHFD65: |
---|
| Project API PATCH |
---|
|
POST
Create Project
Include Page |
---|
| FD65:Project API CreateFD65: |
---|
| Project API Create |
---|
|
Build Project (Using Id)
Include Page |
---|
| FD65:Project API BuildFD65: |
---|
| Project API Build |
---|
|
Deploy Project (Using Id)
Anchor |
---|
| deployproject |
---|
| deployproject |
---|
|
Include Page |
---|
| FD65:Project API DeployFD65: |
---|
| Project API Deploy |
---|
|
Execute Utility Project (Using Id)
Anchor |
---|
| executeutilityproject |
---|
| executeutilityproject |
---|
|
Include Page |
---|
| FD65:Project API ExecuteFD65: |
---|
| Project API Execute |
---|
|