Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • A api
  • Project information
    • Project information
    • Activity
    • Members
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Wiki
    • Wiki
  • Activity
Collapse sidebar
  • ironapi
  • api
  • Wiki
  • Api
  • Available Endpoints

Available Endpoints · Changes

Page history
ree endpoint authored Oct 18, 2022 by Andrea Pavlovic's avatar Andrea Pavlovic
Hide whitespace changes
Inline Side-by-side
API/Available-Endpoints.md
View page @ 7b90172a
......@@ -304,11 +304,11 @@ the entity has at least that many rows, maybe more.
## Entity Transitions List /data/$module/$entity/transitions
see [Transitions](/api/Transitions)
List all (type create) transitions available for this entity - see [Transitions](/api/Transitions)
## Entity Transition /data/$module/$entity/transitions/$transition
see [Transitions](/api/Transitions)
Execute a (type create) transition - see [Transitions](/api/Transitions)
## Entity Transition with dereferencing /data/$module/$entity/transitions/$transition/deref
......@@ -319,6 +319,11 @@ see [Transitions](/api/Transitions)
For entites which have a worklow defined, 'workflowUrl' and 'workflowVerb' will be set in
the universe and this endpoint returns a graphic representation of that workflow.
## Tree /data/$module/$entity/tree
Visualize the data in this entity as a tree - only available is the entity's strucutre defines a
tree like structure (flag 'isTree' in universe).
## Instance Retrieval /data/$module/$entity/$instance_id
Look in the universe for the correct url ('instanceRetrievalUrl') and verb ('instanceRetrievalVerb').
......
Clone repository
  • API
    • Available Endpoints
    • Changing Passwords
    • Form Input Types
    • Introduction
    • Logout
    • Plugins
    • Queries
    • Queries
      • Attributes
      • Context
      • Query Examples
      • Query Search Options
      • Referenced Instances
      • Saved Queries
    • Schema_Changes
    • Storing Files
View All Pages