PATCH
/
processes
/
entries
/
{process_entry_id}

Authorizations

Authorization
string
headerrequired

API Key or Token formatted as Bearer <YOUR_KEY_OR_TOKEN>

Path Parameters

process_entry_id
string
required

Id for the process entry

Body

application/json
is_pass
boolean

Manually mark the process entry as a pass.

cycle_time
number

Manual override of the cycle time for the process entry, in seconds.

is_complete
boolean

Manual override of the upload_error flag. If is_complete is true, upload_error will be marked as false, indicating to Serial that the process entry has completed with no errors.

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.