GET /service/api/console/gsm/{gsmKey}/sites/{siteId}/groups/{groupId}/endpoints
?order={order}
&orderDirection={orderDirection}
&pageSize={pageSize}
&pageNr={pageNr}
Gets the list of endpoints on a given group.
Request Information
URI Parameters
Name | Description | Type | Additional Information |
---|---|---|---|
gsmKey |
The GSM console keycode. |
string |
Required |
siteId |
The site identifier. |
string |
Required |
groupId |
The group identifier. |
string |
Required |
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/groups/4f08f3ad-7688-4d40-98a6-89bbf7df3daf/endpoints
|
GET
|
https://unityapi.webrootcloudav.com/service/api/console/gsm/3515-3EC8-3018-4DAB-A776/sites/3c5b599c-f244-4c7e-a78b-b3e9f252fac8/groups/4f08f3ad-7688-4d40-98a6-89bbf7df3daf/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/groups/4f08f3ad-7688-4d40-98a6-89bbf7df3daf/endpoints?order=lastseen&orderDirection=A
|
Body Parameters
None.
Response Information
Resource Description
Information about the list of endpoints on a given group.
GetEndpointsResponseModelName | 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": "be86c480-bc5b-485a-854e-e4d6631529c3", "HostName": "MyComputer1", "GroupName": "Test Group", "FirstSeen": "2024-09-22T08:54:38.1054358Z", "LastSeen": "2024-09-22T08:54:38.1054358Z", "AgentVersion": "9.0.13.58", "LicenseKey": "E267-F964-6BFD-4E4C-B64E", "Expired": false, "LastChangesUserId": "50245662-ebcb-48f2-b4b0-f8d12f6a45b5", "MachineId": "5EDE316930DB47A7B15B70769999762D:::4AC1EE90C8A145DD9439591FEBB121E9:::4AC1EE90C8A145DD9439591FEBB121E9", "PolicyId": "4460ecc0-2f50-4efc-a509-dfbd9e74ec2b", "VM": false, "AgentLanguage": "en", "FriendlyPCName": "", "GroupId": "c8b652ad-9b12-4b19-9631-afa601de8b6f", "PolicyName": "Test Policy", "LastInfected": "2024-11-22T08:54:38.1054358Z", "InfectedNow": false, "NumUsers": 1, "MaxUsers": 2, "InternalIP": "10.196.217.64", "MACAddress": "82-7B-AF-11-59-3B", "ADDomain": "domain.webroot.com", "ADOU": "Webroot.Computers", "Workgroup": "WORKGROUP", "CurrentUser": "Paul", "Mac": false, "WindowsFullOS": "Windows 7 Service Pack 1 (Build 7601) 64bit", "LastPublicIP": "95.48.195.204", "Deactivated": false, "LastScanSeq": "282915907", "ModifiedDate": "2025-02-15T08:54:38.1054358Z", "IsolationStatus": "UNISOLATED" }, { "Seq": 2, "EndpointId": "8026030b-1c6a-4f82-9854-ac71990e369a", "HostName": "MyComputer2", "GroupName": "Test Group", "FirstSeen": "2024-04-22T08:54:38.1054358Z", "LastSeen": "2024-04-22T08:54:38.1054358Z", "AgentVersion": "9.0.13.58", "LicenseKey": "E267-F964-6BFD-4E4C-B64E", "Expired": false, "LastChangesUserId": "38e2d2a5-9a71-4b7c-bc54-15005eb63187", "MachineId": "7C2247ED92B4466584E37348260546C2:::DF6BA76A2F0948B698DBE06F8B500968:::DF6BA76A2F0948B698DBE06F8B500968", "PolicyId": "89a889b2-d715-4a96-aff7-d2ed962f827e", "VM": false, "AgentLanguage": "en", "FriendlyPCName": "", "GroupId": "6b1ee71d-28d2-4151-9dc7-50c38f4b2ba7", "PolicyName": "Test Policy", "LastInfected": "2024-08-22T08:54:38.1054358Z", "InfectedNow": false, "NumUsers": 1, "MaxUsers": 4, "InternalIP": "10.123.59.118", "MACAddress": "04-51-78-B4-76-D6", "ADDomain": "domain.webroot.com", "ADOU": "Webroot.Computers", "Workgroup": "WORKGROUP", "CurrentUser": "Paul", "Mac": false, "WindowsFullOS": "Windows 7 Service Pack 1 (Build 7601) 64bit", "LastPublicIP": "95.252.96.39", "Deactivated": false, "LastScanSeq": "1106118990", "ModifiedDate": "2025-02-08T08:54:38.1054358Z", "IsolationStatus": "UNISOLATED" } ] }
<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> <AgentLanguage>en</AgentLanguage> <AgentVersion>9.0.13.58</AgentVersion> <CurrentUser>Paul</CurrentUser> <Deactivated>false</Deactivated> <EndpointId>be86c480-bc5b-485a-854e-e4d6631529c3</EndpointId> <Expired>false</Expired> <FirstSeen>2024-09-22T08:54:38.1054358Z</FirstSeen> <FriendlyPCName></FriendlyPCName> <GroupId>c8b652ad-9b12-4b19-9631-afa601de8b6f</GroupId> <GroupName>Test Group</GroupName> <HostName>MyComputer1</HostName> <InfectedNow>false</InfectedNow> <InternalIP>10.196.217.64</InternalIP> <IsolationStatus>UNISOLATED</IsolationStatus> <LastChangesUserId>50245662-ebcb-48f2-b4b0-f8d12f6a45b5</LastChangesUserId> <LastInfected>2024-11-22T08:54:38.1054358Z</LastInfected> <LastPublicIP>95.48.195.204</LastPublicIP> <LastScanSeq>282915907</LastScanSeq> <LastSeen>2024-09-22T08:54:38.1054358Z</LastSeen> <LicenseKey>E267-F964-6BFD-4E4C-B64E</LicenseKey> <MACAddress>82-7B-AF-11-59-3B</MACAddress> <Mac>false</Mac> <MachineId>5EDE316930DB47A7B15B70769999762D:::4AC1EE90C8A145DD9439591FEBB121E9:::4AC1EE90C8A145DD9439591FEBB121E9</MachineId> <MaxUsers>2</MaxUsers> <ModifiedDate>2025-02-15T08:54:38.1054358Z</ModifiedDate> <NumUsers>1</NumUsers> <PolicyId>4460ecc0-2f50-4efc-a509-dfbd9e74ec2b</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> <AgentLanguage>en</AgentLanguage> <AgentVersion>9.0.13.58</AgentVersion> <CurrentUser>Paul</CurrentUser> <Deactivated>false</Deactivated> <EndpointId>8026030b-1c6a-4f82-9854-ac71990e369a</EndpointId> <Expired>false</Expired> <FirstSeen>2024-04-22T08:54:38.1054358Z</FirstSeen> <FriendlyPCName></FriendlyPCName> <GroupId>6b1ee71d-28d2-4151-9dc7-50c38f4b2ba7</GroupId> <GroupName>Test Group</GroupName> <HostName>MyComputer2</HostName> <InfectedNow>false</InfectedNow> <InternalIP>10.123.59.118</InternalIP> <IsolationStatus>UNISOLATED</IsolationStatus> <LastChangesUserId>38e2d2a5-9a71-4b7c-bc54-15005eb63187</LastChangesUserId> <LastInfected>2024-08-22T08:54:38.1054358Z</LastInfected> <LastPublicIP>95.252.96.39</LastPublicIP> <LastScanSeq>1106118990</LastScanSeq> <LastSeen>2024-04-22T08:54:38.1054358Z</LastSeen> <LicenseKey>E267-F964-6BFD-4E4C-B64E</LicenseKey> <MACAddress>04-51-78-B4-76-D6</MACAddress> <Mac>false</Mac> <MachineId>7C2247ED92B4466584E37348260546C2:::DF6BA76A2F0948B698DBE06F8B500968:::DF6BA76A2F0948B698DBE06F8B500968</MachineId> <MaxUsers>4</MaxUsers> <ModifiedDate>2025-02-08T08:54:38.1054358Z</ModifiedDate> <NumUsers>1</NumUsers> <PolicyId>89a889b2-d715-4a96-aff7-d2ed962f827e</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>