UserAssetCategory Resource
Customer Assets Module
| Endpoints | URI | Access Control | Description |
|---|---|---|---|
| find | GET /api/UserAssetCategory/find |
Authentication only | |
| get | GET /api/UserAssetCategory/get |
Authentication only | |
| save | POST /api/UserAssetCategory/save |
Authentication only | |
| save-batch | POST /api/UserAssetCategory/save-batch |
Admin or Module WRITE | |
| delete | POST /api/UserAssetCategory/delete |
Authentication only |
| Property | Type | Description |
|---|---|---|
id |
number | |
slug |
string | |
user_id |
number | |
name |
string | |
custom_fields_json |
string | |
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 UserAssetCategory | Property |
|---|---|---|---|
| UserAsset | category_id |
Owns Many | UserAsset |