Web API for Workspace Elements

From QPR ProcessAnalyzer Wiki
Revision as of 16:22, 1 November 2020 by Ollvihe (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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}).