Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Projects can be accessed through this API using the GET service.

Include Page
REST V1 Authentication
REST V1 Authentication

Table of Contents
maxLevel2

Valid Source Control Management Types

Source Control Management SystemJSON 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 TypeJSON 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 TypesJSON String Representation
Application"Application"
Folder"Folder"
Global"Global"

Valid Project Classifications

Classification TypesJSON 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)

Anchor
buildproject
buildproject

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

Projects can be accessed through this API using the GET service.

...