Appearance
GET
/warehouse-management/warehouse/warehousesRequired scope:
viskan:warehouse:readGets all available warehouses in the system.
Parameters
Query parameters
page integerThe page to search for.
Default value:
1resultsPerPage integerThe number of results per page. Must be a value between
1 and 200.searchId stringThe search ID to use for continued pages. More details.
Response
The search was successful.
JSON
{
"hits": [
{
"warehouseId": 12345,
"warehouseName": "...",
"warehouseNumber": "..."
}
],
"page": 12345,
"pagesLeft": 12345,
"searchId": "...",
"totalHits": 12345
}