ItemGrade_Get (Get)
- Last UpdatedNov 06, 2025
- 1 minute read
| Get | ItemGrade_Get |
Resource Path:/api/ItemGrade
The response body is of type object.
Returns a JSON array that contains the information about all item grades. If no matching item grades are found, an empty array is returned.
The following properties are returned.
item_grade_cd (integer)
The grade code.
item_grade_desc (string)
The grade description.
good_prod (Boolean)
The indication whether this grade specifies that the item should be accounted as good production. If false, then the item is accounted as reject production.
scrapped (Boolean)
The indication whether this grade specifies that the item should be accounted as scrapped.
color (string)
The name or hex value of the HTML color that is the background color for this grade when displayed in the user interface.
pref (integer)
The grade's preference number.
last_edit_comment (string)
The 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 when the record was added or last updated.