MAC Filters
Retrieve the filtered MAC addresses for the specified published resource. Deprecated path - Use Criteria section instead.
ID of the published resource to be acquired.
GET /api/PubItems/{id}/MACFilters HTTP/1.1
Host:
Accept: */*
[
"text"
]
Add a MAC address to the filter of type 'MAC Address' for the specified published resource. Deprecated path - Use Criteria section instead.
ID of the published resource to be updated
Add a MAC address to the filter of type 'MAC Address' for the specified published resource
The MAC address to add to the filter.
POST /api/PubItems/{id}/MACFilters HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 14
{
"mac": "text"
}
No content
Delete a MAC address from the filter of type 'MAC Address' for the specified published resource. Deprecated path - Use Criteria section instead.
ID of the published resource to be updated
MAC address to be deleted from the filter
DELETE /api/PubItems/{id}/MACFilters/{mac} HTTP/1.1
Host:
Accept: */*
No content
Last updated
Was this helpful?