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