Retrieve information about addable dependencies
Retrieve information about other processes that can bee added as dependencies to a process
Request
GET https://{hostname}:{port}
/build/rest2/dependencyConfig?{parameters}
| Parameter | Type | Required | Description |
|---|---|---|---|
| fullName | string | false | The name pattern to use when looking up the dependency projects/processes to add. |
| projectId | long | true | The ID of the project to which dependencies are to be added. |
| processId | long | true | The ID of the process to which dependencies are to be added. |
Example response sent by this endpoint:
{
"fullName" : "The full name of the process in format \"Project - Process\" or the name of the codestation project",
"processId" : "The ID of the process only if this is a non-Codestation project",
"codestationId" : "The ID of the Codestation project only if this is a Codestation project"
}