Nedap Dossier.admin.alerts.Topic API

The dossier.admin.alerts.Topic API from Nedap — 4 operation(s) for dossier.admin.alerts.topic.

Operations 10

GET /t/dossier/admin/alerts/topics Get every topic #
POST /t/dossier/admin/alerts/topics Create an alert topic #
GET /t/dossier/admin/alerts/topics/{id} Get a specific topic #
PUT /t/dossier/admin/alerts/topics/{id} Update the given Topic #
DELETE /t/dossier/admin/alerts/topics/{id} Deletes the Topic with given id #
GET /v0/dossier/back_channel/authorized/admin/alerts/topics Get every topic #
POST /v0/dossier/back_channel/authorized/admin/alerts/topics Create an alert topic #
GET /v0/dossier/back_channel/authorized/admin/alerts/topics/{id} Get a specific topic #
PUT /v0/dossier/back_channel/authorized/admin/alerts/topics/{id} Update the given Topic #
DELETE /v0/dossier/back_channel/authorized/admin/alerts/topics/{id} Deletes the Topic with given id #

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-admin-alerts-topic-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-admin-alerts-topic-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Nedap Dossier.admin.alerts.Topic API
  version: 0.0.0
  description: 'Operations tagged dossier.admin.alerts.Topic 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.admin.alerts.Topic
paths:
  /t/dossier/admin/alerts/topics:
    get:
      tags:
      - dossier.admin.alerts.Topic
      summary: Get every topic
      operationId: dossier.admin.alerts.TopicAPI.all
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/dossier.admin.alerts.list.TopicList'
      x-cupido-common-method: true
      x-replaced-by: /v0/dossier/back_channel/authorized/admin/alerts/topics
      deprecated: true
      x-deprecated-since: 19-11-2025
    post:
      tags:
      - dossier.admin.alerts.Topic
      summary: Create an alert topic
      operationId: dossier.admin.alerts.TopicAPI.create
      requestBody:
        description: Topic to create
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/dossier.admin.alerts.Topic'
        required: true
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/dossier.admin.alerts.Topic'
      x-cupido-common-method: true
      x-replaced-by: /v0/dossier/back_channel/authorized/admin/alerts/topics
      deprecated: true
      x-deprecated-since: 19-11-2025
    servers:
    - url: https://api-development.ons.io
  /t/dossier/admin/alerts/topics/{id}:
    get:
      tags:
      - dossier.admin.alerts.Topic
      summary: Get a specific topic
      operationId: dossier.admin.alerts.TopicAPI.byId
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/dossier.admin.alerts.Topic'
      x-cupido-common-method: true
      x-replaced-by: /v0/dossier/back_channel/authorized/admin/alerts/topics/{id}
      deprecated: true
      x-deprecated-since: 19-11-2025
    put:
      tags:
      - dossier.admin.alerts.Topic
      summary: Update the given Topic
      operationId: dossier.admin.alerts.TopicAPI.update
      parameters:
      - name: id
        in: path
        description: Identifier of Topic to update.
        required: true
        schema:
          type: integer
          format: int64
      requestBody:
        description: Topic to update
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/dossier.admin.alerts.Topic'
        required: true
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/dossier.admin.alerts.Topic'
      x-cupido-common-method: true
      x-replaced-by: /v0/dossier/back_channel/authorized/admin/alerts/topics/{id}
      deprecated: true
      x-deprecated-since: 19-11-2025
    delete:
      tags:
      - dossier.admin.alerts.Topic
      summary: Deletes the Topic with given id
      operationId: dossier.admin.alerts.TopicAPI.delete
      parameters:
      - name: id
        in: path
        description: Identifier of Topic to delete.
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '204':
          description: If successfully removed the problem
      x-cupido-common-method: true
      x-replaced-by: /v0/dossier/back_channel/authorized/admin/alerts/topics/{id}
      deprecated: true
      x-deprecated-since: 19-11-2025
    servers:
    - url: https://api-development.ons.io
  /v0/dossier/back_channel/authorized/admin/alerts/topics:
    get:
      tags:
      - dossier.admin.alerts.Topic
      summary: Get every topic
      operationId: dossier.admin.alerts.TopicAPI.all
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/dossier.admin.alerts.list.TopicList'
      x-cupido-common-method: true
      x-replacement-for:
      - /t/dossier/admin/alerts/topics
    post:
      tags:
      - dossier.admin.alerts.Topic
      summary: Create an alert topic
      operationId: dossier.admin.alerts.TopicAPI.create
      requestBody:
        description: Topic to create
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/dossier.admin.alerts.Topic'
        required: true
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/dossier.admin.alerts.Topic'
      x-cupido-common-method: true
      x-replacement-for:
      - /t/dossier/admin/alerts/topics
    servers:
    - url: https://api-development.ons.io
  /v0/dossier/back_channel/authorized/admin/alerts/topics/{id}:
    get:
      tags:
      - dossier.admin.alerts.Topic
      summary: Get a specific topic
      operationId: dossier.admin.alerts.TopicAPI.byId
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/dossier.admin.alerts.Topic'
      x-cupido-common-method: true
      x-replacement-for:
      - /t/dossier/admin/alerts/topics/{id}
    put:
      tags:
      - dossier.admin.alerts.Topic
      summary: Update the given Topic
      operationId: dossier.admin.alerts.TopicAPI.update
      parameters:
      - name: id
        in: path
        description: Identifier of Topic to update.
        required: true
        schema:
          type: integer
          format: int64
      requestBody:
        description: Topic to update
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/dossier.admin.alerts.Topic'
        required: true
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/dossier.admin.alerts.Topic'
      x-cupido-common-method: true
      x-replacement-for:
      - /t/dossier/admin/alerts/topics/{id}
    delete:
      tags:
      - dossier.admin.alerts.Topic
      summary: Deletes the Topic with given id
      operationId: dossier.admin.alerts.TopicAPI.delete
      parameters:
      - name: id
        in: path
        description: Identifier of Topic to delete.
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '204':
          description: If successfully removed the problem
      x-cupido-common-method: true
      x-replacement-for:
      - /t/dossier/admin/alerts/topics/{id}
    servers:
    - url: https://api-development.ons.io
components:
  schemas:
    dossier.admin.alerts.Topic:
      type: object
      properties:
        id:
          type: integer
          description: Object id of this alert topic
          format: int64
          x-cupido-id: true
        name:
          type: string
          description: The name of the alert topic
        active:
          type: boolean
          description: Whether or not the topic is active
        protocol:
          type: string
          description: The protocol associated with this alert topic
        showDescription:
          type: boolean
          description: 'Whether or not an extra description input should be shown when creating

            an alert with this topic for a client'
        alertType:
          type: string
          description: 'The type of alert. Can be:

            - danger_medical

            - danger_non_medical

            - other'
        icon:
          type: string
          description: The name of the icon associated with this alert
      description: Topic model (no description)
      example:
        id: 1
        name: Covid-19
        active: true
        protocol: http://www.example.org
        showDescription: true
        alertType: danger_medical
        icon: virus
    dossier.admin.alerts.list.TopicList:
      type: object
      properties:
        topics:
          type: array
          items:
            $ref: '#/components/schemas/dossier.admin.alerts.Topic'
      description: TopicList model (no description)
      example:
        topics:
        - id: 1
          name: Covid-19
          active: true
          protocol: http://www.example.org
          showDescription: true
          alertType: danger_medical
          icon: virus
        - id: 2
          name: Dangerous dog
          active: true
          protocol: http://www.example.org
          showDescription: false
          alertType: danger_non_medical
          icon: aggression
x-refined-from:
- nedap-ons-deprecated-openapi-original.json
- nedap-ons-openapi-original.json