GET /service/api/console/gsm/{gsmKey}/sites/{siteId}/endpoints
?type={type}
&hostName={hostName}
&machineId={machineId}
&order={order}
&orderDirection={orderDirection}
&pageSize={pageSize}
&pageNr={pageNr}
Gets the list of endpoints on a given GSM site.
Request Information
URI Parameters
| Name | Description | Type | Additional Information |
|---|---|---|---|
| gsmKey |
The GSM console keycode. |
string |
Required |
| siteId |
The site identifier. |
string |
Required |
| type |
Can be set to "active" (returns active endpoints only) or "deactivated" (returns deactivated endpoints only). If this parameter is omitted, endpoints regardless of their activation state are returned. |
string |
None. |
| hostName |
Used to search for a particular hostname. |
string |
None. |
| machineId |
Used to search for a particular machine. |
string |
None. |
| order |
Used to determine the order field. Valid values are "hostname", "firstseen", "lastseen", "agentversion", "lastinfected". Default value is "hostname". |
string |
None. |
| orderDirection |
Used to sort the data. "A" for ascending, "D" for descending. If orderDirection is omitted or invalid, the data will be sorted in ascending order. |
string |
None. |
| pageSize |
Specifies the number of records being returned. |
integer |
Default value is 50 |
| pageNr |
Specifies the page number. Can be used to retrieve the next batch of records. Default value is 1. |
integer |
Default value is 1 |
URI Sample(s)
|
GET
|
https://unityapi.webrootcloudav.com/service/api/console/gsm/3515-3EC8-3018-4DAB-A776/sites/3c5b599c-f244-4c7e-a78b-b3e9f252fac8/endpoints
|
|
GET
|
https://unityapi.webrootcloudav.com/service/api/console/gsm/3515-3EC8-3018-4DAB-A776/sites/3c5b599c-f244-4c7e-a78b-b3e9f252fac8/endpoints?type=active
|
|
GET
|
https://unityapi.webrootcloudav.com/service/api/console/gsm/3515-3EC8-3018-4DAB-A776/sites/3c5b599c-f244-4c7e-a78b-b3e9f252fac8/endpoints?hostName=MyComputer1
|
|
GET
|
https://unityapi.webrootcloudav.com/service/api/console/gsm/3515-3EC8-3018-4DAB-A776/sites/3c5b599c-f244-4c7e-a78b-b3e9f252fac8/endpoints?machineId=e12cee848565435b8533ec7540366f13:::9a3ff75d83634d1386af15c238b575fb:::9a3ff75d83634d1386af15c238b575fb
|
|
GET
|
https://unityapi.webrootcloudav.com/service/api/console/gsm/3515-3EC8-3018-4DAB-A776/sites/3c5b599c-f244-4c7e-a78b-b3e9f252fac8/endpoints?pageSize=100&pageNr=3
|
|
GET
|
https://unityapi.webrootcloudav.com/service/api/console/gsm/3515-3EC8-3018-4DAB-A776/sites/3c5b599c-f244-4c7e-a78b-b3e9f252fac8/endpoints?order=lastseen&orderDirection=A
|
Body Parameters
None.
Response Information
Resource Description
Information about the list of endpoints on a given GSM site.
GetEndpointsResponseModel| Name | Description | Type | Additional Information |
|---|---|---|---|
| TotalAvailable |
Use this value to determine if you need to retrieve additional pages of data. If TotalAvailable is larger than PageNr * PageSize then more endpoints are available. |
integer |
None. |
| PageNr |
The number of the page that was request. |
integer |
None. |
| PageSize |
The size of the page that was requested. |
integer |
None. |
| Endpoints |
List of endpoint records. |
Collection of GetEndpointsResponseModel_Endpoint |
None. |
Sample Response
{
"TotalAvailable": 2,
"PageNr": 1,
"PageSize": 50,
"Endpoints": [
{
"Seq": 1,
"EndpointId": "c4198a9c-8d2c-4d3c-8a1e-9c8e29523af5",
"HostName": "MyComputer1",
"GroupName": "Test Group",
"FirstSeen": "2026-02-12T06:10:22.7819942Z",
"LastSeen": "2026-02-12T06:10:22.7819942Z",
"AgentVersion": "9.0.13.58",
"LicenseKey": "E292-82AA-EB08-40A5-903C",
"Expired": false,
"LastChangesUserId": "be0479a2-6ff5-49ca-b9a7-6eed3bf9f36e",
"MachineId": "EA998C2AFA594709B098103C6F29C269:::6AEF928FE3CF45D387D75833128CA2C9:::6AEF928FE3CF45D387D75833128CA2C9",
"PolicyId": "5b923159-8160-4a7f-8fc8-aa8f14f313c9",
"VM": false,
"AgentLanguage": "en",
"FriendlyPCName": "",
"GroupId": "9d5639c1-65c9-4182-b929-ef3659c4edb8",
"PolicyName": "Test Policy",
"LastInfected": "2026-04-12T06:10:22.7819942Z",
"InfectedNow": false,
"NumUsers": 1,
"MaxUsers": 2,
"InternalIP": "10.66.207.97",
"MACAddress": "32-3F-A6-77-67-CA",
"ADDomain": "domain.webroot.com",
"ADOU": "Webroot.Computers",
"Workgroup": "WORKGROUP",
"CurrentUser": "Paul",
"Mac": false,
"WindowsFullOS": "Windows 7 Service Pack 1 (Build 7601) 64bit",
"LastPublicIP": "95.103.128.241",
"Deactivated": false,
"LastScanSeq": "1432753381",
"ModifiedDate": "2026-07-05T06:10:22.7819942Z",
"IsolationStatus": "UNISOLATED",
"ActiveModules": [
"endpoint"
]
},
{
"Seq": 2,
"EndpointId": "72ffc58f-17ef-40fb-9205-1ea17d6ee9c8",
"HostName": "MyComputer2",
"GroupName": "Test Group",
"FirstSeen": "2025-09-12T06:10:22.7819942Z",
"LastSeen": "2025-09-12T06:10:22.7819942Z",
"AgentVersion": "9.0.13.58",
"LicenseKey": "E292-82AA-EB08-40A5-903C",
"Expired": false,
"LastChangesUserId": "6b01ec41-c2fd-412f-819c-c0f9ef814bfe",
"MachineId": "DAB8348F202E4053B74361612466665B:::FEBE04EB994A4E3E8AFB25CA41720668:::FEBE04EB994A4E3E8AFB25CA41720668",
"PolicyId": "3912e691-d58a-4d9a-96c2-f5eeb0ed8736",
"VM": false,
"AgentLanguage": "en",
"FriendlyPCName": "",
"GroupId": "11b1abc4-64e9-4a53-929a-4e843abed0a9",
"PolicyName": "Test Policy",
"LastInfected": "2026-01-12T06:10:22.7819942Z",
"InfectedNow": false,
"NumUsers": 1,
"MaxUsers": 4,
"InternalIP": "10.222.122.211",
"MACAddress": "FC-50-13-C7-7A-2E",
"ADDomain": "domain.webroot.com",
"ADOU": "Webroot.Computers",
"Workgroup": "WORKGROUP",
"CurrentUser": "Paul",
"Mac": false,
"WindowsFullOS": "Windows 7 Service Pack 1 (Build 7601) 64bit",
"LastPublicIP": "95.200.203.115",
"Deactivated": false,
"LastScanSeq": "1443246338",
"ModifiedDate": "2026-06-28T06:10:22.7819942Z",
"IsolationStatus": "UNISOLATED",
"ActiveModules": [
"endpoint"
]
}
]
}
<GetEndpointsResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Webroot.UnityAPI.ServiceExtension.Console.Models">
<Endpoints>
<GetEndpointsResponseModel_Endpoint>
<ADDomain>domain.webroot.com</ADDomain>
<ADOU>Webroot.Computers</ADOU>
<ActiveModules xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>endpoint</d4p1:string>
</ActiveModules>
<AgentLanguage>en</AgentLanguage>
<AgentVersion>9.0.13.58</AgentVersion>
<CurrentUser>Paul</CurrentUser>
<Deactivated>false</Deactivated>
<EndpointId>c4198a9c-8d2c-4d3c-8a1e-9c8e29523af5</EndpointId>
<Expired>false</Expired>
<FirstSeen>2026-02-12T06:10:22.7819942Z</FirstSeen>
<FriendlyPCName></FriendlyPCName>
<GroupId>9d5639c1-65c9-4182-b929-ef3659c4edb8</GroupId>
<GroupName>Test Group</GroupName>
<HostName>MyComputer1</HostName>
<InfectedNow>false</InfectedNow>
<InternalIP>10.66.207.97</InternalIP>
<IsolationStatus>UNISOLATED</IsolationStatus>
<LastChangesUserId>be0479a2-6ff5-49ca-b9a7-6eed3bf9f36e</LastChangesUserId>
<LastInfected>2026-04-12T06:10:22.7819942Z</LastInfected>
<LastPublicIP>95.103.128.241</LastPublicIP>
<LastScanSeq>1432753381</LastScanSeq>
<LastSeen>2026-02-12T06:10:22.7819942Z</LastSeen>
<LicenseKey>E292-82AA-EB08-40A5-903C</LicenseKey>
<MACAddress>32-3F-A6-77-67-CA</MACAddress>
<Mac>false</Mac>
<MachineId>EA998C2AFA594709B098103C6F29C269:::6AEF928FE3CF45D387D75833128CA2C9:::6AEF928FE3CF45D387D75833128CA2C9</MachineId>
<MaxUsers>2</MaxUsers>
<ModifiedDate>2026-07-05T06:10:22.7819942Z</ModifiedDate>
<NumUsers>1</NumUsers>
<PolicyId>5b923159-8160-4a7f-8fc8-aa8f14f313c9</PolicyId>
<PolicyName>Test Policy</PolicyName>
<Seq>1</Seq>
<VM>false</VM>
<WindowsFullOS>Windows 7 Service Pack 1 (Build 7601) 64bit</WindowsFullOS>
<Workgroup>WORKGROUP</Workgroup>
</GetEndpointsResponseModel_Endpoint>
<GetEndpointsResponseModel_Endpoint>
<ADDomain>domain.webroot.com</ADDomain>
<ADOU>Webroot.Computers</ADOU>
<ActiveModules xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>endpoint</d4p1:string>
</ActiveModules>
<AgentLanguage>en</AgentLanguage>
<AgentVersion>9.0.13.58</AgentVersion>
<CurrentUser>Paul</CurrentUser>
<Deactivated>false</Deactivated>
<EndpointId>72ffc58f-17ef-40fb-9205-1ea17d6ee9c8</EndpointId>
<Expired>false</Expired>
<FirstSeen>2025-09-12T06:10:22.7819942Z</FirstSeen>
<FriendlyPCName></FriendlyPCName>
<GroupId>11b1abc4-64e9-4a53-929a-4e843abed0a9</GroupId>
<GroupName>Test Group</GroupName>
<HostName>MyComputer2</HostName>
<InfectedNow>false</InfectedNow>
<InternalIP>10.222.122.211</InternalIP>
<IsolationStatus>UNISOLATED</IsolationStatus>
<LastChangesUserId>6b01ec41-c2fd-412f-819c-c0f9ef814bfe</LastChangesUserId>
<LastInfected>2026-01-12T06:10:22.7819942Z</LastInfected>
<LastPublicIP>95.200.203.115</LastPublicIP>
<LastScanSeq>1443246338</LastScanSeq>
<LastSeen>2025-09-12T06:10:22.7819942Z</LastSeen>
<LicenseKey>E292-82AA-EB08-40A5-903C</LicenseKey>
<MACAddress>FC-50-13-C7-7A-2E</MACAddress>
<Mac>false</Mac>
<MachineId>DAB8348F202E4053B74361612466665B:::FEBE04EB994A4E3E8AFB25CA41720668:::FEBE04EB994A4E3E8AFB25CA41720668</MachineId>
<MaxUsers>4</MaxUsers>
<ModifiedDate>2026-06-28T06:10:22.7819942Z</ModifiedDate>
<NumUsers>1</NumUsers>
<PolicyId>3912e691-d58a-4d9a-96c2-f5eeb0ed8736</PolicyId>
<PolicyName>Test Policy</PolicyName>
<Seq>2</Seq>
<VM>false</VM>
<WindowsFullOS>Windows 7 Service Pack 1 (Build 7601) 64bit</WindowsFullOS>
<Workgroup>WORKGROUP</Workgroup>
</GetEndpointsResponseModel_Endpoint>
</Endpoints>
<PageNr>1</PageNr>
<PageSize>50</PageSize>
<TotalAvailable>2</TotalAvailable>
</GetEndpointsResponseModel>