All URIs are relative to http://localhost:5055/api/v1
| Method | HTTP request | Description |
|---|---|---|
| get_collection_by_collection_id | GET /collection/{collectionId} | Get collection details |
models::Collection get_collection_by_collection_id(collection_id, language) Get collection details
Returns full collection details in a JSON object.
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| collection_id | f64 | [required] | ||
| language | Option<String> |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]