get/phase-sessions

Summary

Get phase sessions.

Description

Returns a list of phase sessions.

Parameters

Query

createdBefore

string

Filter phase sessions created before or in the specified date.

Format

date

createdAfter

string

Filter phase sessions created after or in the specified date.

Format

date

job

string

Job code.

area

string

Area code.

station

string

Station code.

process

string

Process code.

machine

string

Machine code.

worker

string

Worker code.

product

string

Product code.

status

string

Status code.

Responses

200

Returns a list of phase sessions.

Response type

application/json

Response content

Array<PhaseSession>

400

Invalid query parameters.

Response type

application/json

Response content

Error

500

Failed to get phase sessions.

Response type

application/json

Response content

Error