Loading…
Loading contentLoading…
Loading contentRead-only relationships endpoints, backed by the Scientific Data Engine.
Paginated list of typed, domain-tagged relationships. Filter by relation type, domain, or a specific from/to entity id.
| Parameter | In | Type | Description |
|---|---|---|---|
| type | query | string | Filter by relation type. |
| domain | query | string | Filter by domain (science, culture, astrology). |
| from | query | string | Filter to relationships originating at this entity id. |
| to | query | string | Filter to relationships pointing at this entity id. |
| limit | query | integer | Maximum results to return (default 200, max 2000). |
| offset | query | integer | Number of results to skip for pagination. |
Returns
{ total, offset, limit, count, items: Relationship[] }
Planned. Relationship ids (from|type|to) are not URL-safe as path segments; today, filter the list endpoint by from/to/type instead.
| Parameter | In | Type | Description |
|---|---|---|---|
| id* | path | string | Relationship id (from|type|to). |
Returns
Relationship