Internal API
HTTP routes consumed by the Gredit web interface. They are not part of the public /api/v1/ contract and are not intended for external integrations.
For programmatic consumption from outside the application, use the API (external).
Endpoints
| Method | Route | Description |
|---|---|---|
POST | /script/api_issues | Retrieve issues for a script (internal UI use) |
GET | /home/api_issues_by_status | Issues dashboard grouped by status |
POST | /issues/exports | Export issues to file |
These routes may change without prior notice, as they are coupled to Rails application behavior rather than a public integration contract.