GET api/Machine?machine={machine}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
machine

string

Default value is

Body Parameters

None.

Response Information

Resource Description

Collection of Machine
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

LastUser

string

None.

LastApp

string

None.

LastLoginTime

date

None.

LastExeTime

date

None.

Dat

string

None.

IsRetired

boolean

None.

LapsedTime

integer

None.

LogLevel

string

None.

MachineGroupId

integer

None.

MachineGroup

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Name": "sample string 2",
    "LastUser": "sample string 3",
    "LastApp": "sample string 4",
    "LastLoginTime": "2026-06-04T21:13:49.4155075-05:00",
    "LastExeTime": "2026-06-04T21:13:49.4165074-05:00",
    "Dat": "sample string 5",
    "IsRetired": true,
    "LapsedTime": 1,
    "LogLevel": "sample string 7",
    "MachineGroupId": 1,
    "MachineGroup": "sample string 8"
  },
  {
    "Id": 1,
    "Name": "sample string 2",
    "LastUser": "sample string 3",
    "LastApp": "sample string 4",
    "LastLoginTime": "2026-06-04T21:13:49.4155075-05:00",
    "LastExeTime": "2026-06-04T21:13:49.4165074-05:00",
    "Dat": "sample string 5",
    "IsRetired": true,
    "LapsedTime": 1,
    "LogLevel": "sample string 7",
    "MachineGroupId": 1,
    "MachineGroup": "sample string 8"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMachine xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VersaiAPI.Business">
  <Machine>
    <Dat>sample string 5</Dat>
    <Id>1</Id>
    <IsRetired>true</IsRetired>
    <LapsedTime>1</LapsedTime>
    <LastApp>sample string 4</LastApp>
    <LastExeTime>2026-06-04T21:13:49.4165074-05:00</LastExeTime>
    <LastLoginTime>2026-06-04T21:13:49.4155075-05:00</LastLoginTime>
    <LastUser>sample string 3</LastUser>
    <LogLevel>sample string 7</LogLevel>
    <MachineGroup>sample string 8</MachineGroup>
    <MachineGroupId>1</MachineGroupId>
    <Name>sample string 2</Name>
  </Machine>
  <Machine>
    <Dat>sample string 5</Dat>
    <Id>1</Id>
    <IsRetired>true</IsRetired>
    <LapsedTime>1</LapsedTime>
    <LastApp>sample string 4</LastApp>
    <LastExeTime>2026-06-04T21:13:49.4165074-05:00</LastExeTime>
    <LastLoginTime>2026-06-04T21:13:49.4155075-05:00</LastLoginTime>
    <LastUser>sample string 3</LastUser>
    <LogLevel>sample string 7</LogLevel>
    <MachineGroup>sample string 8</MachineGroup>
    <MachineGroupId>1</MachineGroupId>
    <Name>sample string 2</Name>
  </Machine>
</ArrayOfMachine>