Data Access OEE Computed Periods

Endpoints

Get oee computed periods list

/companies/{companycode}/establishments/{establishmentcode}/data-access/oee-computed-periods

Description

Returns oee computed periods.

Parameters

Type Name Description Schema

Path

companyCode
required

Company code

string

Path

establishmentCode
required

Establishment code

string

Query

from
required

Begin date

string (YYYY-MM-DD)

Query

to
required

End date

string (YYYY-MM-DD)

Query

mode
optional

Mode export data
(either export created or updated computed periods)

IN(INITIALISATION=from and to parameters compared to production day, INCREMENTAL=from and to parameters compared to updated date)
DEFAULT(INITIALISATION)

Query

lineCode
optional

Line code

string

Query

scrollId
optional

Scroll ID of first response

string

Responses

HTTP Code Description Schema

200

Successful

400

Functional error

No Content

500

Internal server error

No Content

Produces

  • application/json

Data structure

oee computed periods response information

Description of OEE computed periods.

Name Description Value

periods
required

OEE computed periods

scrollId
required

Scroll ID

string

OeeComputedPeriodsDTO

Name Description Value

area
optional

Area

cadenceLostDuration
optional

Cadence lost duration

long

cancelled
optional

Cancelled

boolean

company
optional

Company

deductedFromDoneQuantity
optional

Deducted from done quantity

double

doneProductionDuration
optional

Done production duration

long

doneQuantity
optional

Done quantity

double

establishment
optional

Establishment

goodProductionDuration
optional

Good production duration

long

goodProductionFinalDuration
optional

good production final duration

long

item
optional

Item

line
optional

Line

lineConfiguration
optional

Line configuration

moNb
optional

MO number

string

noneQualityDuration
optional

None quality duration

long

periodBegin
optional

Period begin

datetime (ISO-8601)

periodDuration
optional

Period duration

long

periodEnd
optional

Period end

datetime (ISO-8601)

prodDay
optional

Production day

date

runningTimeDuration
optional

Running time duration

long

scrapQuantity
optional

Scrap quantity

double

stop
optional

Stop

team
optional

Team

teamPeriodId
optional

team period id

integer

unit
optional

Unit

workingDuration
optional

Working duration

long

StopDTO

Name Description Value

duration
optional

Stop duration

long

id
optional

Stop id

long

reason
optional

Stop reason

StopReasonDTO

Name Description Value

code
required

Code

string

cause
optional

Cause

string

family
optional

Stop reason family

includedInOee
optional

Included in OEE

boolean

label
required

Label

string

type
optional

Stop reason type

string

typeVIF
optional

Type VIF

string