GET api2/latest_logins.json

Get Latest Logins

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of DB_Class.OrderCustomersLogin
NameDescriptionTypeAdditional information
id

The ID.

integer

None.

login_date

The Login Date.

date

Data type: Date

order_customer_id

The Order Customer ID.

integer

None.

type

The Type.

byte

None.

device_name

The Device Name.

string

String length: inclusive between 0 and 512

theme_settings_id

The Theme Settings ID.

integer

None.

Response Formats

[
  {
    "id": 1,
    "login_date": "2024-07-27T08:51:17.4653902+02:00",
    "order_customer_id": 1,
    "type": 64,
    "device_name": "sample string 2",
    "theme_settings_id": 1
  },
  {
    "id": 1,
    "login_date": "2024-07-27T08:51:17.4653902+02:00",
    "order_customer_id": 1,
    "type": 64,
    "device_name": "sample string 2",
    "theme_settings_id": 1
  }
]