Get allow/block rule

Get Allow/Block rule

get
Authorizations
HTTPRequired

Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')

Path parameters
workspaceIdstring · uuidRequired

The workspace ID

Example: b4e02c85-c6d2-4b15-8885-e09671799c61
allowBlockRuleIdstring · uuidRequired
Responses
chevron-right
200

The Allow/Block rule.

application/json

An AllowBlockRule is a rule that allows or blocks a specific value in a specific category.

idstring · uuidRequired
workspaceIdstring · uuidRequired
categorystring · enumRequired

The category of the AllowBlockRule.

Possible values:
valuestringRequired
typestring · enumRequired

The type of the AllowBlockRule.

Possible values:
createdBystring · uuidRequired
createdAtstring · date-timeRequired
updatedBystring · uuidRequired
updatedAtstring · date-timeRequired
get
/workspaces/{workspaceId}/conversation-allowblock-rules/{allowBlockRuleId}

Last updated

Was this helpful?