Nedap Moves.Expertise Profile API

The moves.ExpertiseProfile API from Nedap — 6 operation(s) for moves.expertiseprofile.

Operations 6

GET /t/moves/expertise_profiles/x-stream-connect/data Return all ExpertiseProfile models in a streaming manner #
GET /t/moves/expertise_profiles/x-stream-connect/deletes Return all ExpertiseProfile models which where deleted since the date given in… #
GET /t/moves/expertise_profiles/x-stream-connect/updates Return all ExpertiseProfile models which where updated since the date given in… #
GET /v0/xstream/expertise_profiles/data Return all ExpertiseProfile models in a streaming manner #
GET /v0/xstream/expertise_profiles/deletes Return all ExpertiseProfile models which where deleted since the date given in… #
GET /v0/xstream/expertise_profiles/updates Return all ExpertiseProfile models which where updated since the date given in… #

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-moves-expertiseprofile-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-moves-expertiseprofile-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Nedap Moves.Expertise Profile API
  version: 0.0.0
  description: 'Operations tagged moves.ExpertiseProfile 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: moves.ExpertiseProfile
paths:
  /t/moves/expertise_profiles/x-stream-connect/data:
    get:
      tags:
      - moves.ExpertiseProfile
      summary: Return all ExpertiseProfile models in a streaming manner
      operationId: moves.ExpertiseProfileAPI.streamAll
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/moves.list.ExpertiseProfileList'
            application/x-ndjson:
              schema:
                $ref: '#/components/schemas/moves.ExpertiseProfile'
        '400':
          description: Could not parse request parameter
        '404':
          description: Resource not found
        '500':
          description: Unspecified internal error
      x-cupido-common-method: true
      x-replaced-by: /v0/xstream/expertise_profiles/data
      deprecated: true
      x-deprecated-since: 19-11-2025
    servers:
    - url: https://api-development.ons.io
  /t/moves/expertise_profiles/x-stream-connect/deletes:
    get:
      tags:
      - moves.ExpertiseProfile
      summary: Return all ExpertiseProfile models which where deleted since the date given in…
      description: 'If no date is

        given it will return all deleted ExpertiseProfile models'
      operationId: moves.ExpertiseProfileAPI.streamDeletes
      parameters:
      - name: since
        in: query
        required: true
        schema:
          type: string
          format: date-time
        example: '2014-12-29T00:00:00.000'
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/moves.list.ExpertiseProfileList'
            application/x-ndjson:
              schema:
                $ref: '#/components/schemas/moves.ExpertiseProfile'
        '400':
          description: Could not parse request parameter
        '404':
          description: Resource not found
        '500':
          description: Unspecified internal error
      x-cupido-common-method: true
      x-replaced-by: /v0/xstream/expertise_profiles/deletes
      deprecated: true
      x-deprecated-since: 19-11-2025
    servers:
    - url: https://api-development.ons.io
  /t/moves/expertise_profiles/x-stream-connect/updates:
    get:
      tags:
      - moves.ExpertiseProfile
      summary: Return all ExpertiseProfile models which where updated since the date given in…
      operationId: moves.ExpertiseProfileAPI.streamUpdates
      parameters:
      - name: since
        in: query
        required: true
        schema:
          type: string
          format: date-time
        example: '2014-12-29T00:00:00.000'
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/moves.list.ExpertiseProfileList'
            application/x-ndjson:
              schema:
                $ref: '#/components/schemas/moves.ExpertiseProfile'
        '400':
          description: Could not parse request parameter
        '404':
          description: Resource not found
        '500':
          description: Unspecified internal error
      x-cupido-common-method: true
      x-replaced-by: /v0/xstream/expertise_profiles/updates
      deprecated: true
      x-deprecated-since: 19-11-2025
    servers:
    - url: https://api-development.ons.io
  /v0/xstream/expertise_profiles/data:
    get:
      tags:
      - moves.ExpertiseProfile
      summary: Return all ExpertiseProfile models in a streaming manner
      operationId: moves.ExpertiseProfileAPI.streamAll
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/moves.list.ExpertiseProfileList'
            application/x-ndjson:
              schema:
                $ref: '#/components/schemas/moves.ExpertiseProfile'
        '400':
          description: Could not parse request parameter
        '404':
          description: Resource not found
        '500':
          description: Unspecified internal error
      x-cupido-common-method: true
      x-replacement-for:
      - /t/moves/expertise_profiles/x-stream-connect/data
    servers:
    - url: https://api-development.ons.io
  /v0/xstream/expertise_profiles/deletes:
    get:
      tags:
      - moves.ExpertiseProfile
      summary: Return all ExpertiseProfile models which where deleted since the date given in…
      description: 'If no date is

        given it will return all deleted ExpertiseProfile models'
      operationId: moves.ExpertiseProfileAPI.streamDeletes
      parameters:
      - name: since
        in: query
        required: true
        schema:
          type: string
          format: date-time
        example: '2014-12-29T00:00:00.000'
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/moves.list.ExpertiseProfileList'
            application/x-ndjson:
              schema:
                $ref: '#/components/schemas/moves.ExpertiseProfile'
        '400':
          description: Could not parse request parameter
        '404':
          description: Resource not found
        '500':
          description: Unspecified internal error
      x-cupido-common-method: true
      x-replacement-for:
      - /t/moves/expertise_profiles/x-stream-connect/deletes
    servers:
    - url: https://api-development.ons.io
  /v0/xstream/expertise_profiles/updates:
    get:
      tags:
      - moves.ExpertiseProfile
      summary: Return all ExpertiseProfile models which where updated since the date given in…
      operationId: moves.ExpertiseProfileAPI.streamUpdates
      parameters:
      - name: since
        in: query
        required: true
        schema:
          type: string
          format: date-time
        example: '2014-12-29T00:00:00.000'
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/moves.list.ExpertiseProfileList'
            application/x-ndjson:
              schema:
                $ref: '#/components/schemas/moves.ExpertiseProfile'
        '400':
          description: Could not parse request parameter
        '404':
          description: Resource not found
        '500':
          description: Unspecified internal error
      x-cupido-common-method: true
      x-replacement-for:
      - /t/moves/expertise_profiles/x-stream-connect/updates
    servers:
    - url: https://api-development.ons.io
components:
  schemas:
    moves.ExpertiseProfile:
      type: object
      properties:
        id:
          type: integer
          format: int64
          x-cupido-id: true
        externalId:
          type: integer
          format: int64
        name:
          type: string
        hidden:
          type: boolean
        parent:
          type: integer
          format: int64
      description: ExpertiseProfile model (no description)
      example:
        id: 1
        externalId: 2
        name: Verpleegkundige
        hidden: false
        parent: 10
    moves.list.ExpertiseProfileList:
      type: object
      properties:
        expertiseProfiles:
          type: array
          items:
            $ref: '#/components/schemas/moves.ExpertiseProfile'
      description: ExpertiseProfileList model (no description)
      example:
        expertiseProfiles:
        - id: 1
          externalId: 2
          name: Verpleegkundige
          hidden: false
          parent: 10
x-refined-from:
- nedap-ons-deprecated-openapi-original.json
- nedap-ons-openapi-original.json