FileTag Resource
Settings Module
| Endpoints | URI | Access Control | Description |
|---|---|---|---|
| save | POST /api/FileTag/save |
Admin or Module WRITE | |
| save-batch | POST /api/FileTag/save-batch |
Admin or Module WRITE | |
| find | GET /api/FileTag/find |
Allowed with an active employment connection | |
| get | GET /api/FileTag/get |
Allowed with an active employment connection | |
| delete | POST /api/FileTag/delete |
Admin or Module WRITE |
| Property | Type | Description |
|---|---|---|
id |
number | |
slug |
string | |
is_for_projects |
boolean | |
is_for_services |
boolean | |
is_for_library |
boolean | |
is_for_service_contracts |
boolean | |
is_for_contacts |
number | |
is_for_equipment |
number | |
is_for_customer_assets |
number | |
name |
string | |
friendly_slug |
string | |
read_permissions_json |
string | |
write_permissions_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 FileTag | Property |
|---|---|---|---|
| JobFile | job_file_id |
Owns Many | JobFile |
| ServiceFile | service_file_id |
Owns Many | ServiceFile |
| LibraryFile | library_file_id |
Owns Many | LibraryFile |
| ServiceContractFile | service_contract_file_id |
Owns Many | ServiceContractFile |
| ContactFile | contact_file_id |
Owns Many | ContactFile |
| EquipmentFile | equipment_file_id |
Owns Many | EquipmentFile |
| CustomerAssetFile | customer_asset_file_id |
Owns Many | CustomerAssetFile |