Nedap Dossier.omaha.Intervention Target API

The dossier.omaha.InterventionTarget API from Nedap — 2 operation(s) for dossier.omaha.interventiontarget.

Operations 2

GET /t/dossier/omaha/intervention_targets Returns every InterventionTarget available from the InterventionTargetAPI #
GET /v0/administration/omaha/intervention_targets Returns every InterventionTarget available from the InterventionTargetAPI #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/nedap-dossier-omaha-interventiontarget-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

nedap-dossier-omaha-interventiontarget-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Nedap Dossier.omaha.Intervention Target API
  version: 0.0.0
  description: 'Operations tagged dossier.omaha.InterventionTarget across 2 of this provider''s published API definitions: nedap-ons-deprecated-openapi-original.json, nedap-ons-openapi-original.json. Each path carries the servers of the definition it was published in.'
servers:
- url: https://api-development.ons.io
tags:
- name: dossier.omaha.InterventionTarget
paths:
  /t/dossier/omaha/intervention_targets:
    get:
      tags:
      - dossier.omaha.InterventionTarget
      summary: Returns every InterventionTarget available from the InterventionTargetAPI
      operationId: dossier.omaha.InterventionTargetAPI.all
      parameters:
      - name: X-Cupido-User-Name
        in: header
        schema:
          type: string
      - name: X-Cupido-Active-Identity
        in: header
        schema:
          type: string
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/dossier.omaha.list.InterventionTargetList'
      x-cupido-common-method: true
      x-replaced-by: /v0/administration/omaha/intervention_targets
      deprecated: true
      x-deprecated-since: 19-11-2025
    servers:
    - url: https://api-development.ons.io
  /v0/administration/omaha/intervention_targets:
    get:
      tags:
      - dossier.omaha.InterventionTarget
      summary: Returns every InterventionTarget available from the InterventionTargetAPI
      operationId: dossier.omaha.InterventionTargetAPI.all
      parameters:
      - name: X-Cupido-User-Name
        in: header
        schema:
          type: string
      - name: X-Cupido-Active-Identity
        in: header
        schema:
          type: string
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/dossier.omaha.list.InterventionTargetList'
      x-cupido-common-method: true
      x-replacement-for:
      - /t/dossier/omaha/intervention_targets
    servers:
    - url: https://api-development.ons.io
components:
  schemas:
    dossier.omaha.InterventionTarget:
      type: object
      properties:
        classificationId:
          type: string
          x-cupido-id: true
        name:
          type: string
          description: (nl) Naam van dit actievlak
      description: 'Omaha Actievlak '
      example:
        classificationId: Dummy
        name: Dummy
      xml:
        name: omahaInterventionTarget
    dossier.omaha.list.InterventionTargetList:
      type: object
      properties:
        omahaInterventionTargets:
          type: array
          items:
            $ref: '#/components/schemas/dossier.omaha.InterventionTarget'
          xml:
            name: omahaInterventionTarget
      description: InterventionTargetList model (no description)
      example:
        omahaInterventionTargets:
        - classificationId: intervention.target.respiratory_therapy_care
          name: Ademhalingstherapie
        - classificationId: intervention.target.anatomy_physiology
          name: Anatomie/fysiologie
      xml:
        name: omahaInterventionTargets
x-refined-from:
- nedap-ons-deprecated-openapi-original.json
- nedap-ons-openapi-original.json