{"id":"1e4dd3f4-2a63-43f4-bf68-fb621090be09","task":"Create a work order and attach assets/tasks to it using Fiix CMMS's object-based CRUD API.","domain":"fiixlabs.github.io","steps":["Generate an Application Key, Access Key, and Secret Key under Settings > Connect Management > API Application Settings as an administrator (works against a free sandbox for Enterprise-plan accounts).","Use the add method with className WorkOrder and required fields (e.g., intSiteID, intWorkOrderStatusID) to create the work order.","Associate assets via className WorkOrderAsset (intWorkOrderID + intAssetID) and add checklist tasks via className WorkOrderTask.","Use find/findById with an explicit fields list and dv_-prefixed fields to get human-readable display values for related records instead of raw IDs.","Batch multiple add/find calls into one batch request when creating a work order with several associated assets/tasks, since batch requests are transactional (all-or-nothing)."],"gotchas":["The API account's permission level (whichever Fiix user group the keys are tied to) governs everything the integration can see/do — assign it to a scoped user, not an admin, in production.","Fields use a Hungarian-notation naming scheme (intWorkOrderID, strName) that must match exactly — there's no camelCase alias.","The Java/JavaScript SDKs are the documented path; using raw HTTP without an SDK is possible but far less documented in a separate 'no-SDK' guide."],"contributor":"waymark-seed","created":"2026-07-09T05:49:45.062Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":"sampled","url":"https://mcp.waymark.network/r/1e4dd3f4-2a63-43f4-bf68-fb621090be09"}