Nedap Client Contact Relation Type API

The ClientContactRelationType API from Nedap — 4 operation(s) for clientcontactrelationtype.

Operations 4

GET /t/administration/client_contact_relation_types Returns every ClientContactRelationType available from the… #
GET /t/administration/client_contact_relation_types/{id} Returns the ClientContactRelationType corresponding to the given id #
GET /v0/administration/client_contact_relation_types Returns every ClientContactRelationType available from the… #
GET /v0/administration/client_contact_relation_types/{id} Returns the ClientContactRelationType corresponding to the 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-clientcontactrelationtype-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-clientcontactrelationtype-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Nedap Client Contact Relation Type API
  version: 0.0.0
  description: 'Operations tagged ClientContactRelationType 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: ClientContactRelationType
paths:
  /t/administration/client_contact_relation_types:
    get:
      tags:
      - ClientContactRelationType
      summary: Returns every ClientContactRelationType available from the…
      operationId: ClientContactRelationTypeAPI.all
      parameters:
      - name: offset
        in: query
        description: number of results to skip
        schema:
          type: integer
          format: int32
      - name: limit
        in: query
        description: number of results for one call
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/list.ClientContactRelationTypeList'
      x-cupido-common-method: true
      x-replaced-by: /v0/administration/client_contact_relation_types
      deprecated: true
      x-deprecated-since: 19-11-2025
    servers:
    - url: https://api-development.ons.io
  /t/administration/client_contact_relation_types/{id}:
    get:
      tags:
      - ClientContactRelationType
      summary: Returns the ClientContactRelationType corresponding to the given id
      operationId: ClientContactRelationTypeAPI.byId
      parameters:
      - name: id
        in: path
        description: used for selecting ClientContactRelationType
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ClientContactRelationType'
        '404':
          description: Client Contact Relation Type not found
      x-cupido-common-method: true
      x-replaced-by: /v0/administration/client_contact_relation_types/{id}
      deprecated: true
      x-deprecated-since: 19-11-2025
    servers:
    - url: https://api-development.ons.io
  /v0/administration/client_contact_relation_types:
    get:
      tags:
      - ClientContactRelationType
      summary: Returns every ClientContactRelationType available from the…
      operationId: ClientContactRelationTypeAPI.all
      parameters:
      - name: offset
        in: query
        description: number of results to skip
        schema:
          type: integer
          format: int32
      - name: limit
        in: query
        description: number of results for one call
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/list.ClientContactRelationTypeList'
      x-cupido-common-method: true
      x-replacement-for:
      - /t/administration/client_contact_relation_types
    servers:
    - url: https://api-development.ons.io
  /v0/administration/client_contact_relation_types/{id}:
    get:
      tags:
      - ClientContactRelationType
      summary: Returns the ClientContactRelationType corresponding to the given id
      operationId: ClientContactRelationTypeAPI.byId
      parameters:
      - name: id
        in: path
        description: used for selecting ClientContactRelationType
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ClientContactRelationType'
        '404':
          description: Client Contact Relation Type not found
      x-cupido-common-method: true
      x-replacement-for:
      - /t/administration/client_contact_relation_types/{id}
    servers:
    - url: https://api-development.ons.io
components:
  schemas:
    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
    RelationType:
      type: object
      allOf:
      - $ref: '#/components/schemas/AuditedBase'
      properties:
        id:
          type: integer
          format: int64
          x-cupido-id: true
        name:
          type: string
        tag:
          type: string
        primary:
          type: boolean
        exclusive:
          type: boolean
        relevant:
          type: boolean
        negative:
          type: boolean
        active:
          type: boolean
        legal:
          type: boolean
        vbmResponsible:
          type: boolean
        vektisCode:
          type: integer
          description: See https://www.vektis.nl/standaardisatie/codelijsten/COD821-VEKT
          format: int64
        reference:
          type: integer
          description: Only available during transitional period.
          format: int64
          deprecated: true
          x-deprecated-since: 03-10-2014
        relationCategory:
          $ref: '#/components/schemas/RelationCategory'
      description: RelationType model (no description)
      example:
        updatedAt: '2013-09-24T11:49:58.000+02:00'
        createdAt: '2013-09-24T11:49:58.000+02:00'
        createdBy: user
        id: 6
        name: Coach
        tag: coach
        primary: true
        exclusive: true
        relevant: true
        negative: false
        active: true
        legal: false
        vbmResponsible: false
        vektisCode: 1
        reference: 1
        relationCategory:
          updatedAt: '2013-09-24T11:49:58.000+02:00'
          createdAt: '2013-09-24T11:49:58.000+02:00'
          createdBy: user
          id: 7
          name: Standard
    list.ClientContactRelationTypeList:
      type: object
      properties:
        clientContactRelationTypes:
          type: array
          items:
            $ref: '#/components/schemas/ClientContactRelationType'
      description: ClientContactRelationTypeList model (no description)
      example:
        clientContactRelationTypes:
        - id: 6
          name: Curator
          primary: true
          exclusive: true
          negative: false
          active: true
          vektisCode: 1
          reference: 1
          relationCategory:
            updatedAt: '2013-09-24T11:49:58.000+02:00'
            createdAt: '2013-09-24T11:49:58.000+02:00'
            id: 7
            name: Standard
          updatedAt: '2013-09-24T11:49:58.000+02:00'
          createdAt: '2013-09-24T11:49:58.000+02:00'
    RelationCategory:
      type: object
      allOf:
      - $ref: '#/components/schemas/AuditedBase'
      properties:
        id:
          type: integer
          format: int64
          x-cupido-id: true
        name:
          type: string
        type:
          type: string
      description: RelationCategory model (no description)
      example:
        updatedAt: '2013-09-24T11:49:58.000+02:00'
        createdAt: '2013-09-24T11:49:58.000+02:00'
        createdBy: user
        id: 7
        name: Standard
        type: SOCIAL
    ClientContactRelationType:
      type: object
      allOf:
      - $ref: '#/components/schemas/RelationType'
      description: ClientContactRelationType model (no description)
      example:
        id: 6
        name: Curator
        tag: tag
        primary: true
        exclusive: true
        relevant: true
        negative: false
        active: true
        legal: true
        vbmResponsible: false
        vektisCode: 1
        reference: 1
        relationCategory:
          updatedAt: '2013-09-24T11:49:58.000+02:00'
          createdAt: '2013-09-24T11:49:58.000+02:00'
          createdBy: user
          id: 7
          name: Standard
        updatedAt: '2013-09-24T11:49:58.000+02:00'
        createdAt: '2013-09-24T11:49:58.000+02:00'
        createdBy: user
x-refined-from:
- nedap-ons-deprecated-openapi-original.json
- nedap-ons-openapi-original.json