Data Access OEE Computed Masked Stop Periods

Endpoints

Get oee computed masked stop periods list

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

Description

Returns oee computed masked stop 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 masked stop 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 masked stop periods response information

Description of OEE computed masked stop periods.

Name Description Value

periods
required

OEE computed masked stop periods

scrollId
required

Scroll ID

string

OeeComputedMaskedStopPeriodsDTO

Name Description Value

action
optional

Action

area
optional

Area

company
optional

Company

equipment
optional

Equipment

establishment
optional

Establishment

externalEquipment
optional

External equipment

item
optional

Item

line
optional

Line

lineConfiguration
optional

Line configuration

moNb
optional

MO number

string

periodBegin
optional

Period begin

datetime (ISO-8601)

periodDuration
optional

Period duration

long

periodEnd
optional

Period end

datetime (ISO-8601)

prodDay
optional

Production day

date

state
optional

State

string

stop
optional

Stop

team
optional

Team

teamPeriodId
optional

team period id

integer

StopDTO

Name Description Value

comment
optional

Stop comment

string

duration
optional

Stop duration

long

id
optional

Stop id

long

reason
optional

Stop reason

StopReasonDTO

Name Description Value

cause
optional

Cause

string

code
required

Code

string

family
optional

Stop reason family

label
required

Label

string

type
optional

Stop reason type

string

typeVIF
optional

Type VIF

string