How to get all uipath dependencies versions across process?

Hi @Erimatea,

can you please provide more detailed explanation about this? when I try to call a release, the response does not provide any information of dependencies. Here are the body of the response returned from my call:

@odata.context”: “odata/$metadata#Releases”,
@odata.count”: 100,
“value”: [
{
“Key”: “”,
“ProcessKey”: “”,
“ProcessVersion”: “xxx”,
“IsLatestVersion”: false,
“IsProcessDeleted”: false,
“Description”: null,
“Name”: “”,
“EnvironmentId”: null,
“EnvironmentName”: “”,
“EntryPointId”: 0000,
“EntryPointPath”: null,
“InputArguments”: null,
“ProcessType”: “Process”,
“SupportsMultipleEntryPoints”: true,
“RequiresUserInteraction”: true,
“IsAttended”: false,
“IsCompiled”: true,
“AutomationHubIdeaUrl”: null,
“AutoUpdate”: false,
“HiddenForAttendedUser”: false,
“FeedId”: “”,
“JobPriority”: “Normal”,
“SpecificPriorityValue”: 00,
“OrganizationUnitId”: 00,
“OrganizationUnitFullyQualifiedName”: “<ou_name>”,
“TargetFramework”: “Windows”,
“RobotSize”: null,
“AutoCreateConnectedTriggers”: true,
“RemoteControlAccess”: “None”,
“LastModificationTime”: “”,
“LastModifierUserId”: xxx,
“CreationTime”: “”,
“CreatorUserId”: 000,
“Id”: 000,
“Arguments”: {
“Input”: “”,
“Output”: “
},
“ProcessSettings”: null,
“VideoRecordingSettings”: null,
“Tags”: ,
“ResourceOverwrites”:
}
]
}

Thank you.