Web API for Workspace Elements: Difference between revisions
Jump to navigation
Jump to search
(Created page with "API for Workspace Elements (a.k.a. UI element API) is used by the Workspace in the Web UI to * move multiple different types of items to another project * delete multiple diff...") |
No edit summary |
||
Line 13: | Line 13: | ||
</pre> | </pre> | ||
Support also models, and the ''deletePermanently'' query parameter (see DELETE api/models/{id}). | Support also models, and the ''deletePermanently'' query parameter (see DELETE api/models/{id}). | ||
[[Category: QPR ProcessAnalyzer]] |
Revision as of 16:23, 1 November 2020
API for Workspace Elements (a.k.a. UI element API) is used by the Workspace in the Web UI to
- move multiple different types of items to another project
- delete multiple different types of items
UI Elements API
POST /api/uielements/setproject/{projectid}
Supports also models, and the moveLinkedDatatables query parameter (see PUT api/models/{id}).
DELETE /qprpa/api/uielements
Support also models, and the deletePermanently query parameter (see DELETE api/models/{id}).