- Authentication
- Overview
- PAM asset category
- Asset family
- Asset
- Asset attribute
- Asset attribute option
- Asset media file
- PAM asset tag
- PAM asset
- PAM asset reference file
- PAM asset variation file
- Association type
- Attribute group
- Attribute
- Attribute option
- Category
- Channel
- Currency
- Family
- Family variant
- Locale
- Measure family
- Measurement family
- Product media file
- Product model
- Product
- Published product
- Reference entity
- Reference entity media file
- Reference entity attribute
- Reference entity attribute option
- Reference entity record
- System
- Catalogs
- Catalog products
- Product [identifier]
- Product [uuid]
Get system information
GET
/api/rest/v1/system-information
System
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 |
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/rest/v1/system-information'
Response Response Example
200 - Example 1
{
"edition": "string",
"version": "string"
}
Request
None
Responses
🟢200Return the version and the edition of the PIM.
application/json
Body
edition
stringÂ
optional
version
stringÂ
optional
🟠406Not Acceptable
Modified at 2023-08-15 05:53:55