---
title: "GET /v1/plus/companies/"
method: GET
path: "/v1/plus/companies/"
tags: ["v1"]
---

# GET /v1/plus/companies/

`GET /v1/plus/companies/`

## Query parameters

- `category` integer
- `category__in` integer[]
- `id__in` integer[]
- `ordering` string
- `search` string

## Response `200`

- PlusCompany[]
  - `id` integer, required
  - `price_from` string, decimal
  - `worktimes` Worktime[], required
    - `id` integer, required
    - `start` string, time, required
    - `end` string, time, required
    - `weekdays` integer[], required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `rental_point_id` integer, nullable
  - `active` boolean
  - `name` string, required
  - `description` string, nullable
  - `address` string
  - `address_url` string, uri, nullable
  - `icon` string, uri, nullable
  - `background` string, uri, nullable
  - `extra` unknown
  - `payment` boolean
  - `tenant` integer, nullable
  - `user` integer, nullable
  - `category` integer, nullable

---

[API](https://skmtc.net/yume-cloud/apis/yume-api.md) · [All operations](https://skmtc.net/yume-cloud/apis/yume-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yume-cloud/yume-api/revisions/90700f5abfcc/schema)
