View a Project Dependency by Codes

get

/api/restapi/projectDependency/itemCode

Send a request to this endpoint to view a project dependency with codes matching the code fields in query parameters.

Request

Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : ApiEntityProjectDependency
Type: object
Title: ApiEntityProjectDependency
This entity represents a ProjectDependency object, a unique ProjectDependency object can be identified by the following combinations of the fields.
  • projectDependencyId
  • projectId,dependentProjectId
  • projectId,dependentProjectCode,dependentProjectWorkspaceCode
  • projectCode,projectWorkspaceCode,dependentProjectId
  • projectCode,projectWorkspaceCode,dependentProjectCode,dependentProjectWorkspaceCode
Show Source

404 Response

The requested object does not exist, or you do not have access to it.
Back to Top