GET breeze/Security/Sessions

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Session
NameDescriptionTypeAdditional information
SessionId

integer

None.

Version

string

None.

MachineName

string

None.

OS

string

None.

CreatedBy

integer

None.

CreatedDate

date

None.

EndedDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "$type": "AHS.Server.Entities.Session, AHS.Server",
    "SessionId": 1,
    "Version": "sample string 2",
    "MachineName": "sample string 3",
    "OS": "sample string 4",
    "CreatedBy": 5,
    "CreatedDate": "2024-04-19T10:57:46.971+00:00",
    "EndedDate": "2024-04-19T10:57:46.971+00:00"
  },
  {
    "$ref": "1"
  }
]