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": "605c8a3f-3b0e-4f5a-96b7-63a07708f2ba",
"HostName": "MyComputer1",
"GroupName": "Test Group",
"FirstSeen": "2025-12-31T01:11:02.3620593Z",
"LastSeen": "2025-12-31T01:11:02.3620593Z",
"AgentVersion": "9.0.13.58",
"LicenseKey": "8A39-1066-7C29-4F4F-B654",
"Expired": false,
"LastChangesUserId": "8dcebe05-de9f-460c-865c-2415b5115fb4",
"MachineId": "91B88717C66C44769574D93D46F65D65:::2B8C1E5D7C9F42F48D71E01FCB5D47C2:::2B8C1E5D7C9F42F48D71E01FCB5D47C2",
"PolicyId": "be21e360-730c-483c-a440-56fd39352d8c",
"VM": false,
"AgentLanguage": "en",
"FriendlyPCName": "",
"GroupId": "6c9732e1-f78e-4a2c-8fe4-55632f89d743",
"PolicyName": "Test Policy",
"LastInfected": "2026-02-28T01:11:02.3620593Z",
"InfectedNow": false,
"NumUsers": 1,
"MaxUsers": 2,
"InternalIP": "10.208.130.133",
"MACAddress": "2F-9E-94-3A-73-A5",
"ADDomain": "domain.webroot.com",
"ADOU": "Webroot.Computers",
"Workgroup": "WORKGROUP",
"CurrentUser": "Paul",
"Mac": false,
"WindowsFullOS": "Windows 7 Service Pack 1 (Build 7601) 64bit",
"LastPublicIP": "95.241.125.84",
"Deactivated": false,
"LastScanSeq": "538064019",
"ModifiedDate": "2026-05-24T01:11:02.3620593Z",
"IsolationStatus": "UNISOLATED",
"ActiveModules": [
"endpoint"
]
},
{
"Seq": 2,
"EndpointId": "0a078852-efad-40e0-b6b6-2cddfaffa20f",
"HostName": "MyComputer2",
"GroupName": "Test Group",
"FirstSeen": "2025-07-31T01:11:02.3620593Z",
"LastSeen": "2025-07-31T01:11:02.3620593Z",
"AgentVersion": "9.0.13.58",
"LicenseKey": "8A39-1066-7C29-4F4F-B654",
"Expired": false,
"LastChangesUserId": "b2e987aa-2283-4896-9afc-e41f38d89e5d",
"MachineId": "6864BFB0D87E4889A563FDD7FB274A93:::316031119C0643519A2C493F7B9F4079:::316031119C0643519A2C493F7B9F4079",
"PolicyId": "4a1c03e4-cfcd-4e05-a588-e9c62060fbc5",
"VM": false,
"AgentLanguage": "en",
"FriendlyPCName": "",
"GroupId": "1d2c374e-a2c2-4cdf-b6e3-527e5109e561",
"PolicyName": "Test Policy",
"LastInfected": "2025-11-30T01:11:02.3620593Z",
"InfectedNow": false,
"NumUsers": 1,
"MaxUsers": 4,
"InternalIP": "10.106.6.21",
"MACAddress": "6F-5A-C3-5B-96-52",
"ADDomain": "domain.webroot.com",
"ADOU": "Webroot.Computers",
"Workgroup": "WORKGROUP",
"CurrentUser": "Paul",
"Mac": false,
"WindowsFullOS": "Windows 7 Service Pack 1 (Build 7601) 64bit",
"LastPublicIP": "95.244.15.200",
"Deactivated": false,
"LastScanSeq": "1821997306",
"ModifiedDate": "2026-05-17T01:11:02.3620593Z",
"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>605c8a3f-3b0e-4f5a-96b7-63a07708f2ba</EndpointId>
<Expired>false</Expired>
<FirstSeen>2025-12-31T01:11:02.3620593Z</FirstSeen>
<FriendlyPCName></FriendlyPCName>
<GroupId>6c9732e1-f78e-4a2c-8fe4-55632f89d743</GroupId>
<GroupName>Test Group</GroupName>
<HostName>MyComputer1</HostName>
<InfectedNow>false</InfectedNow>
<InternalIP>10.208.130.133</InternalIP>
<IsolationStatus>UNISOLATED</IsolationStatus>
<LastChangesUserId>8dcebe05-de9f-460c-865c-2415b5115fb4</LastChangesUserId>
<LastInfected>2026-02-28T01:11:02.3620593Z</LastInfected>
<LastPublicIP>95.241.125.84</LastPublicIP>
<LastScanSeq>538064019</LastScanSeq>
<LastSeen>2025-12-31T01:11:02.3620593Z</LastSeen>
<LicenseKey>8A39-1066-7C29-4F4F-B654</LicenseKey>
<MACAddress>2F-9E-94-3A-73-A5</MACAddress>
<Mac>false</Mac>
<MachineId>91B88717C66C44769574D93D46F65D65:::2B8C1E5D7C9F42F48D71E01FCB5D47C2:::2B8C1E5D7C9F42F48D71E01FCB5D47C2</MachineId>
<MaxUsers>2</MaxUsers>
<ModifiedDate>2026-05-24T01:11:02.3620593Z</ModifiedDate>
<NumUsers>1</NumUsers>
<PolicyId>be21e360-730c-483c-a440-56fd39352d8c</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>0a078852-efad-40e0-b6b6-2cddfaffa20f</EndpointId>
<Expired>false</Expired>
<FirstSeen>2025-07-31T01:11:02.3620593Z</FirstSeen>
<FriendlyPCName></FriendlyPCName>
<GroupId>1d2c374e-a2c2-4cdf-b6e3-527e5109e561</GroupId>
<GroupName>Test Group</GroupName>
<HostName>MyComputer2</HostName>
<InfectedNow>false</InfectedNow>
<InternalIP>10.106.6.21</InternalIP>
<IsolationStatus>UNISOLATED</IsolationStatus>
<LastChangesUserId>b2e987aa-2283-4896-9afc-e41f38d89e5d</LastChangesUserId>
<LastInfected>2025-11-30T01:11:02.3620593Z</LastInfected>
<LastPublicIP>95.244.15.200</LastPublicIP>
<LastScanSeq>1821997306</LastScanSeq>
<LastSeen>2025-07-31T01:11:02.3620593Z</LastSeen>
<LicenseKey>8A39-1066-7C29-4F4F-B654</LicenseKey>
<MACAddress>6F-5A-C3-5B-96-52</MACAddress>
<Mac>false</Mac>
<MachineId>6864BFB0D87E4889A563FDD7FB274A93:::316031119C0643519A2C493F7B9F4079:::316031119C0643519A2C493F7B9F4079</MachineId>
<MaxUsers>4</MaxUsers>
<ModifiedDate>2026-05-17T01:11:02.3620593Z</ModifiedDate>
<NumUsers>1</NumUsers>
<PolicyId>4a1c03e4-cfcd-4e05-a588-e9c62060fbc5</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>