Skip to content

Assignar

Stable Starter tier

Assignar is commonly used by construction firms to manage field execution. The platform records site diaries, labour entries, equipment usage, safety inspections, and custom form submissions. Demiton integrates with Assignar to retrieve this operational data and align it with financial systems.

Authentication: API key
System type: ASSIGNAR
Category: Operational


Supported resources

ResourceFETCHPUSH
site_diaries
form_results
projects
allocations

Integration model

The Assignar adapter retrieves records through the Assignar API. Records are normalized into a Sovereign Envelope before entering the workflow runtime.

Many construction organizations use form-based workflows inside Assignar. The form_results resource retrieves structured form submissions — each form can be targeted by form_id:

FETCH → assignar.form_results
params:
form_id: 37

Labour extraction

Labour entries often appear within site diary records. A transform step extracts structured labour records from the raw diary dataset:

TRANSFORM → extract_labour_entries

Each extracted LabourEntry includes: worker, project, date, hours, cost category.


Typical pipeline

FETCH → assignar.site_diaries
TRANSFORM → extract_labour_entries
TRANSFORM → normalize_cost_categories
GOVERN → validate_project_mapping
PUSH → business_central.project_ledger_entries

Operational role

Assignar acts as the primary source of field execution data. Demiton workflows ensure operational activity recorded in Assignar remains aligned with the financial structure defined in the project estimate.