List Projects

List Projects

List Projects

Request
URI
GET
https://{api_host}/pipeline/api/projects
COPY
Responses
200

successful operation

Returns UserProjects of type(s) application/json
{
    "userName": "string",
    "projects": [
        {
            "name": "string",
            "projectLink": "string"
        }
    ],
    "totalCount": "string",
    "numberOfElements": "string"
}
string
userName
Optional

userName

array of Project
projects
Optional

projects

string
totalCount
Optional

totalCount

string
numberOfElements
Optional

numberOfElements