External DocumentationTo learn more, visit the Cisco ISE documentation.
Actions
Get Endpoints
Retrieve a list of endpoints with optional filtering.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Filter | Filter results by specifying criteria across the following fields: * profileId* profile* groupId* mac* portalUser* staticProfileAssignment* staticGroupAssignment* logicalProfileNameFor Example: profileId.GT.1 or mac.EQ.1.2.3.4.5.6.For more information about the parameter, refer to Cisco ISE’S documentation. |
| Page Number | The page number to retrieve. |
| Page Size | The maximum number of network devices to retrieve per page. |
| Sort By | Sort results by ascending order in this field. |
| Sort By | Sort results by descending order in this field. |
| Sort Direction | Choose to order results in ascending or descending order. |
{
"SearchResult": {
"total": 1,
"resources": [
{
"id": "string",
"name": "string",
"link": {
"rel": "self",
"href": "string",
"type": "application/json"
}
}
]
}
}
Was this page helpful?