For the complete documentation index, see llms.txt. This page is also available as Markdown.

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
string[]Optional
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 · min: 1 · max: 255 · nullableRequired

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

Responses
201

Created

No content

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
204

No Content

No content

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

No content