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

IP Filters

Deprecated

Get IP filter

get

Retrieve the IP address list for the specified published resource. Deprecated path - Use Criteria section instead.

Path parameters
idinteger · int32Required

ID of the published resource to be updated

Responses
200

Success

application/json; api-version=1.0

IP Address filter

get/api/PubItems/{id}/IPFilters
Deprecated

Add IP filter

post

Add an IP address to the filter of type 'IP Address' 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 an IP address to the filter of type 'IP Address' for the specified published resource

ipstring · min: 1 · max: 255 · nullableRequired

The IP address to add to the filter.

Responses
201

Created

No content

post/api/PubItems/{id}/IPFilters

No content

Deprecated

Delete IP filter

delete

Delete an IP address from the filter of type 'IP Address' for the specified published resource. Deprecated path - Use Criteria section instead.

Path parameters
idinteger · int32Required

ID of the published resource to be updated

ipstringRequired

IP to be deleted from the IP filter

Responses
204

No Content

No content

delete/api/PubItems/{id}/IPFilters/{ip}

No content