GET   scenarios/proxysniffer/dictionaries?customer_context={customer_context}

Gets all ZebraTester scenario custom dictionaries by customer context(0 or 1). If customer_context is 0, User's dictionary list will be returned else in case of 1 only Admins can see list of dictionary belongs to customer.

URL Parameters

NameDescription
customer_context

Customer conetext value to fetch list of dictionaries.

Request example

curl --request GET "https://api-asm1.apica.io/v3/scenarios/proxysniffer/dictionaries?customer_context=0&auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"

Response body model example and description

[
  "sample string 1",
  "sample string 2",
  "sample string 3"
]