Saltar al contenido principal
GET
/
v1
/
config
/
contexts
/
{contextId}
/
rules
/
{ruleId}
Get a match rule
curl --request GET \
  --url https://matcher.sandbox.lerian.net/v1/config/contexts/{contextId}/rules/{ruleId} \
  --header 'Authorization: Bearer <token>'
{
  "config": {},
  "contextId": "<string>",
  "createdAt": "<string>",
  "id": "<string>",
  "priority": 123,
  "type": "EXACT",
  "updatedAt": "<string>"
}

Autorizaciones

Authorization
string
header
requerido

Bearer token authentication (format: "Bearer {token}")

Encabezados

X-Request-Id
string

A unique identifier for tracing the request across services.

Parámetros de ruta

contextId
string
requerido

The unique identifier of the reconciliation context.

ruleId
string
requerido

The unique identifier of the match rule.

Respuesta

Successfully retrieved match rule

config
object
contextId
string
createdAt
string
id
string
priority
integer
type
enum<string>

Type of matching rule algorithm

Opciones disponibles:
EXACT,
TOLERANCE,
DATE_LAG
updatedAt
string