# Get tables Endpoint: GET /POSSystem/GetTables Version: 1.1.0 Security: ApiKeyAuth ## Response 200 fields (application/json): - `_id` (string) Unique identifier Example: "6c0df0b4-4a8a-4278-8b47-5e68f32b6658" - `createdOnUTC` (string) Timestamp when the entity was created (UTC) Example: "2025-01-23T12:34:56Z" - `createdByUserName` (string) Username of the creator Example: "Peter" - `modifiedOnUTC` (any) Timestamp when the entity was last modified (UTC) - `modifiedByUserName` (any) Username of the last modifying user - `departmentId` (string) ID of the department this table belongs to. - `department` (any) Related department entity. - `number` (integer) Table number. - `name` (string) Table name or label. - `isActive` (boolean) Indicates whether the table is active. - `recalledCourseId` (any) Optional ID of the recalled course. - `tableType` (integer) Table type identifier.