Request

POST /pub/v1/app/{namespace}/{code}/create

Path parameters

Parameter name Value Description Additional
namespace string

Workspace Code

Required
code string

Workspace App Code

Required

Request body

The request body takes a complete resource  Create an app item - Request. Containing 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 an event about creating a new item was triggered

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 (Create an app item)