Table of Contents | ||||
---|---|---|---|---|
|
Einleitung
Über das CoreOne Application ProgramIntroduction
Information from the CoreOne Suite can be queried and changed via the CoreOne application program Interface V2 (API-V2) können Informationen aus der CoreOne Suite abgefragt und mutiert werden. Das . The Application Program Interface basiert auf dem REST Protokoll und kann so aus allen Technologien einfach angesprochen werden.
Das CoreOne Application Program Interface V2 ist auf der jeweiligen Installation über folgenden URL erreichbar:
is based on the REST protocol and can therefor be easily addressed from all technologies. The CoreOne Application Program Interface V2 can be reached on the respective installation via the following URL: https://demo.itsense.ch:8000/apiv2/
Authentifizierung
Um das CoreOne Application Program InterfaceAuthentication
An access Token is required to be able to call the CoreOne Application Program Interface V2 (API V2) aufrufen zu können, ist eine Access Token notwendig. Mehr Informationen dazu finden sie in folgendem Artikel:. You can find more information on this in the following article: Access Token lösen
HTTP-
RoutenRoutes
GET (read) | POST (create) | PUT (Create or replace) | PATCH (Update) | DELETE (delete) | |||||
---|---|---|---|---|---|---|---|---|---|
/[Entitätstyp] /coreidentities | Gibt eine Liste von Objekten zurück | Erstellt ein Objekt Oder: Erstellt mehrere Objekte auf einmalReturns a list of objects | Creates an object Or: Creates multiple objects at once | 405 - Method not allowed | Aktalisierung einzelner Objekt-Eigenschaften für mehrere Objekte gleichzeitig | Löscht mehrere Objekte auf einmalUpdate of individual object properties for several objects at the same time | Deletes multiple objects at once | ||
/[Entitätstyp]/[EntitätsId] /coreidentities/771 | Gibt ein bestimmtes Objekt zurückReturns a specific object | 405 - Method not allowed | Ersetzt ein Objekt | Aktualisierung eines bestimmten Objektes | Löscht ein einzelnes ObjektReplaces an object | Update a specific object | Deletes a single object | ||
/[Entitätstyp]/fields /coreidentities/fields | Gibt eine Liste aller verfügbaren Eigenschaften eines Objektes zurückReturns a list of all available properties of an object | 405 - Method not allowed | 405 - Method not allowed | 405 - Method not allowed | 405 - Method not allowed | ||||
/[Entitätstyp]/method /coreidentities/custommethod | Führt eine bestimmte Methode für alle Objekte in der Liste aus (Gefiltert) | Führt eine bestimmte Methode für alle Objekte in der Liste aus (Gefiltert) | Führt eine bestimmte Methode für alle Objekte in der Liste aus (Gefiltert) | Führt eine bestimmte Methode für alle Objekte in der Liste aus (Gefiltert) | Führt eine bestimmte Methode für alle Objekte in der Liste aus (GefiltertExecutes a specific method for all objects in the list (Filtered) | Executes a specific method for all objects in the list (Filtered) | Executes a specific method for all objects in the list (Filtered) | Executes a specific method for all objects in the list (Filtered) | Executes a specific method for all objects in the list (Filtered) |
/[Entitätstyp]/[EntitätsId]/custommethod /coreidentities/711/custommethod | Führt eine bestimmte Methode für ein einzelnes Objekt aus | Führt eine bestimmte Methode für ein einzelnes Objekt aus | Führt eine bestimmte Methode für ein einzelnes Objekt aus | Führt eine bestimmte Methode für ein einzelnes Objekt aus | Führt eine bestimmte Methode für ein einzelnes Objekt aus |
Executes a specific method on a single object | Executes a specific method on a single object | Executes a specific method on a single object | Executes a specific method on a single object | Executes a specific method on a single object |
How-to article
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|
Related article
Filter by label (Content by label) | ||||||||
---|---|---|---|---|---|---|---|---|
|