HY Organisation API

Organisation Registry Public API — the University's organisational units and their hierarchy. The largest gateway contract: 22 paths and 19 component schemas, OpenAPI 3.0.3, X-Api-Key.

Operations 22

GET /v1/steeringGroups GET v1/steeringGroups #
GET /v1/humanResources GET v1/humanResources #
GET /v1/humanResourcesIamGroupPrefix GET v1/humanResourcesIamGroupPrefix #
GET /v1/researchResources GET v1/researchResources #
GET /v1/researchGroups Fetch nodes in 'tutkimusryhmat' hierarchy #
GET /v1/financeUnits GET v1/financeUnits #
GET /v2/financeUnits GET v2/financeUnits #
GET /v1/financeUnitsPublic GET v1/financeUnitsPublic #
GET /v1/financeUnitsUniqueCode GET v1/financeUnits having unique_code = "kylla" #
GET /v1/educationUnits GET v1/educationUnits #
GET /v2/educationUnits GET v2/educationUnits #
GET /v1/officialUnits GET v1/officialUnits #
GET /v2/officialUnits GET v2/officialUnits #
GET /v1/UniversityOfHelsinkiGroup GET University of Helsinki Group #
GET /v1/NodesInMultipleHierarchies Fetch nodes in given public hierarchies. #
GET /v1/FinanceAndOldResearch Fetch nodes in 'talous' and 'vanha_yksikko' hierarchies that have certain attributes #
GET /v1/humanResourcesSubunitToUnit Fetch certain units in human resources with their greatest parent #
GET /v1/humanResourcesWithLevel Fetch units in human resources and their level on the tree #
GET /v1/UniversityOfHelsinkiSubunitToUnit Fetch certain units in konserni with their greatest parent #
GET /v1/AllNodeAttributes Fetch all nodes' attributes #
GET /v1/AllSuccessorsAndPredecessors Fetch all successors and predecessors #
GET /v1/humanResourcesAndResearchGroups Fetch nodes in 'tutkimusryhmat' and 'henkilosto' hierarchy #

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/hy-organisation"
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-hy-organisation-api-openapi.yml Raw ↑
openapi: 3.0.3
info:
  title: Organisation Registry Public API
  description: Organisation Registry Public API
  version: 1.0.0
servers:
- url: https://gw.api.helsinki.fi/organisation/info
security:
- apiKey: []
paths:
  /v1/steeringGroups:
    get:
      summary: GET v1/steeringGroups
      operationId: getSteeringGroups
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SteeringGroup'
              examples:
                Steering Group Example:
                  $ref: '#/components/examples/SteeringGroupExample'
  /v1/humanResources:
    get:
      summary: GET v1/humanResources
      operationId: getHumanResources
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SteeringGroup'
              examples:
                Human Resources Example:
                  $ref: '#/components/examples/HumanResourcesExample'
  /v1/humanResourcesIamGroupPrefix:
    get:
      summary: GET v1/humanResourcesIamGroupPrefix
      operationId: getHumanResourcesIamGroupPrefix
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/HumanResourcesIamGroupPrefix'
              examples:
                Human Resources Iam Group Prefix Example:
                  $ref: '#/components/examples/HumanResourcesIamGroupPrefixExample'
  /v1/researchResources:
    get:
      summary: GET v1/researchResources
      operationId: getResearchResources
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ResearchResource'
              examples:
                Research Resources Example:
                  $ref: '#/components/examples/ResearchResourcesExample'
  /v1/researchGroups:
    get:
      summary: Fetch nodes in 'tutkimusryhmat' hierarchy
      operationId: getResearchGroups
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ResearchGroup'
              examples:
                Research Groups Example:
                  $ref: '#/components/examples/ResearchGroups'
  /v1/financeUnits:
    get:
      summary: GET v1/financeUnits
      operationId: getFinanceUnits
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/FinanceUnit'
              examples:
                Finance unit example:
                  $ref: '#/components/examples/FinanceUnitsExample'
  /v2/financeUnits:
    get:
      summary: GET v2/financeUnits
      operationId: getFinanceUnitsWithPublicCode
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/FinanceUnitWithUniqueCode'
              examples:
                Finance unit example:
                  $ref: '#/components/examples/FinanceUnitsWithPublicCodeExample'
  /v1/financeUnitsPublic:
    get:
      summary: GET v1/financeUnitsPublic
      operationId: getFinanceUnitsPublic
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/PublicFinanceUnit'
              examples:
                Public finance unit example:
                  $ref: '#/components/examples/PublicFinanceUnitsExample'
  /v1/financeUnitsUniqueCode:
    get:
      summary: GET v1/financeUnits having unique_code = "kylla"
      operationId: getFinanceUnitsWithPublicCodeExclusive
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/FinanceUnitWithUniqueCode'
              examples:
                Finance unit example:
                  $ref: '#/components/examples/FinanceUnitsWithPublicCodeExample'
  /v1/educationUnits:
    get:
      summary: GET v1/educationUnits
      operationId: getEducationUnits
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/EducationUnit'
              examples:
                Human Resources Example:
                  $ref: '#/components/examples/EducationUnitsExample'
  /v2/educationUnits:
    get:
      summary: GET v2/educationUnits
      operationId: getEducationUnitsV2
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/EducationUnitV2'
              examples:
                Human Resources Example:
                  $ref: '#/components/examples/EducationUnitsExampleV2'
  /v1/officialUnits:
    get:
      summary: GET v1/officialUnits
      operationId: getOfficialUnits
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/OfficialUnit'
              examples:
                Human Resources Example:
                  $ref: '#/components/examples/OfficialUnitsExample'
  /v2/officialUnits:
    get:
      summary: GET v2/officialUnits
      operationId: getOfficialUnitsV2
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/OfficialUnitV2'
              examples:
                Human Resources Example:
                  $ref: '#/components/examples/OfficialUnitsExampleV2'
  /v1/UniversityOfHelsinkiGroup:
    get:
      summary: GET University of Helsinki Group
      operationId: getConcernGroups
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SteeringGroup'
              examples:
                Human Resources Example:
                  $ref: '#/components/examples/ConcernGroupExample'
  /v1/NodesInMultipleHierarchies:
    get:
      summary: Fetch nodes in given public hierarchies.
      operationId: getNodesInMultipleHierarchies
      parameters:
      - name: hierarchy
        in: query
        description: Comma separated list of public hierarchies to fetch (e.g. virallinen,opetus,talous,henkilosto)
        required: true
        style: form
        explode: true
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/PublicHierarchyNode'
              examples:
                Human Resources Example:
                  $ref: '#/components/examples/PublicHierarchyNodesExample'
        '403':
          description: '''hierarchy'' parameter included unknown or private hierarchies.'
          content:
            application/json:
              schema:
                type: string
                example: Request parameter 'hierarchy' can only contain public hierarchies.
  /v1/FinanceAndOldResearch:
    get:
      summary: Fetch nodes in 'talous' and 'vanha_yksikko' hierarchies that have certain attributes
      operationId: getFinanceAndOldResearch
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/FinanceAndOldResearch'
              examples:
                FinanceAndOldResearch example:
                  $ref: '#/components/examples/FinanceAndOldResearchExample'
  /v1/humanResourcesSubunitToUnit:
    get:
      summary: Fetch certain units in human resources with their greatest parent
      operationId: getHumanResourcesSubunitToUnit
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/humanResourcesSubunitToUnit'
              examples:
                PersonnelUnitMap example:
                  $ref: '#/components/examples/humanResourcesSubunitToUnit'
  /v1/humanResourcesWithLevel:
    get:
      summary: Fetch units in human resources and their level on the tree
      operationId: getHumanResourcesWithLevel
      parameters:
      - name: level
        in: query
        description: Fetch hierarchies up to level or the whole tree if not set
        required: false
        style: form
        explode: true
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/HumanResourcesWithLevel'
              examples:
                Human Resources With level example:
                  $ref: '#/components/examples/HumanResourcesWithLevel'
  /v1/UniversityOfHelsinkiSubunitToUnit:
    get:
      summary: Fetch certain units in konserni with their greatest parent
      operationId: getUniversityOfHelsinkiSubunitToUnit
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/UniversityOfHelsinkiSubunitToUnit'
              examples:
                PersonnelUnitMap example:
                  $ref: '#/components/examples/UniversityOfHelsinkiSubunitToUnit'
  /v1/AllNodeAttributes:
    get:
      summary: Fetch all nodes' attributes
      operationId: getAllNodeAttributes
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/NodeAttribute'
              examples:
                AllNodeAttributes example:
                  $ref: '#/components/examples/AllNodeAttributes'
  /v1/AllSuccessorsAndPredecessors:
    get:
      summary: Fetch all successors and predecessors
      operationId: getAllSuccessorsAndPredecessors
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/AllSuccessorsAndPredecessors'
              examples:
                AllSuccessorsAndPredecessors example:
                  $ref: '#/components/examples/AllSuccessorsAndPredecessors'
  /v1/humanResourcesAndResearchGroups:
    get:
      summary: Fetch nodes in 'tutkimusryhmat' and 'henkilosto' hierarchy
      operationId: getHumanResourcesAndResearchGroups
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/HumanResourcesAndResearchGroups'
              examples:
                Research Groups Example:
                  $ref: '#/components/examples/HumanResourcesAndResearchGroups'
components:
  schemas:
    SteeringGroup:
      type: object
      properties:
        uniqueId:
          type: string
        code:
          type: string
        type:
          type: string
        nameFi:
          type: string
        nameEn:
          type: string
        nameSv:
          type: string
        parent:
          type: string
    HumanResourcesIamGroupPrefix:
      type: object
      properties:
        uniqueId:
          type: string
        code:
          type: string
        type:
          type: string
        nameFi:
          type: string
        nameEn:
          type: string
        nameSv:
          type: string
        iamGroupPrefix:
          type: string
        parent:
          type: string
    HumanResourcesWithLevel:
      type: object
      properties:
        uniqueId:
          type: string
        code:
          type: string
        type:
          type: string
        nameFi:
          type: string
        nameEn:
          type: string
        nameSv:
          type: string
        level:
          type: integer
        parent:
          type: string
    FinanceUnit:
      type: object
      properties:
        uniqueId:
          type: string
        code:
          type: string
        type:
          type: string
        publicity:
          type: string
        nameFi:
          type: string
        nameSv:
          type: string
        parent:
          type: string
    FinanceUnitWithUniqueCode:
      type: object
      properties:
        uniqueId:
          type: string
        code:
          type: string
        type:
          type: string
        publicity:
          type: string
        uniqueCode:
          type: string
        nameFi:
          type: string
        nameSv:
          type: string
        parent:
          type: string
    PublicFinanceUnit:
      type: object
      properties:
        uniqueId:
          type: string
        code:
          type: string
        type:
          type: string
        nameFi:
          type: string
        nameEn:
          type: string
        nameSv:
          type: string
        parent:
          type: string
    OfficialUnit:
      type: object
      properties:
        uniqueId:
          type: string
        type:
          type: string
        nameFi:
          type: string
        nameEn:
          type: string
        nameSv:
          type: string
        abbreviation:
          type: string
        parent:
          type: string
    OfficialUnitV2:
      type: object
      properties:
        uniqueId:
          type: string
        type:
          type: string
        nameFi:
          type: string
        nameEn:
          type: string
        nameSv:
          type: string
        abbreviation:
          type: string
        educationQualifier:
          type: string
        parent:
          type: string
    ResearchResource:
      type: object
      properties:
        uniqueId:
          type: string
        unitStartDate:
          type: string
        type:
          type: string
        nameFi:
          type: string
        nameEn:
          type: string
        nameSv:
          type: string
        parent:
          type: string
    ResearchGroup:
      type: object
      properties:
        uniqueId:
          type: string
        unitStartDate:
          type: string
        type:
          type: string
        nameFi:
          type: string
        nameEn:
          type: string
        nameSv:
          type: string
        parent:
          type: string
    PublicHierarchyNode:
      type: object
      properties:
        uniqueId:
          type: string
        nameFi:
          type: string
        nameEn:
          type: string
        nameSv:
          type: string
    EducationUnit:
      type: object
      properties:
        uniqueId:
          type: string
        type:
          type: string
        code:
          type: string
        nameFi:
          type: string
        nameEn:
          type: string
        nameSv:
          type: string
        abbreviation:
          type: string
        parent:
          type: string
    EducationUnitV2:
      type: object
      properties:
        uniqueId:
          type: string
        type:
          type: string
        code:
          type: string
        nameFi:
          type: string
        nameEn:
          type: string
        nameSv:
          type: string
        abbreviation:
          type: string
        educationQualifier:
          type: string
        parent:
          type: string
    FinanceAndOldResearch:
      type: object
      properties:
        uniqueId:
          type: string
        type:
          type: string
        code:
          type: string
        educationCode:
          type: string
        nameFi:
          type: string
        nameEn:
          type: string
        nameSv:
          type: string
        unitStartDate:
          type: string
        publicity:
          type: string
        uniqueCode:
          type: string
        parent:
          type: string
    humanResourcesSubunitToUnit:
      type: object
      properties:
        subUnitCode:
          type: string
          description: The hr_lyhenne of the sub unit
        unitCode:
          type: string
          description: The hr_lyhenne of the greatest parent of the sub unit
        unitNameFi:
          type: string
          description: The name_fi of the greatest parent fo the sub unit
    UniversityOfHelsinkiSubunitToUnit:
      type: object
      properties:
        subUnitCode:
          type: string
          description: The talous_tunnus of the sub unit
        unitCode:
          type: string
          description: The talous_tunnus of the greatest parent of the sub unit
        unitNameFi:
          type: string
          description: The name_fi of the greatest parent fo the sub unit
    NodeAttribute:
      type: object
      properties:
        uniqueId:
          type: string
          description: The node of the attribute
        key:
          type: string
        value:
          type: string
        startDate:
          type: string
        endDate:
          type: string
    AllSuccessorsAndPredecessors:
      type: object
      properties:
        successor:
          type: string
        predecessor:
          type: string
        startDate:
          type: string
        endDate:
          type: string
    HumanResourcesAndResearchGroups:
      type: object
      properties:
        uniqueId:
          type: string
        code:
          type: string
        type:
          type: string
        nameFi:
          type: string
        nameEn:
          type: string
        nameSv:
          type: string
        parent:
          type: string
  examples:
    SteeringGroupExample:
      value:
      - uniqueId: '16549737'
        code: null
        type: kansio
        nameFi: Lääketieteellinen tiedekunta
        nameEn: Faculty of Medicine
        nameSv: Medicinska fakulteten
        parent: null
    HumanResourcesExample:
      value:
      - uniqueId: '77096679'
        code: H01
        type: yritys_yhteiso
        nameFi: Yliopistopalvelut
        nameEn: Yliopistopalvelut EN
        nameSv: Yliopistopalvelut SV
        parent: null
    HumanResourcesIamGroupPrefixExample:
      value:
      - uniqueId: '32132131'
        code: H123
        type: henkilosto-osa-alue
        nameFi: Tutkimusohjelmayksikkö
        nameEn: Research Programs Unit
        nameSv: Forskningsprogramenheten
        iamGroupPrefix: hy-ltdk-rpu
        parent: '43434233'
      - uniqueId: '12312312'
        code: HY
        type: yritys_yhteiso
        nameFi: Helsingin yliopisto
        nameEn: University of Helsinki
        nameSv: Helsingfors universitet
        iamGroupPrefix: null
        parent: null
    HumanResourcesWithLevel:
      value:
      - level: 0
        uniqueId: '12345678'
        nameFi: Helsingin yliopisto
        nameEn: Helsingin yliopisto in English
        nameSv: Helsingin yliopisto på Svenska
        type: kansio
        code: HY
        parent: null
      - level: 1
        uniqueId: '32132132'
        nameFi: Tiedekunnat
        nameSv: Fakulteterna
        nameEn: Faculties
        type: kansio
        code: F600
        parent: '12345678'
    ResearchResourcesExample:
      value:
      - uniqueId: '12345678'
        unitStartDate: yyyy-MM-dd
        type: tutkimusryhma
        nameFi: Psykologia
        nameEn: Psychology
        nameSv: Psykologi
        parent: '87654321'
      - nameFi: Helsingin yliopisto
        nameEn: University of Helsinki
        nameSv: Helsingfors universitet
        uniqueId: '87654321'
        parent: null
        type: yritys_yhteiso
        unitStartDate: '1640-03-26'
    ResearchGroups:
      value:
      - uniqueId: '12345678'
        unitStartDate: yyyy-MM-dd
        type: tutkimusryhma
        nameFi: Psykologia
        nameEn: Psychology
        nameSv: Psykologi
        parent: '87654321'
      - nameFi: Helsingin yliopisto
        nameEn: University of Helsinki
        nameSv: Helsingfors universitet
        uniqueId: '87654321'
        parent: null
        type: yritys_yhteiso
        unitStartDate: '1640-03-26'
    FinanceUnitsExample:
      value:
      - uniqueId: '77096679'
        code: HY
        type: tulosyksikko
        publicity: kylla
        nameFi: Helsingin yliopisto
        nameEn: University of Helsinki
        nameSv: Helsingfors universitet
        parent: null
    PublicFinanceUnitsExample:
      value:
      - uniqueId: '77096679'
        code: HY
        type: tulosyksikko
        nameFi: Helsingin yliopisto
        nameEn: University of Helsinki
        nameSv: Helsingfors universitet
        parent: null
    FinanceUnitsWithPublicCodeExample:
      value:
      - uniqueId: '77096679'
        code: HY
        type: tulosyksikko
        publicity: kylla
        uniqueCode: kylla
        nameFi: Helsingin yliopisto
        nameEn: University of Helsinki
        nameSv: Helsingfors universitet
        parent: null
    EducationUnitsExample:
      value:
      - uniqueId: '12345678'
        code: 444-M00
        abbreviation: TRA
        type: maisteriohjelma
        nameFi: Kääntämisen ja tulkkauksen maisteriohjelma
        nameEn: Master's Programme in Translation and Interpreting
        nameSv: Magisterprogrammet i översättning och tolkning
        parent: '11112222'
      - uniqueId: '87654321'
        code: '01'
        abbreviation: null
        type: kansio
        nameFi: Helsingin yliopisto
        nameEn: University of Helsinki
        nameSv: Helsingfors universitet
        parent: null
    EducationUnitsExampleV2:
      value:
      - uniqueId: '12345678'
        code: 444-M00
        abbreviation: TRA
        type: maisteriohjelma
        nameFi: Kääntämisen ja tulkkauksen maisteriohjelma
        nameEn: Master's Programme in Translation and Interpreting
        nameSv: Magisterprogrammet i översättning och tolkning
        educationQualifier: rinnakkainen-koulutusohjelma
        parent: '11112222'
      - uniqueId: '87654321'
        code: '01'
        abbreviation: null
        type: kansio
        nameFi: Helsingin yliopisto
        nameEn: University of Helsinki
        nameSv: Helsingfors universitet
        educationQualifier: null
        parent: null
    OfficialUnitsExample:
      value:
      - uniqueId: '12312312'
        type: tiedekunta
        nameFi: Lääketieteellinen tiedekunta
        nameEn: Doctoral Programme in Drug Research
        nameSv: Doktorandprogrammet i läkemedelsforskning
        abbreviation: LÄÄK
        parent: '98765432'
      - uniqueId: '32131231'
        type: tiedekunta
        nameFi: Lääketieteellinen tiedekunta
        nameEn: Doctoral Programme in Drug Research
        nameSv: Doktorandprogrammet i läkemedelsforskning
        abbreviation: null
        parent: '98765432'
    OfficialUnitsExampleV2:
      value:
      - uniqueId: '12312312'
        type: tiedekunta
        nameFi: Lääketieteellinen tiedekunta
        nameEn: Doctoral Programme in Drug Research
        nameSv: Doktorandprogrammet i läkemedelsforskning
        abbreviation: LÄÄK
        educationQualifier: tilauskoulutus
        parent: '98765432'
      - uniqueId: '32131231'
        type: tiedekunta
        nameFi: Lääketieteellinen tiedekunta
        nameEn: Doctoral Programme in Drug Research
        nameSv: Doktorandprogrammet i läkemedelsforskning
        educationQualifier: null
        abbreviation: null
        parent: '98765432'
    ConcernGroupExample:
      value:
      - uniqueId: '68909643'
        code: KP
        type: tytar-yhtio
        nameFi: Helsingin yliopiston kiinteistöpalvelut Oy
        nameEn: University of Helsinki Property Services Ltd
        nameSv: Helsingfors Universitets fastighetsservice Ab
        parent: null
    PublicHierarchyNodesExample:
      value:
      - nameEn: University of Helsinki
        nameFi: Helsingin yliopisto
        nameSv: Helsingfors universitet
        uniqueId: '42785051'
      - nameEn: Biological stations
        nameFi: Biologiset asemat
        nameSv: Biologiska stationer
        uniqueId: '62570520'
      - nameEn: Medicum
        nameFi: Medicum
        nameSv: Medicum
        uniqueId: '81552327'
    FinanceAndOldResearchExample:
      value:
      - code: HY
        educationCode: null
        nameEn: University of Helsinki
        nameFi: Helsingin yliopisto
        nameSv: Helsingfors universitet
        abbreviation: hyh
        parent: null
        publicity: kylla
        type: yritys_yhteiso
        uniqueCode: kylla
        uniqueId: '42785051'
        unitStartDate: '1640-03-26'
      - code: H8230
        educationCode: '1234'
        nameEn: Hyytiälä Forestry Field Station
        nameFi: Hyytiälän metsäasema
        nameSv: 'Hyytiälä forststation '
        abbreviation: null
        parent: '54032432'
        publicity: kylla
        type: alayksikko
        uniqueCode: kylla
        uniqueId: '61962952'
        unitStartDate: null
      - code: null
        educationCode: H0123
        nameEn: Unit
        nameFi: Yksikkö
        nameSv: Unit
        abbreviation: null
        parent: '99999999'
        publicity: kylla
        type: alayksikko
        uniqueCode: kylla
        uniqueId: '99998888'
        unitStartDate: null
    humanResourcesSubunitToUnit:
      value:
      - subUnitCode: H01
        unitCode: H01
        unitNameFi: Yliopistopalvelut
      - subUnitCode: H022
        unitCode: H01
        unitNameFi: Yliopistopalvelut
      - subUnitCode: H02201
        unitCode: H01
        unitNameFi: Yliopistopalvelut
    UniversityOfHelsinkiSubunitToUnit:
      value:
      - subUnitCode: KP
        unitCode: KP
        unitNameFi: Helsingin yliopiston kiinteistöpalvelut
      - subUnitCode: KP01
        unitCode: KP
        unitNameFi: Helsingin yliopiston kiinteistöpalvelut
    AllNodeAttributes:
      value:
      - endDate: null
        key: name_sv
        startDate: '2024-09-03'
        uniqueId: '100000048'
        value: testbarnfakulten
      - endDate: null
        key: name_en
        startDate: '2024-09-03'
        uniqueId: '100000048'
        value: testchildfaculty
    AllSuccessorsAndPredecessors:
      value:
      - endDate: null
        predecessor: '18770'
        startDate: '2023-06-30'
        successor: '18488'
      - endDate: null
        predecessor: '32678'
        startDate: '2023-12-01'
        successor: '5935'
    HumanResourcesAndResearchGroups:
      value:
      - code: null
        nameEn: Helsinki Inequality Initiative
        nameFi: Helsinki Inequality Initiative
        nameSv: Helsinki Inequality Initiative
        parent: '90880385'
        type: tutkimusyhteiso
        uniqueId: '83193740'
        unitStartDate: '2018-01-01'
      - code: null
        nameEn: Learning, Culture & Interventions (LECI)
        nameFi: Learning, Culture & Interventions (LECI)
        nameSv: Learning, Culture & Interventions (LECI)
        parent: '90880385'
        type: tutkimusryhma
        uniqueId: '99897622'
        unitStartDate: '2017-09-01'
  securitySchemes:
    apiKey:
      type: apiKey
      description: APIKey Auth
      name: X-Api-Key
      in: header