Assignar
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
| Resource | FETCH | PUSH |
|---|---|---|
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: 37Labour extraction
Labour entries often appear within site diary records. A transform step extracts structured labour records from the raw diary dataset:
TRANSFORM → extract_labour_entriesEach extracted LabourEntry includes: worker, project, date, hours, cost category.
Typical pipeline
FETCH → assignar.site_diariesTRANSFORM → extract_labour_entriesTRANSFORM → normalize_cost_categoriesGOVERN → validate_project_mappingPUSH → business_central.project_ledger_entriesOperational 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.