action akeneo_get_system_information { label: "Get system information" description: "This endpoint allows you to get the version and the edition of the PIM. Example of what you can get
Environment Edition Version
SaaS EE Serenity v20230112013744
SaaS CE GE v20210526040645
PaaS or onPrem EE EE 5.0.28
PaaS or onPrem CE CE 5.0.28
" provider: akeneo method: GET path: "/api/rest/v1/system-information" encoding: json output: { type: "object" additionalProperties: true } }