Returns the Project Dependency for the specified ProjectDependency ID.
get
/primeapi/restapi/v16.2/projectDependency/{id}
Request
Path Parameters
- id
-
Type:
integer
(int64
)Required:true
ID of the Project Dependency to be found.
Response
Supported Media Types
- application/json
200 Response
successful operation
Body
Root Schema : ApiEntityProjectDependency
Type:
object
- dependencyDescription
-
Type:
string
Allowed Values:[ "Length[1-4000]" ]
The detailed summary of the project dependency. The description provides more information than short names or titles. It can give background information or establish a purpose for the item. Dependency Descriptions can help elaborate the reasons for the project dependency. - dependentProjectId
-
Type:
integer
(int64
)The ID for the dependent project. - projectDependencyId
-
Type:
integer
(int64
)KEY - projectId
-
Type:
integer
(int64
)The ID of the project dependency.
404 Response
The Project Dependency does not exist or you do not have access to it.