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

MAC Filters

Deprecated

Get MAC filter

get

Retrieve the filtered MAC addresses 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}/MACFilters
Deprecated

Add MAC filter

post

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

macstring · nullableRequired

The MAC address to add to the filter.

Responses
201

Created

No content

post/api/PubItems/{id}/MACFilters

No content

Deprecated

Delete MAC filter

delete

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

Path parameters
idinteger · int32Required

ID of the published resource to be updated

macstringRequired

MAC address to be deleted from the filter

Responses
204

No Content

No content

delete/api/PubItems/{id}/MACFilters/{mac}

No content