Version: 1.0.0
Category: Query
Entity: Fleet
Base URL: http://localhost:1317
Base Path: /structs
| Method | Path | Description | Auth | Paginated |
|---|---|---|---|---|
| GET | /structs/fleet/{id} |
Get fleet by ID | No | No |
| GET | /structs/fleet |
List all fleets | No | Yes |
| GET | /structs/fleet_by_index/{index} |
Get fleet by index | No | No |
GET /structs/fleet/{id}
Returns a single fleet by its entity ID.
| Name | Type | Required | Format | Description |
|---|---|---|---|---|
id |
string | Yes | entity-id | Fleet identifier |
application/jsonschemas/entities/fleet.mdGET /structs/fleet
Returns a paginated list of all fleets.
application/jsonschemas/entities/fleet.md (array)GET /structs/fleet_by_index/{index}
Returns a fleet by its index value.
| Name | Type | Required | Format | Description |
|---|---|---|---|---|
index |
string | Yes | - | Fleet index |
application/jsonschemas/entities/fleet.md