Let the platform do the work

/Administration/packages/staged GET

Overview

[ADMIN] PackageManager lists staged packages.

Summary

Lists staged packages in the system.

Response

  {
    "packages": [
        {
            "name": "project_P1",
            "version": 1580885419,
            "published_date": "2020-02-05 06:50:19",
            "description": "None",
            "uninstallable": "Yes",
            "type": "Module",
            "file": "0ef4dd8b237f4358bdb246a744eb2b38",
            "file_install": "5d4b4614421586fd2111714abf622392",
            "unFile": "5d4b4614421586fd2111714abf622392"
        }
    ]
}

Change Log

Version Change
v11.8

Added /Administration/packages/staged GET endpoint.