GET
/
processes
/
entries

Authorizations

Authorization
string
headerrequired

API Key or Token formatted as Bearer <YOUR_KEY_OR_TOKEN>

Query Parameters

process_id
string

Get process entries related to a particular process id

process_name
string

Get process entries by name

station_id
string

Get process entries related to a station

is_pass
boolean

Get process entries by passing status

operator_id
string

Get process entries by operator id

upload_error
string

Get process entries by upload_error status

id
string

Get process entry by its Serial database id

Response

200 - application/json
id
string
required

Database id of the process entry.

unique_identifier_id
string
required

Database id for the associated component instance

process_id
string
required

Database id for the associated process

timestamp
string

Timestamp when the process entry was last updated.

station_id
string

Optional Database id for the station where the process entry was recorded.

is_pass
boolean
required

Boolean representing the status of the process entry. May also be NULL (no data has been associated with this process entry). Will be TRUE if all data associated with the process entry is passing, and will be FALSE if at least 1 data associated with the entry is failing.

operator_id
string

Optional database id for the operator who created the process entrty.

process_revision
integer

Revision of the process associated with the entry.

upload_error
boolean
required

Boolean indicating the completion of the process entry. If the boolean upload_error is false, then the process has been completed with all necessary steps. If it is true, then either steps are missing or steps have missing data.

cycle_time
number

Measure of time between start of process entry and end of data gathering. Can also be manually supplied by users.

override_user_id
string

Database id for the user who overrode the passing state of this process entry.