Category
Resource
Settings
Module
Endpoints | URI | Access Control | Description |
---|---|---|---|
find | GET /api/Category/find |
Allowed with an active employment connection | |
get | GET /api/Category/get |
Allowed with an active employment connection | |
save | POST /api/Category/save |
Admin or Module WRITE | |
save-batch | POST /api/Category/save-batch |
Admin or Module WRITE | |
delete | POST /api/Category/delete |
Admin or Module WRITE | |
compileCachedRelations | GET /api/Category/compileCachedRelations |
Endpoint level permissions |
Property | Type | Description |
---|---|---|
id |
number | |
slug |
string | |
sector_id |
number | |
name |
string | |
created_at |
datetime | |
updated_at |
datetime | |
updated_by |
number |
Setting | |
---|---|
Pagination Limit (when page parameter is set) |
None |
Default Sort Order | By insertion order |
Related Resource | Key | Relationship to Category | Property |
---|---|---|---|
Job | category_id |
Owns Many | Job |
Service | category_id |
Owns Many | Service |
Checklist | checklist_id |
Owns Many | Checklist |
FormChildTemplate | child_template_id |
Owns Many | FormChildTemplate |