- Developer guide
- New to our DevPortal 🤔
- Authentication
- Webhook
- Overview
- Invoice Webhooks
- Orders Webhooks
- Menu Webhooks
- Loyalty Webhooks
- Customer webhook
- Error webhook
- Orders
- Menu
- Categories
- Products
- MenuGET
- Branches
- Devices
- Order type
- Price Lists
- Payment Methods
- Order Charges
- Taxes
- Customers
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