ItemProcessLink_Get (Get)
- Last UpdatedNov 06, 2025
- 1 minute read
| Get | ItemProcessLink_Get |
Resource Path:/api/ItemProcessLink
Get item-process links for all processes or a specific process.
To get the links for all processes: Do not include any parameters in the call. This call returns an array of objects with the properties in the ItemProcessLink model.
To get the links for a specific process: Include the processId (string) parameter in the call (e.g., /api/ItemProcessLink/{processId}). This call returns an array of objects with the following properties:
item_id (string)
The item ID.
process_id (string)
The process ID.
item_pref (integer)
The preferred process value. The process with the lowest value in this field is the preferred one.
status (integer)
The status of this process/item combination:
-1 = Disabled
1 = Experimental
2 = Approved (the default)
3 = Certified
last_edit_comment (string)
Comments about why the record was added or updated.
last_edit_by (string)
The ID of the user who added or last updated this record.
last_edit_at (datetime)
The date and time, in UTC, when the record was added or last updated.
mod_id (timestamp)
A binary number that increments each time the row is modified.
The response body is of type Array[Mes.WebApi.Models.ItemProcessLink].