---
title: "GET /userSession/items"
method: GET
path: "/userSession/items"
tags: ["Users"]
---

# GET /userSession/items

`GET /userSession/items`

Retrieves multiple entities of UserSession type by its ids

## Query parameters

- `ids` integer[], required

## Response `200`

See definition

- UserSession[]
  - `id` integer
  - `userId` integer, required — id of User
  - `startTime` string, date-time, required
  - `endTime` string, date-time
  - `ipAddress` string
  - `appId` string
  - `appVersion` string

---

[API](https://skmtc.dev/tradovate/apis/tradovate-api.md) · [All operations](https://skmtc.dev/tradovate/apis/tradovate-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tradovate/tradovate-api/revisions/7cdb5e795c45/schema)
