GET - /product/console/package/acl/api
General Information
Service | API | Method | Data Model | Workflow | Group |
---|---|---|---|---|---|
multitenant | /product/console/package/acl/api | GET | N/A | Console product |
Description
Get the ACL of a specific api in the console product package
Input
Type: application/json
Name | Source | Mandatory | Type | Special Format | Description |
---|---|---|---|---|---|
productCode | Query | YES | String | Â | The product code |
packageCode | Query | YES | String | Â | The package code |
mainEnv | Query | YES | String | Â | Â |
secEnv | Query | NO | String | Â | Â |
page | Query | NO | integer | Â | Â |
Output
Response
SOAJS has a unified response. Check out this link to understand more the schema of SOAJS responseÂ
Valid Response
Invalid Response
{
"result":false,
"errors":{
"codes":[460],
"details":[
{
"code":461,
"message":"Unable to find package"
}
]
}
} |
Response schema
Follow this link to check out the response JSON Schema
SOAJS Error Codes
Code | Description |
---|---|
400 | Business logic required data are missing |
461 | Unable to find pacakge |
602 | Model error: + %model_error% |
Â