URI | Method | Description |
/api/defectCategories | GET | Return collection of defect categories |
/api/defectCategories/$DEFECT_CATEGORY_ID | GET | Return a defect category by id |
/api/defectCategories | POST | Add defect category |
/api/defectCategories/$DEFECT_CATEGORY_ID | PUT | Update defect category |
/api/defectCategories/$DEFECT_CATEGORY_ID | DELETE | Delete defect category |
Object Parameters
Key | Value | Format |
id | Defect category id | Integer |
name | Defect category name | String |
created_at | Timestamp for the defect category created date | Timestamp |