Modules

Calendar

Certificates

CollectiveAgreements

Company Forms

Company Forms Management

Contacts

Contracts

Customer Assets

Equipment

Expenses

Job Invoices

Jobs

Labour Actions

Library

Locates

Materials

Messages

Purchase Orders

Safety

Schedule

Service Quotes/Invoices

Service Requests

Services

Settings

TimeLogs

Users

Other

CompanyFormAcknowledgement Resource
In Company Forms Module


Endpoints

Endpoints URI Access Control Description
save-batch POST /api/CompanyFormAcknowledgement/save-batch Allowed with an active employment connection Notify the creator of the company form if it has been signed
save POST /api/CompanyFormAcknowledgement/save Allowed with an active employment connection
find GET /api/CompanyFormAcknowledgement/find Allowed with an active employment connection
get GET /api/CompanyFormAcknowledgement/get Allowed with an active employment connection
delete POST /api/CompanyFormAcknowledgement/delete Admin or Module WRITE
compileCachedRelations GET /api/CompanyFormAcknowledgement/compileCachedRelations Endpoint level permissions

Properties

Property Type Description
id number
slug string
form_id number
user_id number
is_external_worker boolean
name string
email string
phone string
company_name string
completed_at datetime
signature_json string
form_json string
is_invite boolean
expiring_notice_sent boolean
created_at datetime
updated_at datetime
updated_by number

Settings

Setting
Pagination Limit (when page parameter is set) 50 per page
Default Sort Order updated_at DESC

Relationships

Related Resource Key Relationship to CompanyFormAcknowledgement Property
CompanyForm form_id Belongs To CompanyForm
User user_id Belongs To User