GET api/SplashtopPrem/computers

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of SplashtopPremComputerInfo
NameDescriptionTypeAdditional information
id

integer

None.

name

string

None.

host_name

string

None.

status

string

None.

platform

string

None.

version

string

None.

ip_address

string

None.

last_online

date

None.

type

string

None.

group_id

integer

None.

group_name

string

None.

dev_name_os_sync

integer

None.

private_ip_addresses

Collection of string

None.

uuid

string

None.

mac_addresses

Collection of string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "name": "sample string 2",
    "host_name": "sample string 3",
    "status": "sample string 4",
    "platform": "sample string 5",
    "version": "sample string 6",
    "ip_address": "sample string 7",
    "last_online": "2025-05-03T00:49:02.3504221+00:00",
    "type": "sample string 9",
    "group_id": 10,
    "group_name": "sample string 11",
    "dev_name_os_sync": 12,
    "private_ip_addresses": [
      "sample string 1",
      "sample string 2"
    ],
    "uuid": "sample string 13",
    "mac_addresses": [
      "sample string 1",
      "sample string 2"
    ]
  },
  {
    "id": 1,
    "name": "sample string 2",
    "host_name": "sample string 3",
    "status": "sample string 4",
    "platform": "sample string 5",
    "version": "sample string 6",
    "ip_address": "sample string 7",
    "last_online": "2025-05-03T00:49:02.3504221+00:00",
    "type": "sample string 9",
    "group_id": 10,
    "group_name": "sample string 11",
    "dev_name_os_sync": 12,
    "private_ip_addresses": [
      "sample string 1",
      "sample string 2"
    ],
    "uuid": "sample string 13",
    "mac_addresses": [
      "sample string 1",
      "sample string 2"
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfSplashtopController.SplashtopPremComputerInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iMOE_Back_End.Controllers">
  <SplashtopController.SplashtopPremComputerInfo>
    <dev_name_os_sync>12</dev_name_os_sync>
    <group_id>10</group_id>
    <group_name>sample string 11</group_name>
    <host_name>sample string 3</host_name>
    <id>1</id>
    <ip_address>sample string 7</ip_address>
    <last_online>2025-05-03T00:49:02.3504221+00:00</last_online>
    <mac_addresses xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </mac_addresses>
    <name>sample string 2</name>
    <platform>sample string 5</platform>
    <private_ip_addresses xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </private_ip_addresses>
    <status>sample string 4</status>
    <type>sample string 9</type>
    <uuid>sample string 13</uuid>
    <version>sample string 6</version>
  </SplashtopController.SplashtopPremComputerInfo>
  <SplashtopController.SplashtopPremComputerInfo>
    <dev_name_os_sync>12</dev_name_os_sync>
    <group_id>10</group_id>
    <group_name>sample string 11</group_name>
    <host_name>sample string 3</host_name>
    <id>1</id>
    <ip_address>sample string 7</ip_address>
    <last_online>2025-05-03T00:49:02.3504221+00:00</last_online>
    <mac_addresses xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </mac_addresses>
    <name>sample string 2</name>
    <platform>sample string 5</platform>
    <private_ip_addresses xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </private_ip_addresses>
    <status>sample string 4</status>
    <type>sample string 9</type>
    <uuid>sample string 13</uuid>
    <version>sample string 6</version>
  </SplashtopController.SplashtopPremComputerInfo>
</ArrayOfSplashtopController.SplashtopPremComputerInfo>