Client Filters

Deprecated

Get Client filter

get

Retrieve the filtered client device names for the specified published resource. Deprecated path - Use Criteria section instead.

Path parameters
idinteger · int32Required

ID of the published resource to be acquired.

Responses
200

Success

application/json; api-version=1.0
Responsestring[]
get
/api/PubItems/{id}/ClientFilters
Deprecated

Add Client filter

post

Add a client device name to the filter of type 'Client Device Name' for the specified published resource. Deprecated path - Use Criteria section instead.

Path parameters
idinteger · int32Required

ID of the published resource to be updated

Body

Add a client device name to the filter of type 'Client Device Name' for the specified published resource

clientstring | nullableRequired

FQDN, computer name, or IP address of the client to add to the filter.

Responses
post
/api/PubItems/{id}/ClientFilters

No content

Deprecated

Delete Client filter

delete

Delete a client device name to the filter of type 'Client Device Name' for the specified published resource. Deprecated path - Use Criteria section instead.

Path parameters
idinteger · int32Required

ID of the published resource to be updated

clientstringRequired

Name of the Client filter to be deleted

Responses
delete
/api/PubItems/{id}/ClientFilters/{client}

No content

Was this helpful?