Oracle’s construction software—especially Aconex and Primavera—helps owners, contractors, and consultants manage collaboration, document control, RFIs/submittals, and detailed schedules across complex projects. An unofficial API lets you programmatically pull project lists, Aconex doc

Oracle Construction and Engineering is a suite of cloud tools for the built environment. Two core products are:
Additional solutions often used alongside these include Unifier (cost control and business process workflows) and Textura (payment management), which many owners and GCs rely on for financial rigor and auditability.
Core product areas include:
Common data entities:
Construction teams rely on Aconex and Primavera daily, but turning portal-first workflows into API-driven automation is non-trivial:
Supergood reverse-engineers authenticated browser flows and network interactions to deliver a resilient API endpoint layer for your Oracle tenant(s).
Book a 30-minute session to confirm your modules, licensing, and authentication model.
We deliver a hardened Oracle adapter tailored to your Aconex and Primavera workflows and entitlements.
Go live with continuous monitoring and automatic adjustments as Oracle evolves.
Authentication
/sessionsEstablish a session using credentials. Supergood manages MFA (SMS, email, TOTP) and SSO/OAuth when enabled. Returns a short-lived auth token maintained by the platform.
Authentication
/sessions/refreshRefresh an existing token to keep sessions uninterrupted.
Projects
/projectsList projects with filters and summary details across Aconex and Primavera.
Aconex Mail (RFIs/Submittals/Transmittals)
/projects/{projectId}/mailCreate a new Aconex mail thread (e.g., RFI, submittal) with workflow metadata and optional attachments.
Aconex Document Register
/projects/{projectId}/documentsList Aconex documents with current revision, discipline, status, and signed download URLs.
Primavera Schedule Activities
/projects/{projectId}/schedule/activitiesList Primavera activities with key scheduling fields and optional filters.
- Mirror projects, companies, and users into your internal systems - Keep project metadata current for analytics and reporting - Normalize codes, statuses, and dates across Aconex and Primavera
- Ingest document registers and revisions for drawing dashboards - Create RFIs/submittals programmatically with reviewers, due dates, and attachments - Track ball-in-court and workflow status for SLA alerts and escalations
- Pull WBS and activities to power resource planning and timeline views - Push percent complete and actual dates from field capture - Monitor critical path impacts and trigger follow-ups when thresholds are met
- Normalize commitments and change orders from cost tools to your ERP - Generate pay applications with retainage and line-item structures - Deliver updates via webhooks or polling while respecting approvals and rate limits
Authentication
Username/password with MFA (SMS, email, TOTP) and SSO/OAuth where enabled; supports service accounts or customer-managed credentials
Response format
JSON with consistent resource schemas and pagination across Aconex and Primavera modules
Rate limits
Tuned for enterprise throughput while honoring customer entitlements and usage controls
Session management
Automatic reauth and cookie/session rotation with health checks
Data freshness
Near real-time retrieval of projects, Aconex mail/documents, and Primavera schedule objects
Security
Encrypted transport, scoped tokens, and audit logging; respects Oracle role-based permissions
Webhooks
Optional asynchronous delivery for long-running workflows (e.g., mail reviews, schedule approvals)
Latency
Sub-second responses for list/detail queries under normal load
Throughput
Designed for high-volume document register sync and schedule activity reads
Reliability
Retry logic, backoff, and idempotency keys minimize duplicate actions
Adaptation
Continuous monitoring for UI/API changes with rapid adapter updates
Supergood supports workflows across commonly used Oracle Construction modules such as Aconex (Mail, Submittals, Transmittals, Document Register) and Primavera (EPS/WBS, Activities, Calendars, Relationships), subject to your licensing and entitlements. We scope coverage during integration assessment.
We support username/password + MFA (SMS, email, TOTP) and can operate behind SSO/OAuth when enabled. Sessions are refreshed automatically with secure challenge handling.
Yes. We normalize Primavera activities (planned/actual dates, percent complete, predecessors/successors, calendars) and can push progress updates sourced from your field workflows.
Yes. We support downloading artifacts and uploading attachments via signed uploads, with checksum validation and time-limited URLs.