Categories - Get single categorypost
Access data from one single category by giving one specific id
Url
https://api.vinou.de/service/categories/get
Parameter
Field | Type | Description |
---|---|---|
id | Integer |
Unique ID of category (required). |
{ "token": "9a9a9a", "authid": "8b8b8b", "id": 185 }
Categories - Get all categoriespost
Fetch all categories from specific customer
Url
https://api.vinou.de/service/categories/getAll
Parameter
No parameter available for this function
{ "token": "9a9a9a", "authid": "8b8b8b" }
Categories - Get single category with winespost
Access data from one single category by giving one specific id with wines. Use this instead of the regular get method to increase your app performance.
Url
https://api.vinou.de/service/categories/getWithWines
Parameter
Field | Type | Description |
---|---|---|
id | Integer |
Unique ID of wine (required). |
{ "token": "9a9a9a", "authid": "8b8b8b", "id": 185 }