v5

latestSwagger 2.02026-07-13122840.3 KB

Get BlocklistItem By blocklistName And blocklistItemId

Get blocklistItem by blocklistName and blocklistItemId from a text blocklist.

get/text/blocklists/{blocklistName}/blocklistItems/{blocklistItemId}

Path parameters

blocklistNamestring required

Text blocklist name.

blocklistItemIdstring required

The service will generate a BlocklistItemId, which will be a UUID.

Query parameters

api-versionstring required

The API version to use for this operation.

Response

The request has succeeded.

blocklistItemIdstring required

The service will generate a BlocklistItemId, which will be a UUID.

descriptionstring

BlocklistItem description.

textstring required

BlocklistItem content. The length is counted using Unicode code point.

isRegexboolean

An optional properties indicating whether this item is to be matched as a regular expression.