FormChildTemplate
Resource
Company Forms Management
Module
Endpoints | URI | Access Control | Description |
---|---|---|---|
find | GET /api/FormChildTemplate/find |
Allowed with an active employment connection | |
get | GET /api/FormChildTemplate/get |
Allowed with an active employment connection | |
save | POST /api/FormChildTemplate/save |
Admin or Module WRITE | |
save-batch | POST /api/FormChildTemplate/save-batch |
Admin or Module WRITE | |
delete | POST /api/FormChildTemplate/delete |
Admin or Module WRITE | |
compileCachedRelations | GET /api/FormChildTemplate/compileCachedRelations |
Endpoint level permissions |
Property | Type | Description |
---|---|---|
id |
number | |
slug |
string | |
form_template_id |
number | |
clockin_prompt_services |
boolean | |
clockin_prompt_services_required |
boolean | |
clockin_prompt_projects |
boolean | |
clockin_prompt_projects_required |
boolean | |
description |
string | |
form_json |
string | |
created_at |
datetime | |
updated_at |
datetime | |
updated_by |
number |
Setting | |
---|---|
Pagination Limit (when page parameter is set) |
None |
Default Sort Order |
description ASC |
Related Resource | Key | Relationship to FormChildTemplate | Property |
---|---|---|---|
FormTemplate | form_template_id |
Belongs To | FormTemplate |
CompanyForm | template_id |
Owns Many | CompanyForm |
CustomerAsset | child_template_id |
Owns Many | CustomerAsset |
CompanyFormRecurring | child_template_id |
Owns Many | CompanyFormRecurring |