FormShareGroup Resource
Company Forms Module
| Endpoints | URI | Access Control | Description |
|---|---|---|---|
| save | POST /api/FormShareGroup/save |
Allowed with an active employment connection | |
| delete | POST /api/FormShareGroup/delete |
Admin or Module WRITE | |
| send | GET /api/FormShareGroup/send |
Allowed with an active employment connection | |
| find | GET /api/FormShareGroup/find |
Admin or Module READ | |
| get | GET /api/FormShareGroup/get |
Admin or Module READ |
| Property | Type | Description |
|---|---|---|
id |
number | |
slug |
string | |
description |
string | |
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 FormShareGroup | Property |
|---|---|---|---|
| User | shared_by |
Belongs To | User |
| CompanyForm | form_id |
Owns Many | CompanyForm |