University of Helsinki /dynamicorder API

The /dynamicorder API from University of Helsinki — 8 operation(s) for /dynamicorder.

Operations 8

POST /dynamicorder/post_catalogdevice Dynamic catalog post API #
POST /dynamicorder/post_ceph_subuser Dynamic order ceph subuser API #
POST /dynamicorder/post_ceph_tenant Dynamic order ceph tenant API #
POST /dynamicorder/post_container Dynamic order container post API #
POST /dynamicorder/post_gpu Dynamic order gpu post API #
POST /dynamicorder/post_incident Dynamic order incident post API #
POST /dynamicorder/post_order Dynamic order post API #
POST /dynamicorder/post_workstation Dynamic order workstation post API #

Documentation

Specifications

Schemas & Data

📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/university-of-helsinki/refs/heads/main/json-schema/university-of-helsinki-hy-organisation-api-schemas.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/university-of-helsinki/refs/heads/main/json-schema/university-of-helsinki-contact-search-api-schemas.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/university-of-helsinki/refs/heads/main/json-schema/university-of-helsinki-course-pages-cms-schemas.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/university-of-helsinki/refs/heads/main/json-schema/university-of-helsinki-helsinki-fi-content-schemas.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/university-of-helsinki/refs/heads/main/json-schema/university-of-helsinki-hy-building-api-schemas.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/university-of-helsinki/refs/heads/main/json-schema/university-of-helsinki-serviceapi-schemas.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/university-of-helsinki/refs/heads/main/json-schema/university-of-helsinki-employeeinformationapi-schemas.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/university-of-helsinki/refs/heads/main/json-schema/university-of-helsinki-persongroup-schemas.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/university-of-helsinki/refs/heads/main/json-schema/university-of-helsinki-general-efecte-api-schemas.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/university-of-helsinki/refs/heads/main/json-schema/university-of-helsinki-network-registry-api-schemas.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/university-of-helsinki/refs/heads/main/json-schema/university-of-helsinki-finbif-laji-schemas.json

Other Resources

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/university-of-helsinki-dynamicorder-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

university-of-helsinki-dynamicorder-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: General Efecte /dynamicorder API
servers:
- url: https://gw.api.helsinki.fi/efecte
tags:
- name: /dynamicorder
paths:
  /dynamicorder/post_catalogdevice:
    post:
      tags:
      - /dynamicorder
      summary: Dynamic catalog post API
      operationId: DynamicCatalogPost
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/DynamicOrderTemplate'
        required: true
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/OrderResponse'
      security:
      - Apikey: []
  /dynamicorder/post_ceph_subuser:
    post:
      tags:
      - /dynamicorder
      summary: Dynamic order ceph subuser API
      operationId: DynamicDataCloudCephSubUserPost
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/DynamicOrderTemplate'
        required: true
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/OrderResponse'
      security:
      - Apikey: []
  /dynamicorder/post_ceph_tenant:
    post:
      tags:
      - /dynamicorder
      summary: Dynamic order ceph tenant API
      operationId: DynamicDataCloudCephTenantPost
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/DynamicOrderTemplate'
        required: true
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/OrderResponse'
      security:
      - Apikey: []
  /dynamicorder/post_container:
    post:
      tags:
      - /dynamicorder
      summary: Dynamic order container post API
      operationId: DynamicOrderPost2
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/DynamicOrderTemplate'
        required: true
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/OrderResponse'
      security:
      - Apikey: []
  /dynamicorder/post_gpu:
    post:
      tags:
      - /dynamicorder
      summary: Dynamic order gpu post API
      operationId: DynamicGPUPost
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/DynamicOrderTemplate'
        required: true
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/OrderResponse'
      security:
      - Apikey: []
  /dynamicorder/post_incident:
    post:
      tags:
      - /dynamicorder
      summary: Dynamic order incident post API
      operationId: DynamicIncidentPost
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/DynamicOrderTemplate'
        required: true
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/OrderResponse'
      security:
      - Apikey: []
  /dynamicorder/post_order:
    post:
      tags:
      - /dynamicorder
      summary: Dynamic order post API
      operationId: DynamicOrderPost
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/DynamicOrderTemplate'
        required: true
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/OrderResponse'
      security:
      - Apikey: []
  /dynamicorder/post_workstation:
    post:
      tags:
      - /dynamicorder
      summary: Dynamic order workstation post API
      operationId: DynamicWorkstationPost
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/DynamicOrderTemplate'
        required: true
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/OrderResponse'
      security:
      - Apikey: []
components:
  schemas:
    OrderResponse:
      type: object
      properties:
        status:
          type: string
        efecteId:
          type: string
    DynamicOrderTemplate:
      type: object
      properties:
        properties:
          type: object
          additionalProperties:
            type: object
            x-className:
              format: java.lang.Object
              type: string
  securitySchemes:
    Apikey:
      type: apiKey
      description: APIKey Auth
      name: X-Api-Key
      in: header