LabourActionCategory
Resource
Labour Actions
Module
Endpoints | URI | Access Control | Description |
---|---|---|---|
find | GET /api/LabourActionCategory/find |
Admin or Module READ | |
get | GET /api/LabourActionCategory/get |
Admin or Module READ | |
save | POST /api/LabourActionCategory/save |
Admin or Module WRITE | |
save-batch | POST /api/LabourActionCategory/save-batch |
Admin or Module WRITE | |
delete | POST /api/LabourActionCategory/delete |
Admin or Module WRITE |
Property | Type | Description |
---|---|---|
id |
number | |
slug |
string | |
category_id |
number | |
name |
string | |
num_actions |
number | |
created_at |
datetime | |
updated_at |
datetime | |
updated_by |
number |
Setting | |
---|---|
Pagination Limit (when page parameter is set) |
None |
Default Sort Order |
name ASC |
Related Resource | Key | Relationship to LabourActionCategory | Property |
---|---|---|---|
LabourAction | category_id |
Owns Many | LabourAction |
LabourActionCategory | category_id |
Owns Many | ChildCategories |
LabourActionCategory | category_id |
Belongs To | ParentCategory |