FileShareGroup Resource
| Endpoints | URI | Access Control | Description |
|---|---|---|---|
| send | GET /api/FileShareGroup/send |
Allowed with an active employment connection | |
| save | POST /api/FileShareGroup/save |
Allowed with an active employment connection | |
| delete | POST /api/FileShareGroup/delete |
Admin or Module WRITE | |
| find | GET /api/FileShareGroup/find |
Admin or Module READ | |
| get | GET /api/FileShareGroup/get |
Admin or Module READ |
| Property | Type | Description |
|---|---|---|
id |
number | |
slug |
string | |
description |
string | |
job_id |
number | |
service_id |
number | |
service_contract_id |
number | |
contact_id |
number | |
shared_by |
string | |
is_shareable |
boolean | |
created_at |
datetime | |
updated_at |
datetime | |
updated_by |
number |
| Setting | |
|---|---|
Pagination Limit (when page parameter is set) |
50 per page |
| Default Sort Order | By insertion order |
| Related Resource | Key | Relationship to FileShareGroup | Property |
|---|---|---|---|
| Job | job_id |
Belongs To | Job |
| Service | service_id |
Belongs To | Service |
| Contact | contact_id |
Belongs To | Contact |
| ServiceContract | service_contract_id |
Belongs To | ServiceContract |
| User | shared_by |
Belongs To | User |
| UploadFile | file_id |
Owns Many | UploadFile |