...
HTTP Code | API Code | Definition |
---|---|---|
404 | 404/600 | Unknown view |
403 | 403/600 | Unreachable view (or forbidden) |
422 | 422/600 | Unreachable view (configuration problem) |
422 | 422/601 | Resource not found |
403 | 403/602 | Forbidden view |
...
...
EndPoint: available views list
since 11.12
Code Block |
---|
GET http://host:port/app/api/json/catalog/resource |
...