Version: 1.0.0
Category: Query
Entity: Guild
Base URL: http://localhost:1317
Base Path: /structs
| Method | Path | Description | Auth | Paginated |
|---|---|---|---|---|
| GET | /structs/guild/{id} |
Get guild by ID | No | No |
| GET | /structs/guild |
List all guilds | No | Yes |
GET /structs/guild/{id}
Returns a single guild by its entity ID.
| Name | Type | Required | Format | Description |
|---|---|---|---|---|
id |
string | Yes | entity-id (^0-[0-9]+$) |
Guild identifier in format ‘type-index’ (e.g., ‘0-1’ for guild type 0, index 1). Type 0 = Guild. |
application/jsonschemas/entities/guild.mdGET /structs/guild
Returns a paginated list of all guilds.
application/jsonschemas/entities/guild.md (array)