Nedap Clients In Care API

The ClientsInCare API from Nedap — 4 operation(s) for clientsincare.

Operations 4

GET /t/clients_in_care Return the clients in and out of care in a certain period #
GET /t/clients_in_care/old_method The old way of invoicing #
GET /v0/administration/clients_in_care Return the clients in and out of care in a certain period #
GET /v0/administration/clients_in_care/old_method The old way of invoicing #

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-clientsincare-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-clientsincare-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Nedap Clients In Care API
  version: 0.0.0
  description: 'Operations tagged ClientsInCare 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: ClientsInCare
paths:
  /t/clients_in_care:
    get:
      tags:
      - ClientsInCare
      summary: Return the clients in and out of care in a certain period
      operationId: ClientsInCareAPI.allInPeriod
      parameters:
      - name: valid_from
        in: query
        schema:
          type: string
          format: date-time
        example: '2014-12-01T00:00:00.000Z'
      - name: valid_to
        in: query
        schema:
          type: string
          format: date-time
        example: '2014-12-29T00:00:00.000Z'
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ClientsInCare'
      x-replaced-by: /v0/administration/clients_in_care
      deprecated: true
      x-deprecated-since: 19-11-2025
    servers:
    - url: https://api-development.ons.io
  /t/clients_in_care/old_method:
    get:
      tags:
      - ClientsInCare
      summary: The old way of invoicing
      description: 'Has a less specific way of determining active clients

        Return the clients in and out of care in a certain period'
      operationId: ClientsInCareAPI.allInPeriodOldMethod
      parameters:
      - name: valid_from
        in: query
        schema:
          type: string
          format: date-time
        example: '2014-12-01T00:00:00.000Z'
      - name: valid_to
        in: query
        schema:
          type: string
          format: date-time
        example: '2014-12-29T00:00:00.000Z'
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ClientsInCare'
      deprecated: true
      x-deprecated-since: 04-11-2020
      x-replaced-by: /v0/administration/clients_in_care/old_method
    servers:
    - url: https://api-development.ons.io
  /v0/administration/clients_in_care:
    get:
      tags:
      - ClientsInCare
      summary: Return the clients in and out of care in a certain period
      operationId: ClientsInCareAPI.allInPeriod
      parameters:
      - name: valid_from
        in: query
        schema:
          type: string
          format: date-time
        example: '2014-12-01T00:00:00.000Z'
      - name: valid_to
        in: query
        schema:
          type: string
          format: date-time
        example: '2014-12-29T00:00:00.000Z'
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ClientsInCare'
      x-replacement-for:
      - /t/clients_in_care
    servers:
    - url: https://api-development.ons.io
  /v0/administration/clients_in_care/old_method:
    get:
      tags:
      - ClientsInCare
      summary: The old way of invoicing
      description: 'Has a less specific way of determining active clients

        Return the clients in and out of care in a certain period'
      operationId: ClientsInCareAPI.allInPeriodOldMethod
      parameters:
      - name: valid_from
        in: query
        schema:
          type: string
          format: date-time
        example: '2014-12-01T00:00:00.000Z'
      - name: valid_to
        in: query
        schema:
          type: string
          format: date-time
        example: '2014-12-29T00:00:00.000Z'
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ClientsInCare'
      deprecated: true
      x-deprecated-since: 04-11-2020
      x-replacement-for:
      - /t/clients_in_care/old_method
    servers:
    - url: https://api-development.ons.io
components:
  schemas:
    ClientsInCare:
      type: object
      properties:
        noLongerInCareAmount:
          type: integer
          format: int32
        activeInCareAmount:
          type: integer
          format: int32
        inactiveInCareAmount:
          type: integer
          format: int32
        waitingForCareAmount:
          type: integer
          format: int32
        activeNoLongerInCareAmount:
          type: integer
          format: int32
      description: ClientsInCare model (no description)
      example:
        noLongerInCareAmount: 1
        activeInCareAmount: 2
        inactiveInCareAmount: 3
        waitingForCareAmount: 4
        activeNoLongerInCareAmount: 5
      xml:
        name: clientsInCare
x-refined-from:
- nedap-ons-deprecated-openapi-original.json
- nedap-ons-openapi-original.json