1. Items
POSPointe
MyPOSPointe API
  • POSPointe GiftCard Server
  • Pospointe Trans
  • MyPOSPointe API
  • Pospointe Agent
  • Pospointe Loyalty
  • Dashboard
    • Top Selling Items
      GET
    • Get Totals
      GET
    • Cash and Card Total Sales
      GET
    • Sales for last 7 days
      GET
    • Store busy hours
      GET
    • Sales for last 14 days
      GET
    • Get Online Orders
      GET
    • Get Employee
      GET
    • Employee Attendance
      GET
    • Get Employee Departments
      GET
    • Get Application
      GET
  • Users
    • Add User
      POST
    • Get all Users
      GET
    • Get a user
      GET
    • Edit User
      PUT
  • MyPOSDevice
    • Get License
      GET
    • Register Device
      POST
    • Register Device with OTP
      POST
  • Menus
    • Items
      • Get Items
        GET
    • Store Hours
      • Get Store Hrs
      • Update Store Hrs
  • Reports
    • Flash Report
      • Get FlashReport Details
    • Transaction
      • Get All Transactions
      • Get Items per transactions
      • Get Cashier Details
    • Shift Close
      • Get ShiftClose report
      • Get "ShiftCloseEmail" value
      • Get report with Id
      • Post to QuickBooks
      • Update "ShiftCloseEmail" value
    • Item Sales By Department
      • Get department sales
  • Online Orders
    • Get Online Order Sales
  • Business Info
    • Business Info
    • Update Business Info
    • Get Tax Rate
    • Update Tax Rate
  • Get Departments
    GET
  1. Items

Get Items

Developing
GET
https://api3.mypospointe.com:8843/Items

Request

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api3.mypospointe.com:8843/Items' \
--header 'db: 170'

Responses

🟢200OK
application/json
Body

Example
[
    {
        "itemId": "string",
        "itemName": "string",
        "itemDeptId": "string",
        "itemPrice": 0,
        "tax1Status": "string",
        "picturepath": "string",
        "pricePrompt": "string",
        "btnColor": "string",
        "visible": "string",
        "enableName": "string",
        "enablePicture": "string",
        "listOrder": 0,
        "isKot": 0,
        "isKot2": true,
        "isModifer": true,
        "isDeleted": null,
        "promptDescription": true,
        "showInKitchenDisplay": null,
        "loyalityCredit": null,
        "qty": 0,
        "onlineImagelink": null,
        "lastSold": null,
        "onlinePrice": null,
        "idcheck": true,
        "foodStampable": true,
        "managersOnly": true,
        "sellOnline": true,
        "countthis": true,
        "lastimported": null,
        "createdDate": null,
        "cost": 0,
        "brand": null,
        "iteminCase": null,
        "casePrice": null,
        "soldby": null
    }
]
Modified at 2026-04-29 05:17:56
Previous
Register Device with OTP
Next
Get Store Hrs
Built with