Refinitiv · Capability

Refinitiv World-Check One API — Screening Results

Refinitiv World-Check One API — Screening Results. 2 operations. Lead operation: Get Screening Results. Self-contained Naftiko capability covering one Refinitiv business surface.

Run with Naftiko RefinitivScreening Results

What You Can Do

GET
Getscreeningresults — Get Screening Results
/v1/cases/{casesystemid}/results
PUT
Resolveresult — Resolve a Screening Result
/v1/cases/{casesystemid}/results/{resultid}/resolution

MCP Tools

get-screening-results

Get Screening Results

read-only idempotent
resolve-screening-result

Resolve a Screening Result

idempotent

Capability Spec

world-check-one-screening-results.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Refinitiv World-Check One API — Screening Results
  description: 'Refinitiv World-Check One API — Screening Results. 2 operations. Lead operation: Get Screening Results. Self-contained
    Naftiko capability covering one Refinitiv business surface.'
  tags:
  - Refinitiv
  - Screening Results
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    REFINITIV_API_KEY: REFINITIV_API_KEY
capability:
  consumes:
  - type: http
    namespace: world-check-one-screening-results
    baseUri: https://api-worldcheck.refinitiv.com/v2
    description: Refinitiv World-Check One API — Screening Results business capability. Self-contained, no shared references.
    resources:
    - name: cases-caseSystemId-results
      path: /cases/{caseSystemId}/results
      operations:
      - name: getscreeningresults
        method: GET
        description: Get Screening Results
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: cases-caseSystemId-results-resultId-resolution
      path: /cases/{caseSystemId}/results/{resultId}/resolution
      operations:
      - name: resolveresult
        method: PUT
        description: Resolve a Screening Result
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resultId
          in: path
          type: string
          description: The unique identifier of the screening result to resolve.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.REFINITIV_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: world-check-one-screening-results-rest
    port: 8080
    description: REST adapter for Refinitiv World-Check One API — Screening Results. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/cases/{casesystemid}/results
      name: cases-casesystemid-results
      description: REST surface for cases-caseSystemId-results.
      operations:
      - method: GET
        name: getscreeningresults
        description: Get Screening Results
        call: world-check-one-screening-results.getscreeningresults
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/cases/{casesystemid}/results/{resultid}/resolution
      name: cases-casesystemid-results-resultid-resolution
      description: REST surface for cases-caseSystemId-results-resultId-resolution.
      operations:
      - method: PUT
        name: resolveresult
        description: Resolve a Screening Result
        call: world-check-one-screening-results.resolveresult
        with:
          resultId: rest.resultId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: world-check-one-screening-results-mcp
    port: 9090
    transport: http
    description: MCP adapter for Refinitiv World-Check One API — Screening Results. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: get-screening-results
      description: Get Screening Results
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: world-check-one-screening-results.getscreeningresults
      outputParameters:
      - type: object
        mapping: $.
    - name: resolve-screening-result
      description: Resolve a Screening Result
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: world-check-one-screening-results.resolveresult
      with:
        resultId: tools.resultId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.