Get Process Entries
Endpoint for getting process entries
Authorizations
API Key or Token formatted as Bearer <YOUR_KEY_OR_TOKEN>
Query Parameters
Get process entries related to a particular process id
Get process entries by name
Get process entries related to a station
Get process entries by passing status
Get process entries by operator id
Get process entries by upload_error status
Get process entry by its Serial database id
Response
Database id of the process entry.
Database id for the associated component instance
Database id for the associated process
Timestamp when the process entry was last updated.
Optional Database id for the station where the process entry was recorded.
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.
Optional database id for the operator who created the process entrty.
Revision of the process associated with the entry.
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.
Measure of time between start of process entry and end of data gathering. Can also be manually supplied by users.
Database id for the user who overrode the passing state of this process entry.