Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.12 KB

File metadata and controls

40 lines (22 loc) · 1.12 KB

\CollectionApi

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

get_collection_by_collection_id

models::Collection get_collection_by_collection_id(collection_id, language) Get collection details

Returns full collection details in a JSON object.

Parameters

Name Type Description Required Notes
collection_id f64 [required]
language Option<String>

Return type

models::Collection

Authorization

apiKey, cookieAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]