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

"CCUCM"
Source Control Management SystemJSON String RepresentationClearCase Unified Control Management
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"

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

...