GET
/
sdk
/
v1
/
evaluation-assertions
/
{id}

Path Parameters

id
string
required

Response

200 - application/json
evaluationId
string
required
id
string
required
targetValue
string
required

The value to match.

type
enum<string>
required
Available options:
EXACT_MATCH
ignoreCase
boolean
default:
false

Whether to ignore case when comparing strings.

jsonPath
string | null
default:
$

A JSON path to use when matching a JSON response.

negate
boolean
default:
false

Whether to negate the assertion. "true" means the assertion must NOT be true.

weight
number
default:
1

How heavily to weigh the assertion within the evaluation.

Required range: 0 < x < 1