Integrate your systems with Review Works using our REST API. Create cases, manage workflows, and track events programmatically.
The Review Works API allows external systems to create and manage environmental review cases programmatically. This is useful for integrating with existing workflows or automating case submissions.
All REST API endpoints follow this pattern:
{SUPABASE_URL}/rest/v1/{table_name}All API requests require these headers:
apikey: {SUPABASE_ANON_KEY}
Authorization: Bearer {ACCESS_TOKEN}
Content-Type: application/json
Prefer: return=representationTo create an environmental review case programmatically:
The Review Works workflow has 5 decision elements:
| ID | Title | Role | Description |
|---|---|---|---|
| 1 | User ID | Applicant | Authentication data |
| 2 | Project Information | Applicant | Project details form |
| 3 | Analysis Document | Applicant | Draft document |
| 4 | Environmental Review | Analyst | Analyst review document |
| 5 | Approval | Approver | Final approval decision |
Need help integrating with Review Works? Learn more about our platform or contact your administrator.