Skip to main content
GET
Stores with their bins, what is in them, and whether the ledger is allowed to go negative.

Headers

Range
string

Limiting and Pagination

Range-Unit
string
default:items

Limiting and Pagination

Prefer
enum<string>

Preference

Available options:
count=none

Query Parameters

id
string
code
string
name
string
site_id
string
site_code
string
site_name
string
location_id
string
warehouse_type
string
keeper_worker_id
string
keeper_name
string
allows_negative_stock
string
is_active
string
bins
string
parts_stocked
string
units_on_hand
string
negative_rows
string
row_version
string
select
string

Filtering Columns

order
string

Ordering

offset
string

Limiting and Pagination

limit
string

Limiting and Pagination

Response

OK

allows_negative_stock
boolean<boolean>
bins
integer<bigint>
code
string<character varying>
Maximum string length: 60
id
string<uuid>

Note: This is a Primary Key.

is_active
boolean<boolean>
keeper_name
string<character varying>
Maximum string length: 200
keeper_worker_id
string<uuid>

Note: This is a Foreign Key to technician_workload.worker_id.

location_id
string<uuid>

Note: This is a Foreign Key to location_settings.id.

name
string<character varying>
Maximum string length: 200
negative_rows
integer<bigint>
parts_stocked
integer<bigint>
row_version
integer<bigint>
site_code
string<character varying>
Maximum string length: 50
site_id
string<uuid>

Note: This is a Foreign Key to site_settings.id.

site_name
string<character varying>
Maximum string length: 200
units_on_hand
number<numeric>
warehouse_type
string<character varying>
Maximum string length: 30