# Get articles Endpoint: GET /POSSystem/GetArticles 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 - `number` (string) Unique article number. - `name` (string) Article name. - `description` (any) Optional article description. - `isActive` (boolean) Indicates whether the article is active. - `type` (integer) Numeric article type (based on EnArticleType). - `commodityGroupId` (string) ID of the commodity group. - `commodityGroup` (any) Related commodity group entity. - `courseId` (any) Optional course ID. - `costs` (number) Cost price of the article. - `textEntryForBooking` (boolean) Requires a text entry during booking. - `priceEntryForBooking` (boolean) Requires a manual price input during booking. - `externalDocumentNumberEntryForBooking` (boolean) Requires an external document number during booking. - `isNegative` (boolean) Indicates that the article is a negative item (e.g., discount). - `priceGross` (number) Gross price of the article. - `priceListPrices` (any) Field reserved for future features. - `printerIds` (any) List of printer IDs. - `barcodes` (any) List of barcodes associated with the article. - `articlePackageDetails` (any) Field reserved for future features. - `articlePackageGroups` (any) Field reserved for future features. - `articleAddons` (any) Field reserved for future features.