POSPointe
    POSPointe
    MyPOSPointe API
    • POSPointe GiftCard Server
    • Pospointe Trans
    • MyPOSPointe API
    • Pospointe Agent
    • Pospointe Loyalty
    • Get Departments
      GET
    • Get Items
      GET

      Get Items

      Developing
      GET
      https://giftcard.myposerver.comhttps://api3.mypospointe.com:8843/Items

      Request

      Header Params

      Request 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 2024-11-19 07:01:40
      Previous
      Get Departments
      Built with