RETM | REST API
  1. Devices
RETM | REST API
  • Developer guide
  • New to our DevPortal 🤔
  • Authentication
    • Token
      POST
  • Webhook
    • Overview
    • Invoice Webhooks
      • Webhook Events
      • Invoice Created
    • Orders Webhooks
      • Webhook Events
      • Order Triggeres
    • Menu Webhooks
      • Menu Updates
      • Menu Changed
    • Loyalty Webhooks
      • Promotional Coupon
      • Check Reward
      • Redeem Reward
    • Customer webhook
      • Customer Data
      • Customer hook
    • Error webhook
      • Stay Alert to Connectivity Issues
      • Error webhook
  • Orders
    • Orders
      GET
    • Create Order
      POST
    • Cancel Order
      POST
    • Update delivery order status
      POST
  • Menu
    • Categories
      • List Categories
      • Single Categoy
    • Products
      • Products
      • Single Product
      • Simple List
    • Menu
      GET
  • Branches
    • Branches
      GET
  • Devices
    • Devices
      GET
  • Order type
    • Order types
      GET
    • Create order type
      POST
  • Price Lists
    • Price Lists
      GET
  • Payment Methods
    • Payment methods
    • Create pay method
  • Order Charges
    • order charges
    • Create order charges
  • Taxes
    • Tax list
    • Create tax
  • Customers
    • Customers
  1. Devices

Devices

GET
https://{serviceID}.retm.sa/api/v2/devices/list

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************

Responses

🟢200Devices
application/json
Body
array of:
uuid
string 
required
name
object 
required
en
string 
required
ar
string 
required
status
integer 
required
created_at
string 
required
branch
string 
required
Example
[
    {
        "uuid": "01GZERV8JSEZKVRA6A0HNZ25BW",
        "name": {
            "en": "Main Device new",
            "ar": "الكاشير الأساسي"
        },
        "status": 1,
        "created_at": "2022-01-31T04:02:23.000000Z",
        "branch": "11111111111111111111111111"
    },
    {
        "uuid": "01GZERV8JT7K758Z958YWY5TAX",
        "name": {
            "en": "Test Device",
            "ar": "الجلسات الخارجية"
        },
        "status": 2,
        "created_at": "2022-01-31T04:02:31.000000Z",
        "branch": "11111111111111111111111111"
    },
    {
        "uuid": "01gzfkehke4gnxx9m4xpysgfqr",
        "name": {
            "en": "Ahmed",
            "ar": "احمدw"
        },
        "status": 1,
        "created_at": "2023-05-02T22:25:54.000000Z",
        "branch": "11111111111111111111111111"
    },
    {
        "uuid": "01h0cgm8t7pv2a2nmevgd5xwsk",
        "name": {
            "en": "string|requiredmmmmmm",
            "ar": "string|required"
        },
        "status": 1,
        "created_at": "2023-05-14T03:54:34.000000Z",
        "branch": "11111111111111111111111111"
    },
    {
        "uuid": "01h0cjg24b7z39029n2wg670vm",
        "name": {
            "en": "adaw",
            "ar": "adaw"
        },
        "status": 1,
        "created_at": "2023-05-14T04:27:14.000000Z",
        "branch": "11111111111111111111111111"
    },
    {
        "uuid": "01h0cjgcec8bb10pz3me8axq5w",
        "name": {
            "en": "awdamm",
            "ar": "awd"
        },
        "status": 1,
        "created_at": "2023-05-14T04:27:24.000000Z",
        "branch": "11111111111111111111111111"
    },
    {
        "uuid": "01h0ckb2b861sm0aassvpkq7s6",
        "name": {
            "en": "awd",
            "ar": "awd"
        },
        "status": 1,
        "created_at": "2023-05-14T04:41:59.000000Z",
        "branch": "11111111111111111111111111"
    },
    {
        "uuid": "01h0ckbadmj1x4kbs5xjj045me",
        "name": {
            "en": "wad",
            "ar": "awdaw"
        },
        "status": 1,
        "created_at": "2023-05-14T04:42:07.000000Z",
        "branch": "11111111111111111111111111"
    },
    {
        "uuid": "01h260t7heh6bkkn27rskj2sya",
        "name": {
            "en": "sdf",
            "ar": "sdf"
        },
        "status": 1,
        "created_at": "2023-06-05T11:54:09.000000Z",
        "branch": "11111111111111111111111111"
    },
    {
        "uuid": "01h39tfqs79gz1gxz5dhavcvkv",
        "name": {
            "en": "m",
            "ar": "m"
        },
        "status": 1,
        "created_at": "2023-06-19T09:36:14.000000Z",
        "branch": "01h1he9gv7jck3xrhg7dz9hzh5"
    }
]
Modified at 2023-12-24 21:03:47
Previous
Branches
Next
Order types
Built with