Get All Projects
Overview
Get the projects from the end system that the integration user has access to.
Note: Return the
OH_NO_PROJECTif the end system does not have the Projects' structure.
API URI
This is the URI OpsHub will execute to call this API:
GET: /mbse/api/1.0/projects?
startIndex=<startIndex>
maxResults=<maxResults>URI Parameters
Name
In
Required
Type
Description
startIndex
Query
True
Integer
Start index from which list of projects should be returned
maxResults
Query
True
Integer
Maximum number of projects to be returned by custom connector, starting from startIndex
Response Payload
[
{
"id": "unique identifier",
"name": "project name",
"parentWorkSpaceId": "parent workspace id"
}
]Name
Type
Required
Description
id
Integer or String
True
Id or internal name of the project
name
String
True
Display name of the project
parentWorkSpaceId
String
False
If end system supports workspace-project hierarchy, set the id or internal name of the direct parent workspace
Examples
Flat project list
Example 1:
Example 2
Workspace-Project hierarchy
Last updated

