Language: Deutsch · English
How the app works: generic REST interpreter, endpoints used, technology stack and roadmap.
REFERENZ DEVELOPER STAND: JUL 2026 GILT FUER NUCLOS APP 1.0
Auf dieser Seite
At its core the app is an interpreter of the generic Nuclos REST API. It contains no Nuclet-specific code; structure, layout and data come from the server at runtime.
POST /rest Login (Cookie-Session, JSESSIONID)
POST /rest (anonymous/anonymous) Anonymer Login
GET /rest/bos Entitäten (Business Objects)
GET /rest/boMetas/{id} Metadaten (Attribute, Typen, titlePattern)
GET /rest/bos/{id}?offset=&chunkSize= Datensätze (mit Paging)
POST /rest/bos/{id}/query Suche/Filter
boGenerations Neuanlage (Objektgeneratoren)
withCredentials).Web & CORS
For the Web build, CORS is required on the server because of the cookie session. Not needed on iOS/Android.
query.