Get Deployments For Project

Get Deployments For Project

Returns a count of deployments using the project.

Request
URI
GET
https://{api_host}/deployment/api/projects/{projectId}/deployment-count
COPY
Path Parameters
string
projectId
Required

Project ID


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns Page of type(s) application/json
{
    "totalElements": 0
}
integer As int64 As int64
totalElements
Optional

Count of the deployments


401

Unauthorized

Returns Page of type(s) application/json
"Page Object"
integer As int64 As int64
totalElements
Optional

Count of the deployments


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/deployment/api/projects/{projectId}/deployment-count