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
  • Universe

Universe · Changes

Page history
update authored May 25, 2021 by Andrea Pavlovic's avatar Andrea Pavlovic
Hide whitespace changes
Inline Side-by-side
API/Universe.md
View page @ c2b47ae8
[[Home]] [[_TOC_]]
[TOC]
# What is the universe? # What is the universe?
...@@ -96,8 +94,8 @@ These are settings for the current user, as set in the database. ...@@ -96,8 +94,8 @@ These are settings for the current user, as set in the database.
## model ## model
The main part of the universe. It lists all modules, their entities with The main part of the universe. It lists all modules, their entities with
attributes and possible [[Transitions]]. It also provides the urls for attributes and possible [Transitions](/API/Transitions). It also provides the urls for
possible [[Queries]]. possible [Queries](/API/Queries).
``` ```
#!json #!json
...@@ -362,7 +360,7 @@ To get instances in store.product, use the information to send a query: ...@@ -362,7 +360,7 @@ To get instances in store.product, use the information to send a query:
} }
``` ```
Look into the [[Queries]] documentation for more details. Look into the [Queries](/API/Queries) documentation for more details.
# Transitions # Transitions
...@@ -549,4 +547,4 @@ GET /data/system/client/1 ...@@ -549,4 +547,4 @@ GET /data/system/client/1
"password": "15f387d6d56522516a14affa99be6e02" "password": "15f387d6d56522516a14affa99be6e02"
} }
} }
``` ```
\ No newline at end of file
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