Nexeed

Setup Specs

    • Introduction
    • Developer documentation
      • Concepts
        • Dataset structure
        • Release management
        • Scopes
    • API documentation
      • HTTP API
Setup Specs
  • Industrial Application System
  • Core Services
    • Block Management
    • Deviation Processor
    • ID Builder
    • Multitenant Access Control
    • Notification Service
    • Reporting Management
    • Ticket Management
    • Web Portal
  • Shopfloor Management
    • Andon Live
    • Global Production Overview
    • KPI Reporting
    • Operational Routines
    • Shift Book
    • Shopfloor Management Administration
  • Product & Quality
    • Product Setup Management
    • Part Traceability
    • Process Quality
    • Setup Specs
  • Execution
    • Line Control
    • Material Management
    • Order Management
    • Packaging Control
    • Rework Control
  • Intralogistics
    • AGV Control Center
    • Stock Management
    • Transport Management
  • Machine & Equipment
    • Condition Monitoring
    • Device Portal
    • Maintenance Management
    • Tool Management
  • Enterprise & Shopfloor Integration
    • Archiving Bridge
    • Data Publisher
    • Direct Data Link
    • Engineering UI
    • ERP Connectivity
    • Gateway
    • Information Router
    • Master Data Management
    • Orchestrator
Nexeed Learning Portal
  • Setup Specs
  • Developer documentation
  • Concepts
  • Scopes
✎

Scopes

Scopes can be used in Setup Specs to define different database sources in the Web-UI and to switch on runtime between these database sources. All rest service calls have therefore a dedicated scope header parameter to define the database source by setting the scope id in the header.

Example: Setting the Scope-ID in the header

To set the Scope-ID in the header for the GET URL /setup/v1/{tenant-id}/areas, you can use the following example. This URL doesn’t require any parameters besides the tenant-id, but if the Scope-ID is set in the header, the data will be fetched from the corresponding database instead of the default database defined in the helm chart.

Request

GET /setup/v1/\{tenant-id}/areas HTTP/1.1
Host: example.com
Scope-ID: 0947D655-AFD7-43DD-A92E-BFCAAC8845DF

Example with cURL

curl -X GET "https://example.com/setup/v1/1991B3AD-A83D-4893-B7E5-ABF2575800B8/areas" -H "Scope-ID: 0947D655-AFD7-43DD-A92E-BFCAAC8845DF"

Contents

© Robert Bosch Manufacturing Solutions GmbH 2023-2025, all rights reserved

Changelog Corporate information Legal notice Data protection notice Third party licenses