GET Endpoints
List resources with pagination:
URL Structure
/v1/acme/demo/ms/demo_db
│ │ │ │
│ │ │ └── database name
│ │ └── ms = MySQL
│ └── project abbreviation
└── org abbreviation
Query Parameters
| Param | Type | Description |
|---|---|---|
pg | integer | Page number (0-based) |
ps | integer | Items per page (default: 10) |
Required Headers
All requests to Minimal must include these headers.
They are mandatory — missing any header results in a 400 Bad Request.
| Header | Format | Description |
|---|---|---|
X-Org-Id | String | Organization identifier |
X-Project-Id | String | Project identifier within the organization |
X-Space-Id | String | Workspace/environment identifier within the project |
X-User-Id | String | Authenticated user's identifier |
X-User-Roles | Comma-separated string | User's roles (e.g., admin,editor) |