Version: 1.0.0
Category: Query
Entity: Struct
Base URL: http://localhost:1317
Base Path: /structs
| Method | Path | Description | Auth | Paginated |
|---|---|---|---|---|
| GET | /structs/struct/{id} |
Get struct by ID | No | No |
| GET | /structs/struct |
List all structs | No | Yes |
GET /structs/struct/{id}
Returns a single struct by its entity ID.
| Name | Type | Required | Format | Description |
|---|---|---|---|---|
id |
string | Yes | entity-id | Struct identifier |
application/jsonschemas/entities/struct.mdGET /structs/struct
Returns a paginated list of all structs.
| Name | Type | Required | Format | Description |
|---|---|---|---|---|
pagination.key |
string | No | - | Pagination key |
pagination.limit |
integer | No | - | Page size |
application/jsonschemas/entities/struct.md (array)