GET api/restaurantTables?StoreID={StoreID}&OrderBy={OrderBy}&SortOrder={SortOrder}&Skip={Skip}&Take={Take}&TotalCount={TotalCount}
Query RestaurantTable
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
StoreID | integer |
None. |
|
OrderBy | RestaurantTableSort |
None. |
|
SortOrder | SortOrder |
None. |
|
Skip |
Number of records to skip over |
integer |
None. |
Take |
Number of records to take |
integer |
None. |
TotalCount | integer |
Relation. This field may not always be loaded or used for updates. |
Body Parameters
None.
Response Information
Resource Description
List of matching RestaurantTable
PageListOfRestaurantTableName | Description | Type | Additional information |
---|---|---|---|
Type | string |
None. |
|
List | Collection of RestaurantTable |
None. |
|
Skip |
Number of records to skip over |
integer |
None. |
Take |
Number of records to take |
integer |
None. |
TotalCount | integer |
Relation. This field may not always be loaded or used for updates. |
Response Formats
application/json, text/json
Sample:
{ "type": "RestaurantTable", "list": [ { "$id": "2", "g_Uid": "PSBl3mspaUG3UQzJhD3tAA==", "storeID": 1, "guid": "de65203d-296b-4169-b751-0cc9843ded00", "tableNumber": 2, "tableType": 3, "name": "sample string 4", "maxCover": 1, "isCommunal": true, "canMerge": true, "isSmoking": true, "isOutdoor": true, "deleted": true, "updated": "2025-10-05T00:01:56.1689031", "storeName": "sample string 11" }, { "$ref": "2" } ], "skip": 1, "take": 1, "totalCount": 1 }
application/xml, text/xml
Sample:
<PageListOfRestaurantTablepECW3qp9 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.Common"> <Skip>1</Skip> <Take>1</Take> <TotalCount>1</TotalCount> <List xmlns:d2p1="http://gapsolutions.com.au/schema/ezimanager"> <d2p1:RestaurantTable> <d2p1:CanMerge>true</d2p1:CanMerge> <d2p1:Deleted>true</d2p1:Deleted> <d2p1:G_Uid>PSBl3mspaUG3UQzJhD3tAA==</d2p1:G_Uid> <d2p1:Guid>de65203d-296b-4169-b751-0cc9843ded00</d2p1:Guid> <d2p1:IsCommunal>true</d2p1:IsCommunal> <d2p1:IsOutdoor>true</d2p1:IsOutdoor> <d2p1:IsSmoking>true</d2p1:IsSmoking> <d2p1:MaxCover>1</d2p1:MaxCover> <d2p1:Name>sample string 4</d2p1:Name> <d2p1:StoreID>1</d2p1:StoreID> <d2p1:StoreName>sample string 11</d2p1:StoreName> <d2p1:TableNumber>2</d2p1:TableNumber> <d2p1:TableType>3</d2p1:TableType> <d2p1:Updated>2025-10-05T00:01:56.1689031+00:00</d2p1:Updated> </d2p1:RestaurantTable> <d2p1:RestaurantTable> <d2p1:CanMerge>true</d2p1:CanMerge> <d2p1:Deleted>true</d2p1:Deleted> <d2p1:G_Uid>PSBl3mspaUG3UQzJhD3tAA==</d2p1:G_Uid> <d2p1:Guid>de65203d-296b-4169-b751-0cc9843ded00</d2p1:Guid> <d2p1:IsCommunal>true</d2p1:IsCommunal> <d2p1:IsOutdoor>true</d2p1:IsOutdoor> <d2p1:IsSmoking>true</d2p1:IsSmoking> <d2p1:MaxCover>1</d2p1:MaxCover> <d2p1:Name>sample string 4</d2p1:Name> <d2p1:StoreID>1</d2p1:StoreID> <d2p1:StoreName>sample string 11</d2p1:StoreName> <d2p1:TableNumber>2</d2p1:TableNumber> <d2p1:TableType>3</d2p1:TableType> <d2p1:Updated>2025-10-05T00:01:56.1689031+00:00</d2p1:Updated> </d2p1:RestaurantTable> </List> </PageListOfRestaurantTablepECW3qp9>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK <