Busroot Documentation
Go to OI WebsiteRequest Access to Demo Site
  • Getting Started
    • Overview
    • Concepts and Architecture
      • Station Windows
    • Account Setup
      • Users & Authentication
    • Connecting Stations
    • Glossary
    • Releases
  • Features
    • Production Tracking
    • Asset Utilisation
    • Downtime Analysis
    • Scheduling
    • OEE Analysis
    • Energy Monitoring
    • Cycle Time Analysis
    • Lost Production Cost Analysis
    • Operator Interface
    • Shop Floor LFDs
    • Email Notifications
      • Daily Summary Email
  • Configuration
    • Plants
    • Stations
    • SKUs
    • Issue Reasons
  • Integrations
    • Real-time Station Data
    • HTTP API Reference
      • Account
      • Admin
      • Analysis Cycletime
      • ApiKey
      • Authenticate
      • Dashboard
      • Debug
      • Device
      • Energy
      • File
      • Filter
      • Health Check
      • Issue
      • Non Production Reason
      • Oee
      • OpenAPI
      • Plant
      • Production
      • Schedule
      • Shift
      • Sku
      • Sku Group
      • Station
      • Station Group
      • Station Window
      • Target
      • User
      • Models
    • PowerBI Direct Access
    • Grafana Direct Access
    • Bulk Data Export
      • CSV Download
      • S3 Sync
    • Node-RED Nodes
  • Recommended Hardware
    • Arduino Opta
      • Configuration
      • Cellular Connectivity
    • Android Tablet
    • Energy Monitors
      • 1 Phase < 100A
      • 3 Phase < 100A
      • 3 Phase < 4000A
    • Fire TV Stick
    • Diagnostic Device
  • Partner Portal
    • Overview
    • Becoming a Partner
  • Archive
    • Use Busroot
      • Live Monitoring
        • Cockpit
        • Dashboards
      • Production
        • Production Monitoring
      • OEE
        • OEE Chart
        • PT vs NPT
        • Downtime Detection
        • Utilisation Monitoring
      • Admin
        • Plants
        • Stations
        • SKU Management
        • Shift Patterns
        • Notifications
      • Production Schedules
        • Schedule CSV Upload
      • Operator Tablet
        • Interruption Tool
      • Manage Your Stations
      • Alerts and Emails
    • Workflows
      • Basic Utilisation Monitoring
      • Performance Monitoring
      • Production Progress Forecasting
      • Manual Production Progress Tracking
      • Understanding Downtime Trends
      • Understanding Production Trends
      • Daily Email Summaries
      • Adhoc Production Tracking
      • Short Interval Control
      • Wasted Energy
      • Understanding Energy Consumption Trends
      • Raw Data Access
      • Understanding OEE Trends
    • FAQs
    • CUSTOMER GUIDE TO BUSROOT
      • Requirements before and during Installation
        • Pre-Installation requirements
          • Completing the Work order form
        • What hardware will you need and do we provide it?
        • Connectivity requirements to use Busroot
        • Installation
        • Self-Installation and configuration guide
      • A user guide to getting started with your account
        • Setting up your Plant
        • Login to your account
        • Station Setup
        • SKU Setup
        • Shift Patterns
        • Notifications
      • Glossary of Busroot Menu Features and how to use them
        • Menu - Overview
        • Menu - Live Monitoring
          • Production Progress
          • Cockpit
        • Menu - Production
        • Menu - Scheduling
          • Production Schedules
          • Schedule CSV Upload
        • Menu - OEE Analysis
          • PT vs NPT
          • OEE Chart
          • Utilisation Monitoring
          • Downtime Detection
        • Menu - Energy
    • Onboarding
      • Welcome
      • Getting Started
      • Implementation
      • After the installation
      • For your IT Team
Powered by GitBook
On this page
  1. Integrations
  2. HTTP API Reference

Schedule

PreviousProductionNextShift

© 2025 Output Industries Ltd

get
Authorizations
Responses
200
200 OK
text/csv
Responsestring
400
Bad Request - The server could not process the request due to invalid input, missing required parameters, or malformed syntax.
application/json
401
Unauthorized - Authentication is missing or invalid. Ensure you provide a valid token or credentials to access this resource.
application/json
403
Forbidden - You are authenticated but do not have permission to perform this action. Contact the administrator if you believe this is an error.
application/json
409
Conflict - The request could not be completed due to a conflict with the current state of the resource, such as a duplicate record or a versioning issue.
application/json
500
Internal Server Error - An unexpected error occurred on the server. Please try again later or contact support if the issue persists.
application/json
get
GET /api/schedule/production/csv HTTP/1.1
Host: qa.eu-west-2-2.busroot.opind.co
X-API-KEY: YOUR_API_KEY
Accept: */*
text
get
Authorizations
Responses
200
200 OK
text/csv
Responsestring
400
Bad Request - The server could not process the request due to invalid input, missing required parameters, or malformed syntax.
application/json
401
Unauthorized - Authentication is missing or invalid. Ensure you provide a valid token or credentials to access this resource.
application/json
403
Forbidden - You are authenticated but do not have permission to perform this action. Contact the administrator if you believe this is an error.
application/json
409
Conflict - The request could not be completed due to a conflict with the current state of the resource, such as a duplicate record or a versioning issue.
application/json
500
Internal Server Error - An unexpected error occurred on the server. Please try again later or contact support if the issue persists.
application/json
get
GET /api/schedule/non-production/csv HTTP/1.1
Host: qa.eu-west-2-2.busroot.opind.co
X-API-KEY: YOUR_API_KEY
Accept: */*
text
get
Authorizations
Query parameters
stationcodesany ofOptional
stringOptional
or
string[]Optional
plantcodestring · min: 1Optional
skucodesany ofOptional
stringOptional
or
string[]Optional
Responses
200
200 OK
application/json
400
Bad Request - The server could not process the request due to invalid input, missing required parameters, or malformed syntax.
application/json
401
Unauthorized - Authentication is missing or invalid. Ensure you provide a valid token or credentials to access this resource.
application/json
403
Forbidden - You are authenticated but do not have permission to perform this action. Contact the administrator if you believe this is an error.
application/json
409
Conflict - The request could not be completed due to a conflict with the current state of the resource, such as a duplicate record or a versioning issue.
application/json
500
Internal Server Error - An unexpected error occurred on the server. Please try again later or contact support if the issue persists.
application/json
get
GET /api/schedule/workorder HTTP/1.1
Host: qa.eu-west-2-2.busroot.opind.co
X-API-KEY: YOUR_API_KEY
Accept: */*
{
  "isSuccess": true,
  "result": {
    "ANY_ADDITIONAL_PROPERTY": {
      "ANY_ADDITIONAL_PROPERTY": [
        {
          "id": 1,
          "stationCode": "text",
          "stationName": "text",
          "accountId": "text",
          "plannedStartAt": "text",
          "plannedStartAtTimestamp": 1,
          "plannedEndAt": "text",
          "plannedEndAtTimestamp": 1,
          "workOrderReference": "text",
          "plannedDuration": 1,
          "plannedQuantity": 1,
          "nonProductionReasonCode": "text",
          "nonProductionReasonDescription": "text",
          "skuCode": "text",
          "skuName": "text",
          "skuValue": 1,
          "batchSize": 1,
          "cycleTime": 1,
          "unitsPerMinute": 1,
          "unitsPerHour": 1,
          "lineSpeedTarget": 1,
          "effectiveCycleTime": 1,
          "effectiveUnitsPerMinute": 1,
          "effectiveUnitsPerHour": 1,
          "effectiveLineSpeedTarget": 1,
          "effectiveBatchSize": 1,
          "effectiveMinimumCycleTime": 1,
          "deletedAt": "text",
          "actualStartAt": "text",
          "actualStartAtTimestamp": 1,
          "actualEndAt": "text",
          "actualEndAtTimestamp": 1,
          "quantityGood": 1,
          "quantityBad": 1,
          "skuGroupCode": "text",
          "skuGroupName": "text",
          "extendShift": true,
          "downtimeDurationThresholdMultiplier": 1,
          "isStarted": true,
          "isEnded": true,
          "allowScheduleCutShort": true,
          "idealQuantity": 1,
          "performanceIdeal": 1,
          "performanceActual": 1,
          "performanceModeFrom": "schedule",
          "logs": [
            "text"
          ]
        }
      ]
    }
  }
}
get
Authorizations
Path parameters
idintegerRequired
Query parameters
rangecodestringRequired
Responses
200
200 OK
application/json
400
Bad Request - The server could not process the request due to invalid input, missing required parameters, or malformed syntax.
application/json
401
Unauthorized - Authentication is missing or invalid. Ensure you provide a valid token or credentials to access this resource.
application/json
403
Forbidden - You are authenticated but do not have permission to perform this action. Contact the administrator if you believe this is an error.
application/json
409
Conflict - The request could not be completed due to a conflict with the current state of the resource, such as a duplicate record or a versioning issue.
application/json
500
Internal Server Error - An unexpected error occurred on the server. Please try again later or contact support if the issue persists.
application/json
get
GET /api/schedule/{id}/logs HTTP/1.1
Host: qa.eu-west-2-2.busroot.opind.co
X-API-KEY: YOUR_API_KEY
Accept: */*
{
  "isSuccess": true,
  "results": [
    {
      "accountId": "text",
      "scheduleId": 1,
      "createdAt": "text",
      "updatedAt": "text",
      "message": "text"
    }
  ]
}
post
Authorizations
Path parameters
idintegerRequired
Responses
200
200 OK
application/json
400
Bad Request - The server could not process the request due to invalid input, missing required parameters, or malformed syntax.
application/json
401
Unauthorized - Authentication is missing or invalid. Ensure you provide a valid token or credentials to access this resource.
application/json
403
Forbidden - You are authenticated but do not have permission to perform this action. Contact the administrator if you believe this is an error.
application/json
409
Conflict - The request could not be completed due to a conflict with the current state of the resource, such as a duplicate record or a versioning issue.
application/json
500
Internal Server Error - An unexpected error occurred on the server. Please try again later or contact support if the issue persists.
application/json
post
POST /api/schedule/{id}/cutshort HTTP/1.1
Host: qa.eu-west-2-2.busroot.opind.co
X-API-KEY: YOUR_API_KEY
Accept: */*
{
  "isSuccess": true
}
delete
Authorizations
Path parameters
idintegerRequired
Responses
204
204 No Content
400
Bad Request - The server could not process the request due to invalid input, missing required parameters, or malformed syntax.
application/json
401
Unauthorized - Authentication is missing or invalid. Ensure you provide a valid token or credentials to access this resource.
application/json
403
Forbidden - You are authenticated but do not have permission to perform this action. Contact the administrator if you believe this is an error.
application/json
409
Conflict - The request could not be completed due to a conflict with the current state of the resource, such as a duplicate record or a versioning issue.
application/json
500
Internal Server Error - An unexpected error occurred on the server. Please try again later or contact support if the issue persists.
application/json
delete
DELETE /api/schedule/{id} HTTP/1.1
Host: qa.eu-west-2-2.busroot.opind.co
X-API-KEY: YOUR_API_KEY
Accept: */*

No content

  • GET/schedule
  • POST/schedule
  • GET/schedule/production/csv
  • GET/schedule/non-production/csv
  • POST/schedule/bulk
  • GET/schedule/workorder
  • GET/schedule/{id}/logs
  • POST/schedule/{id}/cutshort
  • DELETE/schedule/{id}
get
Authorizations
Query parameters
rangecodestringRequired
plantcodestring · min: 1Optional
stationcodesany ofOptional
stringOptional
or
string[]Optional
scheduleidsany ofOptional
stringOptional
or
string[]Optional
Responses
200
200 OK
application/json
400
Bad Request - The server could not process the request due to invalid input, missing required parameters, or malformed syntax.
application/json
401
Unauthorized - Authentication is missing or invalid. Ensure you provide a valid token or credentials to access this resource.
application/json
403
Forbidden - You are authenticated but do not have permission to perform this action. Contact the administrator if you believe this is an error.
application/json
409
Conflict - The request could not be completed due to a conflict with the current state of the resource, such as a duplicate record or a versioning issue.
application/json
500
Internal Server Error - An unexpected error occurred on the server. Please try again later or contact support if the issue persists.
application/json
get
GET /api/schedule HTTP/1.1
Host: qa.eu-west-2-2.busroot.opind.co
X-API-KEY: YOUR_API_KEY
Accept: */*
{
  "isSuccess": true,
  "results": [
    {
      "id": 1,
      "stationCode": "text",
      "stationName": "text",
      "accountId": "text",
      "plannedStartAt": "text",
      "plannedStartAtTimestamp": 1,
      "plannedEndAt": "text",
      "plannedEndAtTimestamp": 1,
      "workOrderReference": "text",
      "plannedDuration": 1,
      "plannedQuantity": 1,
      "nonProductionReasonCode": "text",
      "nonProductionReasonDescription": "text",
      "skuCode": "text",
      "skuName": "text",
      "skuValue": 1,
      "batchSize": 1,
      "cycleTime": 1,
      "unitsPerMinute": 1,
      "unitsPerHour": 1,
      "lineSpeedTarget": 1,
      "effectiveCycleTime": 1,
      "effectiveUnitsPerMinute": 1,
      "effectiveUnitsPerHour": 1,
      "effectiveLineSpeedTarget": 1,
      "effectiveBatchSize": 1,
      "effectiveMinimumCycleTime": 1,
      "deletedAt": "text",
      "actualStartAt": "text",
      "actualStartAtTimestamp": 1,
      "actualEndAt": "text",
      "actualEndAtTimestamp": 1,
      "quantityGood": 1,
      "quantityBad": 1,
      "skuGroupCode": "text",
      "skuGroupName": "text",
      "extendShift": true,
      "downtimeDurationThresholdMultiplier": 1,
      "isStarted": true,
      "isEnded": true,
      "allowScheduleCutShort": true,
      "idealQuantity": 1,
      "performanceIdeal": 1,
      "performanceActual": 1,
      "performanceModeFrom": "schedule",
      "logs": [
        "text"
      ]
    }
  ],
  "range": {
    "from": 1,
    "to": 1,
    "duration": 1,
    "fromIso": "text",
    "toIso": "text",
    "durationFormatted": "text"
  }
}
post
Authorizations
Body
idintegerOptional
stationCodestring · min: 1 · max: 32OptionalPattern: ^([a-zA-Z0-9-_]+)$
plannedStartAtany ofOptional
stringOptional
or
string · date-timeOptional
plannedEndAtany of | nullableOptional
stringOptional
or
string · date-timeOptional
plannedQuantitynumber | nullableOptional
skuCodestring | nullableOptionalPattern: ^([a-zA-Z0-9.\\/-]+)$
workOrderReferencestring | nullableOptional
nonProductionReasonCodestring | nullableOptional
calculatedQuantitynumberOptional
calculatedEndAtstring · date-timeOptional
predictedQuantitynumberOptional
predictedEndAtstring · date-timeOptional
lastPredictedAtstring · date-timeOptional
deletedAtstring · date-timeOptional
actualStartAtany of | nullableOptional
stringOptional
or
string · date-timeOptional
actualEndAtany of | nullableOptional
stringOptional
or
string · date-timeOptional
skuGroupCodestring | nullableOptionalPattern: ^([a-zA-Z0-9.\\/-]+)$
cycleTimeinteger | nullableOptional
extendShiftbooleanOptional
orderTypestring · enumOptionalPossible values:
unitsPerMinuteinteger | nullableOptional
unitsPerHourinteger | nullableOptional
lineSpeedTargetinteger | nullableOptional
batchSizenumber | nullableOptional
Responses
200
200 OK
application/json
400
Bad Request - The server could not process the request due to invalid input, missing required parameters, or malformed syntax.
application/json
401
Unauthorized - Authentication is missing or invalid. Ensure you provide a valid token or credentials to access this resource.
application/json
403
Forbidden - You are authenticated but do not have permission to perform this action. Contact the administrator if you believe this is an error.
application/json
409
Conflict - The request could not be completed due to a conflict with the current state of the resource, such as a duplicate record or a versioning issue.
application/json
500
Internal Server Error - An unexpected error occurred on the server. Please try again later or contact support if the issue persists.
application/json
post
POST /api/schedule HTTP/1.1
Host: qa.eu-west-2-2.busroot.opind.co
X-API-KEY: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 583

{
  "id": 1,
  "stationCode": "text",
  "plannedStartAt": "text",
  "plannedEndAt": "text",
  "plannedQuantity": 1,
  "skuCode": "text",
  "workOrderReference": "text",
  "nonProductionReasonCode": "text",
  "calculatedQuantity": 1,
  "calculatedEndAt": "2025-05-29T13:40:45.831Z",
  "predictedQuantity": 1,
  "predictedEndAt": "2025-05-29T13:40:45.831Z",
  "lastPredictedAt": "2025-05-29T13:40:45.831Z",
  "deletedAt": "2025-05-29T13:40:45.831Z",
  "actualStartAt": "text",
  "actualEndAt": "text",
  "skuGroupCode": "text",
  "cycleTime": 1,
  "extendShift": true,
  "orderType": "quantity",
  "unitsPerMinute": 1,
  "unitsPerHour": 1,
  "lineSpeedTarget": 1,
  "batchSize": 1
}
{
  "isSuccess": true,
  "result": {
    "id": 1,
    "stationCode": "text",
    "plannedStartAt": "text",
    "plannedEndAt": "text",
    "plannedQuantity": 1,
    "skuCode": "text",
    "nonProductionReasonCode": "text",
    "workOrderReference": "text",
    "calculatedQuantity": 1,
    "calculatedEndAt": "text",
    "predictedQuantity": 1,
    "predictedEndAt": "text",
    "lastPredictedAt": "text",
    "deletedAt": "text",
    "accountId": "text",
    "actualStartAt": "text",
    "actualEndAt": "text",
    "skuGroupCode": "text",
    "cycleTime": 1,
    "unitsPerMinute": 1,
    "unitsPerHour": 1,
    "lineSpeedTarget": 1,
    "batchSize": 1,
    "extendShift": true,
    "createdAt": "text",
    "updatedAt": "text"
  }
}
post
Authorizations
Body
typestring · enumRequiredPossible values:
Responses
200
200 OK
application/json
400
Bad Request - The server could not process the request due to invalid input, missing required parameters, or malformed syntax.
application/json
401
Unauthorized - Authentication is missing or invalid. Ensure you provide a valid token or credentials to access this resource.
application/json
403
Forbidden - You are authenticated but do not have permission to perform this action. Contact the administrator if you believe this is an error.
application/json
409
Conflict - The request could not be completed due to a conflict with the current state of the resource, such as a duplicate record or a versioning issue.
application/json
500
Internal Server Error - An unexpected error occurred on the server. Please try again later or contact support if the issue persists.
application/json
post
POST /api/schedule/bulk HTTP/1.1
Host: qa.eu-west-2-2.busroot.opind.co
X-API-KEY: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 624

{
  "type": "non_production",
  "uploadData": [
    {
      "id": 1,
      "stationCode": "text",
      "plannedStartAt": "text",
      "plannedEndAt": "text",
      "plannedQuantity": 1,
      "skuCode": "text",
      "workOrderReference": "text",
      "nonProductionReasonCode": "text",
      "calculatedQuantity": 1,
      "calculatedEndAt": "2025-05-29T13:40:45.831Z",
      "predictedQuantity": 1,
      "predictedEndAt": "2025-05-29T13:40:45.831Z",
      "lastPredictedAt": "2025-05-29T13:40:45.831Z",
      "deletedAt": "2025-05-29T13:40:45.831Z",
      "actualStartAt": "text",
      "actualEndAt": "text",
      "skuGroupCode": "text",
      "cycleTime": 1,
      "extendShift": true,
      "orderType": "quantity",
      "unitsPerMinute": 1,
      "unitsPerHour": 1,
      "lineSpeedTarget": 1,
      "batchSize": 1
    }
  ]
}
{
  "isSuccess": true,
  "result": {
    "updatedSchedules": [
      {
        "errors": [
          {
            "message": "text",
            "field": "text"
          }
        ],
        "index": 1,
        "id": 1,
        "schedule": {
          "id": 1,
          "stationCode": "text",
          "plannedStartAt": "text",
          "plannedEndAt": "text",
          "plannedQuantity": 1,
          "skuCode": "text",
          "nonProductionReasonCode": "text",
          "workOrderReference": "text",
          "calculatedQuantity": 1,
          "calculatedEndAt": "text",
          "predictedQuantity": 1,
          "predictedEndAt": "text",
          "lastPredictedAt": "text",
          "deletedAt": "text",
          "accountId": "text",
          "actualStartAt": "text",
          "actualEndAt": "text",
          "skuGroupCode": "text",
          "cycleTime": 1,
          "unitsPerMinute": 1,
          "unitsPerHour": 1,
          "lineSpeedTarget": 1,
          "batchSize": 1,
          "extendShift": true,
          "createdAt": "text",
          "updatedAt": "text"
        }
      }
    ],
    "errorSchedules": [
      {
        "errors": [
          {
            "message": "text",
            "field": "text"
          }
        ],
        "index": 1,
        "id": 1,
        "schedule": {
          "id": 1,
          "stationCode": "text",
          "plannedStartAt": "text",
          "plannedEndAt": "text",
          "plannedQuantity": 1,
          "skuCode": "text",
          "nonProductionReasonCode": "text",
          "workOrderReference": "text",
          "calculatedQuantity": 1,
          "calculatedEndAt": "text",
          "predictedQuantity": 1,
          "predictedEndAt": "text",
          "lastPredictedAt": "text",
          "deletedAt": "text",
          "accountId": "text",
          "actualStartAt": "text",
          "actualEndAt": "text",
          "skuGroupCode": "text",
          "cycleTime": 1,
          "unitsPerMinute": 1,
          "unitsPerHour": 1,
          "lineSpeedTarget": 1,
          "batchSize": 1,
          "extendShift": true,
          "createdAt": "text",
          "updatedAt": "text"
        }
      }
    ]
  }
}