Nedap Dossier.episodes.Action API

The dossier.episodes.Action API from Nedap — 8 operation(s) for dossier.episodes.action.

Operations 10

POST /t/dossier/episodes/actions Create Action #
PUT /t/dossier/episodes/actions/{id} Updates the given Action #
PATCH /t/dossier/episodes/actions/{id} Patches Action with given id #
GET /t/dossier/episodes/actions/by_episode_id/{episode_id} Gets all the actions for the specified episode ID #
GET /t/dossier/episodes/actions/by_sub_goal_id/{sub_goal_id} Gets alls the actions for the specified episode sub goal ID #
POST /v0/dossier/back_channel/unauthorized/episodes/actions Create Action #
PUT /v0/dossier/back_channel/unauthorized/episodes/actions/{id} Updates the given Action #
PATCH /v0/dossier/back_channel/unauthorized/episodes/actions/{id} Patches Action with given id #
GET /v0/dossier/back_channel/unauthorized/episodes/actions/by_episode_id/{episode_id} Gets all the actions for the specified episode ID #
GET /v0/dossier/back_channel/unauthorized/episodes/actions/by_sub_goal_id/{sub_goal_id} Gets alls the actions for the specified episode sub goal 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-episodes-action-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-episodes-action-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Nedap Dossier.episodes.Action API
  version: 0.0.0
  description: 'Operations tagged dossier.episodes.Action 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.episodes.Action
paths:
  /t/dossier/episodes/actions:
    post:
      tags:
      - dossier.episodes.Action
      summary: Create Action
      operationId: dossier.episodes.ActionAPI.create
      requestBody:
        description: Action to create
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/dossier.episodes.Action'
        required: true
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/dossier.episodes.Action'
      x-cupido-common-method: true
      x-replaced-by: /v0/dossier/back_channel/unauthorized/episodes/actions
      deprecated: true
      x-deprecated-since: 19-11-2025
    servers:
    - url: https://api-development.ons.io
  /t/dossier/episodes/actions/{id}:
    put:
      tags:
      - dossier.episodes.Action
      summary: Updates the given Action
      operationId: dossier.episodes.ActionAPI.update
      parameters:
      - name: id
        in: path
        description: Identifier of Action to update.
        required: true
        schema:
          type: integer
          format: int64
      requestBody:
        description: Action to update
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/dossier.episodes.Action'
        required: true
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/dossier.episodes.Action'
      x-cupido-common-method: true
      x-replaced-by: /v0/dossier/back_channel/unauthorized/episodes/actions/{id}
      deprecated: true
      x-deprecated-since: 19-11-2025
    patch:
      tags:
      - dossier.episodes.Action
      summary: Patches Action with given id
      operationId: dossier.episodes.ActionAPI.patch
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: integer
          format: int64
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/dossier.episodes.Action'
        required: true
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/dossier.episodes.Action'
      x-cupido-common-method: true
      x-replaced-by: /v0/dossier/back_channel/unauthorized/episodes/actions/{id}
      deprecated: true
      x-deprecated-since: 19-11-2025
    servers:
    - url: https://api-development.ons.io
  /t/dossier/episodes/actions/by_episode_id/{episode_id}:
    get:
      tags:
      - dossier.episodes.Action
      summary: Gets all the actions for the specified episode ID
      operationId: dossier.episodes.ActionAPI.byEpisodeId
      parameters:
      - name: episode_id
        in: path
        description: The ID of the episode for which to fetch actions
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/dossier.episodes.list.ActionList'
      x-replaced-by: /v0/dossier/back_channel/unauthorized/episodes/actions/by_episode_id/{episode_id}
      deprecated: true
      x-deprecated-since: 19-11-2025
    servers:
    - url: https://api-development.ons.io
  /t/dossier/episodes/actions/by_sub_goal_id/{sub_goal_id}:
    get:
      tags:
      - dossier.episodes.Action
      summary: Gets alls the actions for the specified episode sub goal ID
      operationId: dossier.episodes.ActionAPI.bySubGoalId
      parameters:
      - name: sub_goal_id
        in: path
        description: The ID of the subgoal for which to fetch actions
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/dossier.episodes.list.ActionList'
      x-replaced-by: /v0/dossier/back_channel/unauthorized/episodes/actions/by_sub_goal_id/{sub_goal_id}
      deprecated: true
      x-deprecated-since: 19-11-2025
    servers:
    - url: https://api-development.ons.io
  /v0/dossier/back_channel/unauthorized/episodes/actions:
    post:
      tags:
      - dossier.episodes.Action
      summary: Create Action
      operationId: dossier.episodes.ActionAPI.create
      requestBody:
        description: Action to create
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/dossier.episodes.Action'
        required: true
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/dossier.episodes.Action'
      x-cupido-common-method: true
      x-replacement-for:
      - /t/dossier/episodes/actions
    servers:
    - url: https://api-development.ons.io
  /v0/dossier/back_channel/unauthorized/episodes/actions/{id}:
    put:
      tags:
      - dossier.episodes.Action
      summary: Updates the given Action
      operationId: dossier.episodes.ActionAPI.update
      parameters:
      - name: id
        in: path
        description: Identifier of Action to update.
        required: true
        schema:
          type: integer
          format: int64
      requestBody:
        description: Action to update
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/dossier.episodes.Action'
        required: true
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/dossier.episodes.Action'
      x-cupido-common-method: true
      x-replacement-for:
      - /t/dossier/episodes/actions/{id}
    patch:
      tags:
      - dossier.episodes.Action
      summary: Patches Action with given id
      operationId: dossier.episodes.ActionAPI.patch
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: integer
          format: int64
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/dossier.episodes.Action'
        required: true
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/dossier.episodes.Action'
      x-cupido-common-method: true
      x-replacement-for:
      - /t/dossier/episodes/actions/{id}
    servers:
    - url: https://api-development.ons.io
  /v0/dossier/back_channel/unauthorized/episodes/actions/by_episode_id/{episode_id}:
    get:
      tags:
      - dossier.episodes.Action
      summary: Gets all the actions for the specified episode ID
      operationId: dossier.episodes.ActionAPI.byEpisodeId
      parameters:
      - name: episode_id
        in: path
        description: The ID of the episode for which to fetch actions
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/dossier.episodes.list.ActionList'
      x-replacement-for:
      - /t/dossier/episodes/actions/by_episode_id/{episode_id}
    servers:
    - url: https://api-development.ons.io
  /v0/dossier/back_channel/unauthorized/episodes/actions/by_sub_goal_id/{sub_goal_id}:
    get:
      tags:
      - dossier.episodes.Action
      summary: Gets alls the actions for the specified episode sub goal ID
      operationId: dossier.episodes.ActionAPI.bySubGoalId
      parameters:
      - name: sub_goal_id
        in: path
        description: The ID of the subgoal for which to fetch actions
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/dossier.episodes.list.ActionList'
      x-replacement-for:
      - /t/dossier/episodes/actions/by_sub_goal_id/{sub_goal_id}
    servers:
    - url: https://api-development.ons.io
components:
  schemas:
    dossier.episodes.list.ActionList:
      type: object
      properties:
        actions:
          type: array
          items:
            $ref: '#/components/schemas/dossier.episodes.Action'
      description: ActionList model (no description)
      example:
        actions:
        - updatedAt: '2017-11-27T00:00:00.000+01:00'
          createdAt: '2017-11-27T00:00:00.000+01:00'
          createdBy: Dummy
          id: 3
          title: Some action
          subGoalId: 2
          showInCarePlan: true
          archived: false
        - updatedAt: '2017-11-27T00:00:00.000+01:00'
          createdAt: '2017-11-27T00:00:00.000+01:00'
          createdBy: Dummy
          id: 55
          title: Some archived action
          subGoalId: 90
          showInCarePlan: false
          archived: true
    dossier.episodes.Action:
      type: object
      allOf:
      - $ref: '#/components/schemas/AuditedBase'
      properties:
        id:
          type: integer
          description: Object id of this episode action
          format: int64
          x-cupido-id: true
        title:
          type: string
          description: Title of this episode action
        subGoalId:
          type: integer
          description: Object id of the parent episode sub goal
          format: int64
        showInCarePlan:
          type: boolean
          description: Show this action in the care plan
        archived:
          type: boolean
          description: Archive status of this action
      description: Action model (no description)
      example:
        updatedAt: '2017-11-27T00:00:00.000+01:00'
        createdAt: '2017-11-27T00:00:00.000+01:00'
        createdBy: Dummy
        id: 3
        title: Some action
        subGoalId: 2
        showInCarePlan: true
        archived: false
    AuditedBase:
      title: AuditedBase
      type: object
      properties:
        updatedAt:
          type:
          - string
          - 'null'
          description: Dated Base extension.
          format: date-time
        createdAt:
          type:
          - string
          - 'null'
          format: date-time
        createdBy:
          type:
          - string
          - 'null'
      description: AuditedBase model (no description)
      example:
        updatedAt: '2014-12-29T00:00:00.000+01:00'
        createdAt: '2014-12-29T00:00:00.000+01:00'
        createdBy: example
x-refined-from:
- nedap-ons-deprecated-openapi-original.json
- nedap-ons-openapi-original.json