Skip to main content Skip to complementary content

Add

Information noteLOCKED.

This API is extremely reliable and will not be broken unless absolutely necessary.

Method

POST

Path

/qrs/[type]

Description

Add a new entity of a specific [type]. Optionally, include an empty GUID in the API call.

Example:  

POST qrs/stream: Add a new stream object.

Information noteTo create an app through an API call, use the engine API (see Create an app), which reuses the /qrs/app endpoint. It is the engine that creates the app's metadata, so if you attempt to create an app by calling the qrs/app API endpoint directly, you will get an entry in the database but no physical file.

Body

[type]

The body must contain a JSON structure that corresponds to an object of the given [type].

Return value

[type]

The entity is returned, which makes it possible to check the properties that are automatically initialized or updated by the Qlik Sense Repository Service (QRS). For example, if no GUID is given in the body, the QRS automatically assigns a GUID to the new entity.

Optional parameters

Example: Add custom property to engine services

This example shows how to create a custom property and add it to the engine service entity type.

Example: Add tag

This example shows how to add a tag.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!