Parameter | Description |
---|---|
Agent IDs | A list of agent IDs to retrieve their applications. |
{
"data": [
{
"installedDate": "2025-03-24T07:44:25Z",
"name": "<string>",
"publisher": "<string>",
"size": 92806,
"version": "<string>"
},
{
"installedDate": "2025-03-24T07:44:25Z",
"name": "<string>",
"publisher": "<string>",
"size": 117197,
"version": "<string>"
}
]
}
Was this page helpful?