Get Project Assignment

Get Project Assignment
Retrieves a Project Assignment.

Retrieves a Project Assignment with the given ID.

Request
URI
GET
https://{api_host}/cloudapi/v1/projectAssignments/{projectAssignmentUrn}
COPY
Path Parameters
string
projectAssignmentUrn
Required

projectAssignmentUrn


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns ProjectAssignment of type(s) application/json;version=9.1.0
{
    "id": "string",
    "name": "string",
    "description": "string",
    "namespaceCount": 0
}

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/cloudapi/v1/projectAssignments/{projectAssignmentUrn}