Get a list of app items
Request
GET /pub/v1/app/{namespace}/{code}/list
Path parameters
Parameter name | Value | Description | Additional |
---|---|---|---|
namespace | string | Workspace code |
Required |
code | string | App code |
Required |
Query parameters
Parameter name | Value | Description | Additional |
---|---|---|---|
query | string (json) |
Query parameters of item list Parameter format |
Required |
Authorization
This request requires the use of one of following authorisation methods:
API key
Response
The following HTTP status codes may be returned.
Status code | Description | Resource |
---|---|---|
200 | OK Model of an app item list. |
Model of an app item list (Get a list of app items) |