Add many
Information noteLOCKED.
This API is extremely reliable and will not be broken unless absolutely necessary.
This API is extremely reliable and will not be broken unless absolutely necessary.
Method
POST
Path
/qrs/[type]/many
Description
Add new entities of a specific [type] in a single transaction. Optionally, include empty GUIDs in the API call.
Example:
POST qrs/stream/many: Add new stream objects.
Body
List<[type]>
The body must contain JSON structures that correspond to objects of the given [type].
Return value
List<[type]>
The entities are 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 GUIDs to the new entities.
Optional parameters
-
{appendPrivileges}: See Adding privileges.