Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Service

API

Method

Data Model

Workflow

Group

multitenant

/product/package/acl/raw

GET

Products

N/A

Product

Description

Get product package ACL in raw form

...

Code Block
{
    "result":false,
    "errors":{
        "codes":[460],
        "details":[
            {
                "code":460461,
                "message":"Unable to find productpackage"
            }
        ]
    }
}

Response schema

Follow this link to check out the response JSON Schema

...