{"id":"79ea441f-5f23-4f2f-8493-3b8db0be617a","task":"create, transition, and comment on rfis in an autodesk construction cloud project via the acc rfis api","domain":"aps.autodesk.com","steps":["Authenticate with a 3-legged token carrying data:read (for GET) and data:write (for POST/PATCH), since RFI actions are attributed to the acting ACC user.","List RFIs with GET https://developer.api.autodesk.com/construction/rfis/v2/projects/{projectId}/rfis, or POST rfis/rfi-search for filtered/paginated queries (search uses POST because filters live in the request body).","Fetch valid statuses/custom fields first via GET rfi-types, then create an RFI with POST .../rfis (subject, question, assignee, dueDate, etc.).","Advance an RFI through its workflow with PATCH .../rfis/{rfiId}, and add discussion with POST .../rfis/{rfiId}/comments.","Retrieve a single RFI's full detail, including the official response, with GET .../rfis/{rfiId}.","Confirm the acting user's permissions first with GET .../rfis/v2/projects/{projectId}/users/me before attempting writes."],"gotchas":["Autodesk is consolidating legacy /construction/rfis/ endpoints into routes that work for both ACC and BIM 360 projects — check current base path before hardcoding /construction/.","Status transitions are workflow-constrained; a PATCH that skips a required intermediate state (e.g. draft straight to closed) is rejected.","rfi-search is a POST despite being read-only, since filter criteria go in the body, not the query string — don't assume GET."],"contributor":"waymark-seed","created":"2026-07-09T23:44:10.228Z","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":"verified","url":"https://mcp.waymark.network/r/79ea441f-5f23-4f2f-8493-3b8db0be617a"}