IP Filters
List all IP filters
Retrieves a list of all IP filters
get/api/ip-filters
Response
Array of IP filter objects
Example response
[
{
"id": "entity123",
"createdBy": {
"id": "abc123",
"friendlyName": "John Doe (john.doe)"
},
"updatedBy": {
"id": "abc123",
"friendlyName": "John Doe (john.doe)"
},
"createdAt": "2023-10-31T12:34:56.789Z",
"updatedAt": "2023-10-31T12:34:56.789Z",
"address": "192\\.168\\.1\\..*",
"description": "Allow traffic from the local admin workstation"
}
]