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