App item is created
Request
POST /pub/v1/app/{namespace}/{code}/create
Path parameters
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| namespace | string | Workspace code |
Required |
| code | string | App code |
Required |
Request body
The resource sent in the request body is App item is created — Request. It contains the following writable properties:
{
"context": {
"<key>": {}
},
"statusGroupId": "uuid",
"withEventForceCreate": "boolean"
}
Properties
| Name | Type | Description | Additional |
|---|---|---|---|
| context | object |
New app fields |
Optional |
| context.<key> | map of object | Optional | |
| statusGroupId | uuid |
Status group |
Optional |
| withEventForceCreate | boolean |
Flag showing that the item creation event generation is forced |
Optional |
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 Response model for creating an item |
Response model for creating an item (App item is created) |