Get information about one category

GET /company/categories/@id

Request

Authentication

This endpoint requires authentication.

Header Value
Authorization Set the value to Bearer + + access_token

URL parameters

Replace the @ keywords in the URL with their corresponding value.

A dictionary with fields

Field Type Description
id Int The ID of the category you want to return

Example request 1

GET /company/categories/12 HTTP/1.1
Host: api.bakeronline.be
X-VERSION: 0.3.0
Accept-Language: en-US,en;q=0.5

Response

Field Type Description
name [Language: String] Translated category name
description [Language: String] Description of this category
active Bool A boolean value
only_order_in_store Bool Whether this product can only get ordered in the store with a separate UI for the shop employees, and not in the public webshop
products [company.Product.simple] Array of company.Product.simple
shops [company.Shop.simple] Array of company.Shop.simple
id Int ID of the category
banner Image? Nullable.
seo company.SeoData Optional. The category's webpage search engine metatags

Example response 1

HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: 13155

{
    "name": "Prof. Melissa Eichmann",
    "description": {
        "nl": "...",
        "en": "...",
        "fr": "..."
    },
    "active": true,
    "only_order_in_store": true,
    "products": [
        {
            "name": {
                "nl": "...",
                "en": "...",
                "fr": "..."
            },
            "description": {
                "nl": "...",
                "en": "...",
                "fr": "..."
            },
            "specialty": true,
            "active": false,
            "only_order_in_store": true,
            "price_type": "PER_UNIT",
            "price": 10,
            "target_price": true,
            "url_type": "none",
            "url": "https://example.com",
            "min_max": {
                "amount": {
                    "minimum": 12,
                    "maximum": 14,
                    "maximum_day": 15,
                    "maximum_week": 18
                },
                "weight": {
                    "minimum": 10,
                    "maximum": 12,
                    "maximum_day": 11,
                    "maximum_week": 14,
                    "suggested": 16
                },
                "persons": {
                    "minimum": 19,
                    "maximum": 11
                }
            },
            "id": 19,
            "allergens": [
                {
                    "id": 15,
                    "name": "Lactose"
                },
                {
                    "id": 17,
                    "name": "Crustaceans"
                },
                {
                    "id": 19,
                    "name": "Peanut"
                }
            ],
            "category_id": 19,
            "price_look_up_code": "...",
            "seo": {
                "title": {
                    "en": "Et eius quibusdam odio sed rerum non ut mollitia et."
                },
                "description": {
                    "en": "Perspiciatis ex repellendus aut qui et. Eaque nobis vel animi natus dolore totam iure ipsam. Error blanditiis ex qui id."
                },
                "url": {
                    "en": "http://www.watsica.com/quia-odit-dolores-voluptas-labore-doloremque"
                }
            },
            "code": "..."
        },
        {
            "name": {
                "nl": "...",
                "en": "...",
                "fr": "..."
            },
            "description": {
                "nl": "...",
                "en": "...",
                "fr": "..."
            },
            "specialty": false,
            "active": true,
            "only_order_in_store": true,
            "price_type": "PER_UNIT",
            "price": 17,
            "target_price": true,
            "url_type": "none",
            "url": "https://example.com",
            "min_max": {
                "amount": {
                    "minimum": 19,
                    "maximum": 11,
                    "maximum_day": 15,
                    "maximum_week": 19
                },
                "weight": {
                    "minimum": 14,
                    "maximum": 17,
                    "maximum_day": 15,
                    "maximum_week": 15,
                    "suggested": 14
                },
                "persons": {
                    "minimum": 13,
                    "maximum": 14
                }
            },
            "id": 17,
            "allergens": [
                {
                    "id": 16,
                    "name": "Lactose"
                },
                {
                    "id": 18,
                    "name": "Gluten"
                },
                {
                    "id": 16,
                    "name": "Egg"
                }
            ],
            "category_id": 11,
            "price_look_up_code": "...",
            "seo": {
                "title": {
                    "en": "Consectetur nostrum autem adipisci nam at."
                },
                "description": {
                    "en": "Dolores nobis sed enim. Quia hic recusandae veniam repellat aliquam ut. Ut quam voluptates qui mollitia et numquam assumenda autem."
                },
                "url": {
                    "en": "http://www.braun.com/sunt-et-sunt-quia-et"
                }
            },
            "code": "..."
        },
        {
            "name": {
                "nl": "...",
                "en": "...",
                "fr": "..."
            },
            "description": {
                "nl": "...",
                "en": "...",
                "fr": "..."
            },
            "specialty": true,
            "active": true,
            "only_order_in_store": true,
            "price_type": "PER_UNIT",
            "price": 17,
            "target_price": false,
            "url_type": "none",
            "url": "https://example.com",
            "min_max": {
                "amount": {
                    "minimum": 11,
                    "maximum": 12,
                    "maximum_day": 13,
                    "maximum_week": 16
                },
                "weight": {
                    "minimum": 17,
                    "maximum": 14,
                    "maximum_day": 11,
                    "maximum_week": 13,
                    "suggested": 19
                },
                "persons": {
                    "minimum": 18,
                    "maximum": 11
                }
            },
            "id": 14,
            "allergens": [
                {
                    "id": 10,
                    "name": "Crustaceans"
                },
                {
                    "id": 13,
                    "name": "Lupine"
                },
                {
                    "id": 19,
                    "name": "Mustard"
                }
            ],
            "category_id": 10,
            "price_look_up_code": "...",
            "seo": {
                "title": {
                    "en": "Labore sunt distinctio rerum mollitia eum neque."
                },
                "description": {
                    "en": "Voluptatem quis voluptatibus et mollitia dicta. Expedita nobis fugiat non expedita error explicabo et. Non minima vero numquam eum omnis odit. Porro provident alias modi et."
                },
                "url": {
                    "en": "http://mccullough.com/"
                }
            },
            "code": "..."
        }
    ],
    "shops": [
        {
            "name": "Vida Lebsack",
            "active": false,
            "address": {
                "street": "Sint-Denijslaan",
                "nr": "96",
                "zipcode": "9000",
                "city": "Gent",
                "country": "BE",
                "position": {
                    "latitude": 1.54361,
                    "longitude": 0.45645
                }
            },
            "allow_comments": false,
            "allow_orders": true,
            "delivery_use_intervals": true,
            "id": 15,
            "avatar": {
                "resolutions": [
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    }
                ],
                "white_background": false
            },
            "banner": {
                "resolutions": [
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    }
                ],
                "white_background": true
            }
        },
        {
            "name": "Heloise Wolff II",
            "active": true,
            "address": {
                "street": "Sint-Denijslaan",
                "nr": "96",
                "zipcode": "9000",
                "city": "Gent",
                "country": "BE",
                "position": {
                    "latitude": 1.54361,
                    "longitude": 0.45645
                }
            },
            "allow_comments": false,
            "allow_orders": true,
            "delivery_use_intervals": false,
            "id": 12,
            "avatar": {
                "resolutions": [
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    }
                ],
                "white_background": true
            },
            "banner": {
                "resolutions": [
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    }
                ],
                "white_background": true
            }
        },
        {
            "name": "Naomie Bode",
            "active": true,
            "address": {
                "street": "Sint-Denijslaan",
                "nr": "96",
                "zipcode": "9000",
                "city": "Gent",
                "country": "BE",
                "position": {
                    "latitude": 1.54361,
                    "longitude": 0.45645
                }
            },
            "allow_comments": false,
            "allow_orders": false,
            "delivery_use_intervals": false,
            "id": 11,
            "avatar": {
                "resolutions": [
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    }
                ],
                "white_background": true
            },
            "banner": {
                "resolutions": [
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    },
                    {
                        "src": "https://example.com",
                        "width": 600,
                        "height": 350
                    }
                ],
                "white_background": true
            }
        }
    ],
    "id": 16,
    "banner": {
        "resolutions": [
            {
                "src": "https://example.com",
                "width": 600,
                "height": 350
            },
            {
                "src": "https://example.com",
                "width": 600,
                "height": 350
            },
            {
                "src": "https://example.com",
                "width": 600,
                "height": 350
            }
        ],
        "white_background": true
    },
    "seo": {
        "title": {
            "en": "Vel nisi veniam neque quia perferendis quod temporibus quia."
        },
        "description": {
            "en": "Consequatur modi rem molestiae et. Blanditiis molestiae aut reprehenderit et ullam. Sit nulla quod quam provident minima. Libero quia sapiente voluptatem sunt laborum sed ab."
        },
        "url": {
            "en": "https://www.bosco.com/dolor-unde-magnam-nihil-aspernatur-voluptatem"
        }
    }
}
Version update available Please adjust your integration to the latest stable version (1.9.0)
0.3.0 stable