Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /datasets | List datasets |
POST | /datasets | Create a dataset |
GET | /datasets/{id} | Get dataset details |
PATCH | /datasets/{id} | Update a dataset |
DELETE | /datasets/{id} | Delete a dataset |
Dataset Object
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier |
name | string | Dataset name |
description | string | null | Optional description |
type | FHIR | Files | null | Data format |
data | unknown | null | The dataset contents |
config | object | null | Generation or schema configuration |
organization_id | string | Parent organization |
created_at | datetime | Creation timestamp |
updated_at | datetime | Last modification timestamp |