Create Process Entry
Create a new, unsubmitted process entry. Returns the newly created process entry.
Authorizations
API Key or Token formatted as Bearer <YOUR_KEY_OR_TOKEN>
Body
Database id for the associated component instance
Database id for the associated process
Override option for the timestamp. Should be provided as an ISO String. If not provided, will default to time record is received.
Optional Database id for the station where the process entry was recorded.
Optional database id for the operator who created the process entrty.
Response
A Process Entry object
Database id of the process entry.
Database id for the associated component instance
Database id for the associated process
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.
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.
Timestamp when the process entry was last updated.
Optional Database id for the station where the process entry was recorded.
Optional database id for the operator who created the process entrty.
Revision of the process associated with the entry.
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.