Client Filters
Retrieve the filtered client device names for the specified published resource. Deprecated path - Use Criteria section instead.
ID of the published resource to be acquired.
GET /api/PubItems/{id}/ClientFilters HTTP/1.1
Host:
Accept: */*
[
"text"
]
Add a client device name to the filter of type 'Client Device Name' for the specified published resource. Deprecated path - Use Criteria section instead.
ID of the published resource to be updated
Add a client device name to the filter of type 'Client Device Name' for the specified published resource
FQDN, computer name, or IP address of the client to add to the filter.
POST /api/PubItems/{id}/ClientFilters HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 17
{
"client": "text"
}
No content
Delete a client device name to the filter of type 'Client Device Name' for the specified published resource. Deprecated path - Use Criteria section instead.
ID of the published resource to be updated
Name of the Client filter to be deleted
DELETE /api/PubItems/{id}/ClientFilters/{client} HTTP/1.1
Host:
Accept: */*
No content
Was this helpful?