Curriculums

Curriculums (curriculum) API contains description of curriculums, information about syllabuses and study paths, and also list of structure views.

API address: https://opendata.tamk.fi/r1/curriculum
See API documentation in Swagger UI

Field Type Description
id number Unique database identification number of the curriculum
code text Identification code of the curriculum
name text Name of the curriculum
description text Descrption of the curriculum
content text Content of the curriculum
furtherInformation text Details of the curriculum
currentStatus text Status of the curriculum:DRAFT: draft

READY: ready to be accepted

APPROVED: accepted

PUBLISHED: published

duration number How long the curriculum lasts
language text Duration of the curriculum
plans list List of descriptions of the syllabuses attached to the curriculum
specialisationOptions list List of descriptions of the study paths attached to the curriculum
structureViews list List of structure views attached to the curriculum

Search the curriculums

Available search fields.

Field Type Description
name text Name of curriculum
codes list List of codes of curriculums
specialisationStructureViews list List of study paths, for which own structure view is wanted. If structure views are needed for every study path, first identifier should be “all”.
accomplishmentPlanStructureViews list List of identifiers of syllabuses, for which own structure view is wanted. If structure views are needed for every syllabus, first identifier should be “all”.

Example: find curriculum by code (response content in English):

curl -u "<API key>:" -X POST -H "Accept-Language: en" https://opendata.tamk.fi/r1/curriculum/search -d '{ "codes": ["13TIKO"]}'

Response

Field Description
status Indicates if the request was succesful; “success”, “warn”, “error”
message Possible message detailing the error message, for example
programmes Details of the curriculums

Reponse to the previous request:

{
  "programmes": [
    {
      "furtherInformation": "",
      "development": "",
      "content": "",
      "description": "Degree Programme in Business Information Systems, Tampere\r\nYouth education leading to Bachelor’s Degree\r\nName of the Degree Programme: Degree Programme in Business Information Systems\r\nQualification: Bachelor of Business Administration, 210 cr, 3,5 years\r\nImplementation method: full-time study\r\nUnit: Business Information Systems Kuntokatu 3\r\nCampus address: Kuntokatu 3, 33520 Tampere\r\nEducation manager: Jussi Ylänen\r\nApplicability: See TAMK www-pages and applicability for Bachelor’s degree programmes www.tamk.fi\r\nSkills produced by the degree programme\r\nThe Degree Programme in Business Information Systems enables the students’ growth into ICT professionals. The aim is to train enterprising, collaborative and self-developing ICT professionals in close collaboration with the working life.\r\nFlexible curriculum and diverse focus areas offer the students good opportunities to specialise in the fields they are most interested in.\r\nFocus areas of the degree programme include: digital entertainment and services (e.g. game development) software production and testing, data network and server system services, information security, rapid application and development of new technologies, data systems of the health care industry, working in the customer interface and ICT entrepreneurship.\r\nBusiness skills have a strong place in the degree programme. This creates a good premise for the students to work in companies in expert tasks or as independent entrepreneurs.\r\nThe students begin their studies in teams under the guidance of a coach. In the beginning of studies, the focus is on the basic contents of different ICT focus areas through projects and team learning. The studies also cover the necessary team work skills as well as good written and spoken communication in Finnish and in English.\r\nAs the studies progress, the students deepen their skills in the focus areas of their choosing. Working life connections are constantly developed by carrying out projects for different organisations, a 5-month practical training and writing a practical Bachelor’s thesis which demonstrates skills in the students’ own field.\r\nAfter graduation, the students have excellent employment opportunities either in ICT companies or in various organisations which utilise ICT, depending on the students’ skills profile.\r\nBASIC STUDIES, 66 cr\r\nIn the Basic studies, the basic abilities of the utilisation of Information Technology are developed in versatile ways. The Basic studies include also communication and language studies.\r\nPROFESSIONAL STUDIES, 84 cr\r\nIn Professional studies, the students build their own set of skills from studies of Business Information Systems and supplement them, if desired, by studying abroad, by project studies or studies from other degree programmes. The students must complete at least 70 credits worth of studies in the Degree Programme in Business Information Systems. 14 credits worth of professional studies may consist of professional studies from any degree programme.\r\nELECTIVE STUDIES, 15 cr\r\nThe aim of elective studies is to give the students opportunities to study interesting topics from other degree programmes besides the Business Administration degree programmes. The students may select 15 credits worth of university level studies from the whole course selection of TAMK or other educational institutions. The students may complete their elective courses at any time during their studies.\r\nPRACTICAL TRAINING, 30 cr\r\nPractical training is 20 weeks of full-time work in a company or an organisation. The aim of the practical training is to familiarise the students with the most important tasks of their field and to enable them to apply their skills in the working life.\r\nBACHELOR’S THESIS, 15 cr\r\nThe Bachelor’s thesis is a development task related to the practical work.\r\nStructure of studies\r\nBasic studies 66 cr\r\nProfessional studies 84 cr\r\nPractical training 30 cr\r\nElective studies 15 cr\r\nBachelor’s thesis 15 cr\r\nTotal 210 cr",
      "name": "Degree Programme in Business Information Systems, Tampere",
      "id": "22389",
      "code": "13TIKO",
      "currentStatus": "APPROVED",
      "duration": 3.5,
      "language": "fi",
      "plans": [
        {
          "name": "13TIKO-1144",
          "startYear": 2013,
          "startSemester": 0,
          "id": "902"
        }
      ],
      "specialisationOptions": [
        {
          "description": "",
          "shortName": "Pelituotanto",
          "name": "Game Development",
          "id": "682"
        },
        {
          "description": "",
          "shortName": "Ohjelmistotuotanto",
          "name": "Software Development",
          "id": "683"
        },
        {
          "description": "",
          "shortName": "Tietoverkkopalvelut",
          "name": "Network Services",
          "id": "684"
        },
        {
          "description": "",
          "shortName": "Terveysalan ICT-palvelut",
          "name": "ICT-services for the Health Care Industry",
          "id": "685"
        },
        {
          "description": "",
          "shortName": "",
          "name": "ICT Entrepreneurship",
          "id": "686"
        }
      ],
      "structureViews": [
        {
          "relations": [
            {
              "learningUnit": {
                "name": "Degree Programme in Business Information Systems, Tampere",
                "status": "APPROVED",
                "type": "PROGRAMME",
                "credits": 210,
                "code": "13TIKO",
                "id": "22389"
              },
              "treeId": "41287",
              "level": "0",
              "id": "41287"
            },
            {
              "learningUnit": {
                "name": "BASIC AND PROFESSIONAL STUDIES",
                "luOptionality": "ALL_OF",
                "type": "STUDY_MODULE",
                "credits": 150,
                "code": "13TIKO-1000",
                "id": "22390"
              },
              "treeId": "41287",
              "level": "1",
              "id": "41288"
            },
            {
              "learningUnit": {
                "name": "Basic Skills for the ICT Field",
                "luOptionality": "ALL_OF",
                "type": "STUDY_MODULE",
                "credits": 29,
                "code": "13TIKO-1001",
                "id": "22391"
              },
              "treeId": "41287",
              "level": "2",
              "id": "41289"
            },
            {
              "learningUnit": {
                "name": "Introduction to ICT Field and Team Work",
                "type": "COURSE_UNIT",
                "credits": 10,
                "code": "4-PPO1",
                "id": "6768"
              },
              "treeId": "41287",
              "level": "3",
              "id": "41290"
            },
            {
              "learningUnit": {
                "name": "Computerised Logics",
                "type": "COURSE_UNIT",
                "credits": 3,
                "code": "4-PPO2",
                "id": "6767"
              },
              "treeId": "41287",
              "level": "3",
              "id": "41291"
            },
            {
              "learningUnit": {
                "name": "Operating Systems, Machine Technology and Information Security",
                "type": "COURSE_UNIT",
                "credits": 3,
                "code": "4-PPO3",
                "id": "6766"
              },
              "treeId": "41287",
              "level": "3",
              "id": "41292"
            },
            {
              "learningUnit": {
                "name": "Office Software and Document Management",
                "type": "COURSE_UNIT",
                "credits": 3,
                "code": "4-PPO4",
                "id": "6765"
              },
              "treeId": "41287",
              "level": "3",
              "id": "41293"
            },
            {
              "learningUnit": {
                "name": "Spreadsheet Calculation and Databases",
                "type": "COURSE_UNIT",
                "credits": 3,
                "code": "4-PPO5",
                "id": "6764"
              },
              "treeId": "41287",
              "level": "3",
              "id": "41294"
            },
            {
              "learningUnit": {
                "name": "Introduction to Networking",
                "type": "COURSE_UNIT",
                "credits": 4,
                "code": "4-PPO6",
                "id": "4350"
              },
              "treeId": "41287",
              "level": "3",
              "id": "41295"
            },
            {
              "learningUnit": {
                "name": "Principles and Applications of Project Work",
                "type": "COURSE_UNIT",
                "credits": 3,
                "code": "4-PPO7",
                "id": "6576"
              },
              "treeId": "41287",
              "level": "3",
              "id": "41296"
            },
            {
              "learningUnit": {
                "name": "Product Development Project",
                "luOptionality": "ALL_OF",
                "type": "STUDY_MODULE",
                "credits": 23,
                "code": "13TIKO-1002",
                "id": "22392"
              },
              "treeId": "41287",
              "level": "2",
              "id": "41297"
            },
            {
              "learningUnit": {
                "name": "Managing an Agile ICT Project",
                "type": "COURSE_UNIT",
                "credits": 3,
                "code": "4-PTK1",
                "id": "6763"
              },
              "treeId": "41287",
              "level": "3",
              "id": "41298"
            },
            {
              "learningUnit": {
                "name": "Building Project Infrastructure",
                "type": "COURSE_UNIT",
                "credits": 3,
                "code": "4-PTK2",
                "id": "6762"
              },
              "treeId": "41287",
              "level": "3",
              "id": "41299"
            },
            {
              "learningUnit": {
                "name": "Digital Graphics",
                "type": "COURSE_UNIT",
                "credits": 3,
                "code": "4-PTK3",
                "id": "6761"
              },
              "treeId": "41287",
              "level": "3",
              "id": "41300"
            },
            {
              "learningUnit": {
                "name": "WWW Technologies",
                "type": "COURSE_UNIT",
                "credits": 3,
                "code": "4-PTK4",
                "id": "6575"
              },
              "treeId": "41287",
              "level": "3",
              "id": "41301"
            },
            {
              "learningUnit": {
                "name": "Introduction to Programming",
                "type": "COURSE_UNIT",
                "credits": 6,
                "code": "4-PTK5",
                "id": "6760"
              },
              "treeId": "41287",
              "level": "3",
              "id": "41302"
            },
            {
              "learningUnit": {
                "name": "Working Life Skills in the ICT Field",
                "type": "COURSE_UNIT",
                "credits": 5,
                "code": "4-PTK6",
                "id": "6759"
              },
              "treeId": "41287",
              "level": "3",
              "id": "41303"
            },
            {
              "learningUnit": {
                "name": "Languages and Communication",
                "luOptionality": "ALL_OF",
                "type": "STUDY_MODULE",
                "credits": 14,
                "code": "13TIKO-1003",
                "id": "22393"
              },
              "treeId": "41287",
              "level": "2",
              "id": "41304"
            },
            {
              "learningUnit": {
                "name": "English",
                "type": "COURSE_UNIT",
                "credits": 5,
                "code": "4-PKV1",
                "id": "6622"
              },
              "treeId": "41287",
              "level": "3",
              "id": "41305"
            },
            {
              "learningUnit": {
                "name": "Swedish, Writing skills",
                "type": "COURSE_UNIT",
                "credits": 2,
                "code": "4-PKV2",
                "id": "6772"
              },
              "treeId": "41287",
              "level": "3",
              "id": "41306"
            },
            {
              "learningUnit": {
                "name": "Swedish, Spoken Skills",
                "type": "COURSE_UNIT",
                "credits": 1,
                "code": "4-PKV5",
                "id": "6771"
              },
              "treeId": "41287",
              "level": "3",
              "id": "41307"
            },
            {
              "learningUnit": {
                "name": "Meeting and Negotiation Skills",
                "type": "COURSE_UNIT",
                "credits": 3,
                "code": "4-PKV3",
                "id": "6769"
              },
              "treeId": "41287",
              "level": "3",
              "id": "41308"
            },
            {
              "learningUnit": {
                "name": "Training and Communication Skills",
                "type": "COURSE_UNIT",
                "credits": 3,
                "code": "4-PKV4",
                "id": "6770"
              },
              "treeId": "41287",
              "level": "3",
              "id": "41309"
            },
            {
              "learningUnit": {
                "name": "Project and Service Business Skills",
                "luOptionality": "ALL_OF",
                "type": "STUDY_MODULE",
                "credits": 20,
                "code": "13TIKO-1016",
                "id": "23072"
              },
              "treeId": "41287",
              "level": "2",
              "id": "43425"
            },
            {
              "learningUnit": {
                "name": "Managing ICT Projects",
                "type": "COURSE_UNIT",
                "credits": 5,
                "code": "4-ALT1",
                "id": "6574"
              },
              "treeId": "41287",
              "level": "3",
              "id": "43427"
            },
            {
              "learningUnit": {
                "name": "Business Models",
                "type": "COURSE_UNIT",
                "credits": 5,
                "code": "4-ALT2",
                "id": "6757"
              },
              "treeId": "41287",
              "level": "3",
              "id": "43428"
            },
            {
              "learningUnit": {
                "name": "Sales",
                "type": "COURSE_UNIT",
                "credits": 5,
                "code": "4-ALT3",
                "id": "6620"
              },
              "treeId": "41287",
              "level": "3",
              "id": "43429"
            },
            {
              "learningUnit": {
                "name": "Project: Developing ICT-Service",
                "type": "COURSE_UNIT",
                "credits": 5,
                "code": "4-ALT4",
                "id": "6573"
              },
              "treeId": "41287",
              "level": "3",
              "id": "43430"
            },
            {
              "learningUnit": {
                "name": "R&D&I Methods",
                "luOptionality": "ALL_OF",
                "type": "STUDY_MODULE",
                "credits": 10,
                "code": "13TIKO-1018",
                "id": "23074"
              },
              "treeId": "41287",
              "level": "2",
              "id": "43432"
            },
            {
              "learningUnit": {
                "name": "Development Methods in Bachelor’s Thesis Work",
                "type": "COURSE_UNIT",
                "credits": 5,
                "code": "4-AKM1",
                "id": "6756"
              },
              "treeId": "41287",
              "level": "3",
              "id": "43433"
            },
            {
              "learningUnit": {
                "name": "Research and Innovation Methods",
                "type": "COURSE_UNIT",
                "credits": 5,
                "code": "4-AKM2",
                "id": "6570"
              },
              "treeId": "41287",
              "level": "3",
              "id": "43434"
            },
            {
              "learningUnit": {
                "name": "Specialisation",
                "luOptionality": "ONE_OF",
                "type": "STUDY_MODULE",
                "credits": 40,
                "code": "13TIKO-1020",
                "id": "23076"
              },
              "treeId": "41287",
              "level": "2",
              "id": "43446"
            },
            {
              "learningUnit": {
                "name": "Game Development",
                "luOptionality": "ALL_OF",
                "type": "STUDY_MODULE",
                "credits": 40,
                "code": "13TIKO-1021",
                "id": "23077"
              },
              "treeId": "41287",
              "level": "3",
              "id": "43447"
            },
            {
              "learningUnit": {
                "name": "Game Analysis",
                "type": "COURSE_UNIT",
                "credits": 3,
                "code": "4-AGD1",
                "id": "4417"
              },
              "treeId": "41287",
              "level": "4",
              "id": "43451"
            },
            {
              "learningUnit": {
                "name": "Browser Game Technologies",
                "type": "COURSE_UNIT",
                "credits": 4,
                "code": "4-AGD2",
                "id": "6619"
              },
              "treeId": "41287",
              "level": "4",
              "id": "43452"
            },
            {
              "learningUnit": {
                "name": "Browser Game Project",
                "type": "COURSE_UNIT",
                "credits": 5,
                "code": "4-AGD3",
                "id": "6618"
              },
              "treeId": "41287",
              "level": "4",
              "id": "43453"
            },
            {
              "learningUnit": {
                "name": "Game Design",
                "type": "COURSE_UNIT",
                "credits": 3,
                "code": "4-AGD4",
                "id": "4416"
              },
              "treeId": "41287",
              "level": "4",
              "id": "43454"
            },
            {
              "learningUnit": {
                "name": "3D-modelling",
                "type": "COURSE_UNIT",
                "credits": 5,
                "code": "4-AGD5",
                "id": "6617"
              },
              "treeId": "41287",
              "level": "4",
              "id": "43455"
            },
            {
              "learningUnit": {
                "name": "Mobile Game Technologies",
                "type": "COURSE_UNIT",
                "credits": 5,
                "code": "4-AGD6",
                "id": "6616"
              },
              "treeId": "41287",
              "level": "4",
              "id": "43456"
            },
            {
              "learningUnit": {
                "name": "Mobile Game Project",
                "type": "COURSE_UNIT",
                "credits": 5,
                "code": "4-AGD7",
                "id": "6615"
              },
              "treeId": "41287",
              "level": "4",
              "id": "43457"
            },
            {
              "learningUnit": {
                "name": "Usability",
                "type": "COURSE_UNIT",
                "credits": 3,
                "code": "4-AOT1",
                "id": "6667"
              },
              "treeId": "41287",
              "level": "4",
              "id": "43458"
            },
            {
              "learningUnit": {
                "name": "Databases",
                "type": "COURSE_UNIT",
                "credits": 4,
                "code": "4-AOT2",
                "id": "6664"
              },
              "treeId": "41287",
              "level": "4",
              "id": "43459"
            },
            {
              "learningUnit": {
                "name": "Defining and Designing software",
                "type": "COURSE_UNIT",
                "credits": 3,
                "code": "4-AOT3",
                "id": "6572"
              },
              "treeId": "41287",
              "level": "4",
              "id": "43460"
            },
            {
              "learningUnit": {
                "name": "Network Services",
                "luOptionality": "ALL_OF",
                "type": "STUDY_MODULE",
                "credits": 52,
                "code": "13TIKO-1022",
                "id": "23078"
              },
              "treeId": "41287",
              "level": "3",
              "id": "43448"
            },
            {
              "learningUnit": {
                "name": "Operating System Service Architectures",
                "type": "COURSE_UNIT",
                "credits": 15,
                "code": "4-ATV1",
                "id": "6614"
              },
              "treeId": "41287",
              "level": "4",
              "id": "43461"
            },
            {
              "learningUnit": {
                "name": "Routing Protocols and Concepts",
                "type": "COURSE_UNIT",
                "credits": 3,
                "code": "4-ATV2",
                "id": "6613"
              },
              "treeId": "41287",
              "level": "4",
              "id": "43462"
            },
            {
              "learningUnit": {
                "name": "LAN Switching and Wireless",
                "type": "COURSE_UNIT",
                "credits": 3,
                "code": "4-ATV3",
                "id": "6612"
              },
              "treeId": "41287",
              "level": "4",
              "id": "43463"
            },
            {
              "learningUnit": {
                "name": "Accessing the WAN and Network Implementation Project",
                "type": "COURSE_UNIT",
                "credits": 4,
                "code": "4-ATV4",
                "id": "6611"
              },
              "treeId": "41287",
              "level": "4",
              "id": "43464"
            },
            {
              "learningUnit": {
                "name": "CCNA Security",
                "type": "COURSE_UNIT",
                "credits": 5,
                "code": "4-ATV5",
                "id": "6567"
              },
              "treeId": "41287",
              "level": "4",
              "id": "43465"
            },
            {
              "learningUnit": {
                "name": "Implementing IP Routing",
                "type": "COURSE_UNIT",
                "credits": 5,
                "code": "4-ATV6",
                "id": "6610"
              },
              "treeId": "41287",
              "level": "4",
              "id": "43466"
            },
            {
              "learningUnit": {
                "name": "Implementing IP Switching",
                "type": "COURSE_UNIT",
                "credits": 5,
                "code": "4-ATV7",
                "id": "6609"
              },
              "treeId": "41287",
              "level": "4",
              "id": "43467"
            },
            {
              "learningUnit": {
                "name": "Routing and Switching Essentials",
                "type": "COURSE_UNIT",
                "credits": 4,
                "code": "4A00CD93",
                "id": "23532"
              },
              "treeId": "41287",
              "level": "4",
              "id": "44966"
            },
            {
              "learningUnit": {
                "name": "Scaling Networks",
                "type": "COURSE_UNIT",
                "credits": 4,
                "code": "4A00CD94",
                "id": "23533"
              },
              "treeId": "41287",
              "level": "4",
              "id": "44967"
            },
            {
              "learningUnit": {
                "name": "Connecting Networks",
                "type": "COURSE_UNIT",
                "credits": 4,
                "code": "4A00CD95",
                "id": "23534"
              },
              "treeId": "41287",
              "level": "4",
              "id": "44968"
            },
            {
              "learningUnit": {
                "name": "ICT services for the Health Care Industry",
                "luOptionality": "ALL_OF",
                "type": "STUDY_MODULE",
                "credits": 40,
                "code": "13TIKO-1023",
                "id": "23079"
              },
              "treeId": "41287",
              "level": "3",
              "id": "43449"
            },
            {
              "learningUnit": {
                "name": "Usability",
                "type": "COURSE_UNIT",
                "credits": 3,
                "code": "4-AOT1",
                "id": "6667"
              },
              "treeId": "41287",
              "level": "4",
              "id": "43468"
            },
            {
              "learningUnit": {
                "name": "Databases",
                "type": "COURSE_UNIT",
                "credits": 4,
                "code": "4-AOT2",
                "id": "6664"
              },
              "treeId": "41287",
              "level": "4",
              "id": "43469"
            },
            {
              "learningUnit": {
                "name": "Defining and Designing software",
                "type": "COURSE_UNIT",
                "credits": 3,
                "code": "4-AOT3",
                "id": "6572"
              },
              "treeId": "41287",
              "level": "4",
              "id": "43470"
            },
            {
              "learningUnit": {
                "name": "Building a Dynamic Web Service",
                "type": "COURSE_UNIT",
                "credits": 6,
                "code": "4-AOT7",
                "id": "6608"
              },
              "treeId": "41287",
              "level": "4",
              "id": "43471"
            },
            {
              "learningUnit": {
                "name": "Project: Implementing a Dynamic Web Service",
                "type": "COURSE_UNIT",
                "credits": 4,
                "code": "4-AOT8",
                "id": "6607"
              },
              "treeId": "41287",
              "level": "4",
              "id": "43472"
            },
            {
              "learningUnit": {
                "name": "Service System in the Health Care and Becoming an ICT Professional of Health Care",
                "type": "COURSE_UNIT",
                "credits": 5,
                "code": "4-ATH1",
                "id": "6603"
              },
              "treeId": "41287",
              "level": "4",
              "id": "43473"
            },
            {
              "learningUnit": {
                "name": "Electronic Patient Data Systems",
                "type": "COURSE_UNIT",
                "credits": 5,
                "code": "4-ATH2",
                "id": "6602"
              },
              "treeId": "41287",
              "level": "4",
              "id": "43474"
            },
            {
              "learningUnit": {
                "name": "Information Transmission between Organisations in the Data Systems of Health Care",
                "type": "COURSE_UNIT",
                "credits": 5,
                "code": "4-ATH3",
                "id": "6601"
              },
              "treeId": "41287",
              "level": "4",
              "id": "43475"
            },
            {
              "learningUnit": {
                "name": "Medical Informatics",
                "type": "COURSE_UNIT",
                "credits": 5,
                "code": "4-ATH4",
                "id": "6600"
              },
              "treeId": "41287",
              "level": "4",
              "id": "43476"
            },
            {
              "learningUnit": {
                "name": "Software Development",
                "luOptionality": "ALL_OF",
                "type": "STUDY_MODULE",
                "credits": 40,
                "code": "13TIKO-1024",
                "id": "23080"
              },
              "treeId": "41287",
              "level": "3",
              "id": "43450"
            },
            {
              "learningUnit": {
                "name": "Usability",
                "type": "COURSE_UNIT",
                "credits": 3,
                "code": "4-AOT1",
                "id": "6667"
              },
              "treeId": "41287",
              "level": "4",
              "id": "43477"
            },
            {
              "learningUnit": {
                "name": "Databases",
                "type": "COURSE_UNIT",
                "credits": 4,
                "code": "4-AOT2",
                "id": "6664"
              },
              "treeId": "41287",
              "level": "4",
              "id": "43478"
            },
            {
              "learningUnit": {
                "name": "Defining and Designing software",
                "type": "COURSE_UNIT",
                "credits": 3,
                "code": "4-AOT3",
                "id": "6572"
              },
              "treeId": "41287",
              "level": "4",
              "id": "43479"
            },
            {
              "learningUnit": {
                "name": "Object Oriented Programming",
                "type": "COURSE_UNIT",
                "credits": 6,
                "code": "4-AOT4",
                "id": "6571"
              },
              "treeId": "41287",
              "level": "4",
              "id": "43480"
            },
            {
              "learningUnit": {
                "name": "Programming Graphic User Interface",
                "type": "COURSE_UNIT",
                "credits": 3,
                "code": "4-AOT5",
                "id": "6604"
              },
              "treeId": "41287",
              "level": "4",
              "id": "43481"
            },
            {
              "learningUnit": {
                "name": "Project: Building Software",
                "type": "COURSE_UNIT",
                "credits": 4,
                "code": "4-AOT6",
                "id": "6605"
              },
              "treeId": "41287",
              "level": "4",
              "id": "43482"
            },
            {
              "learningUnit": {
                "name": "Building a Dynamic Web Service",
                "type": "COURSE_UNIT",
                "credits": 6,
                "code": "4-AOT7",
                "id": "6608"
              },
              "treeId": "41287",
              "level": "4",
              "id": "43483"
            },
            {
              "learningUnit": {
                "name": "Project: Implementing a Dynamic Web Service",
                "type": "COURSE_UNIT",
                "credits": 4,
                "code": "4-AOT8",
                "id": "6607"
              },
              "treeId": "41287",
              "level": "4",
              "id": "43484"
            },
            {
              "learningUnit": {
                "name": "Mobile Programming 1",
                "type": "COURSE_UNIT",
                "credits": 7,
                "code": "4-AOT9",
                "id": "6606"
              },
              "treeId": "41287",
              "level": "4",
              "id": "43485"
            },
            {
              "learningUnit": {
                "name": "Elective Professional Studies",
                "luOptionality": "SOME_OF",
                "type": "STUDY_MODULE",
                "credits": 14,
                "code": "13TIKO-1025",
                "id": "23081"
              },
              "treeId": "41287",
              "level": "2",
              "id": "43486"
            },
            {
              "learningUnit": {
                "name": "Maintaining and Troubleshooting IP Networks",
                "type": "COURSE_UNIT",
                "credits": 5,
                "code": "4-ATV8",
                "id": "6599"
              },
              "treeId": "41287",
              "level": "3",
              "id": "43487"
            },
            {
              "learningUnit": {
                "name": "Introduction to Open Source Operating Systems",
                "type": "COURSE_UNIT",
                "credits": 5,
                "code": "4-ATV9",
                "id": "6598"
              },
              "treeId": "41287",
              "level": "3",
              "id": "43488"
            },
            {
              "learningUnit": {
                "name": "Open Source OS Services",
                "type": "COURSE_UNIT",
                "credits": 5,
                "code": "4-ATV10",
                "id": "6597"
              },
              "treeId": "41287",
              "level": "3",
              "id": "43489"
            },
            {
              "learningUnit": {
                "name": "Managing Information Risks in an Enterprise",
                "type": "COURSE_UNIT",
                "credits": 5,
                "code": "4-ATV11",
                "id": "6596"
              },
              "treeId": "41287",
              "level": "3",
              "id": "43490"
            },
            {
              "learningUnit": {
                "name": "Integrated Data Network Services in an Enterprise",
                "type": "COURSE_UNIT",
                "credits": 6,
                "code": "4-ATV12",
                "id": "6595"
              },
              "treeId": "41287",
              "level": "3",
              "id": "43491"
            },
            {
              "learningUnit": {
                "name": "Copyrights",
                "type": "COURSE_UNIT",
                "credits": 3,
                "code": "4-AVA6",
                "id": "6594"
              },
              "treeId": "41287",
              "level": "3",
              "id": "43492"
            },
            {
              "learningUnit": {
                "name": "Following Media",
                "type": "COURSE_UNIT",
                "credits": 5,
                "code": "4-AVA7",
                "id": "6593"
              },
              "treeId": "41287",
              "level": "3",
              "id": "43493"
            },
            {
              "learningUnit": {
                "name": "3D Game Graphics and Animation",
                "type": "COURSE_UNIT",
                "credits": 4,
                "code": "4-AGD8",
                "id": "6592"
              },
              "treeId": "41287",
              "level": "3",
              "id": "43494"
            },
            {
              "learningUnit": {
                "name": "Console Game Technologies",
                "type": "COURSE_UNIT",
                "credits": 6,
                "code": "4-AGD9",
                "id": "6591"
              },
              "treeId": "41287",
              "level": "3",
              "id": "43495"
            },
            {
              "learningUnit": {
                "name": "Project: Console Game",
                "type": "COURSE_UNIT",
                "credits": 7,
                "code": "4-AGD10",
                "id": "6590"
              },
              "treeId": "41287",
              "level": "3",
              "id": "43496"
            },
            {
              "learningUnit": {
                "name": "Interactive Project",
                "type": "COURSE_UNIT",
                "credits": 10,
                "code": "4-AGD11",
                "id": "6589"
              },
              "treeId": "41287",
              "level": "3",
              "id": "43497"
            },
            {
              "learningUnit": {
                "name": "New Trends in Digital Media",
                "type": "COURSE_UNIT",
                "credits": 5,
                "code": "4-AGD12",
                "id": "6587"
              },
              "treeId": "41287",
              "level": "3",
              "id": "43498"
            },
            {
              "learningUnit": {
                "name": "Demola Project",
                "type": "COURSE_UNIT",
                "credits": 10,
                "code": "4-ADML",
                "id": "6588"
              },
              "treeId": "41287",
              "level": "3",
              "id": "43499"
            },
            {
              "learningUnit": {
                "name": "Producing an Internet Service",
                "type": "COURSE_UNIT",
                "credits": 4,
                "code": "4-AOT10",
                "id": "6586"
              },
              "treeId": "41287",
              "level": "3",
              "id": "43500"
            },
            {
              "learningUnit": {
                "name": "Software Testing",
                "type": "COURSE_UNIT",
                "credits": 3,
                "code": "4-AOT11",
                "id": "6585"
              },
              "treeId": "41287",
              "level": "3",
              "id": "43501"
            },
            {
              "learningUnit": {
                "name": "Version Control in Software Production",
                "type": "COURSE_UNIT",
                "credits": 3,
                "code": "4-AOT12",
                "id": "6584"
              },
              "treeId": "41287",
              "level": "3",
              "id": "43502"
            },
            {
              "learningUnit": {
                "name": "Project: Software Publishing",
                "type": "COURSE_UNIT",
                "credits": 5,
                "code": "4-AOT13",
                "id": "6583"
              },
              "treeId": "41287",
              "level": "3",
              "id": "43503"
            },
            {
              "learningUnit": {
                "name": "Mobile Programming 2",
                "type": "COURSE_UNIT",
                "credits": 5,
                "code": "4-AOT14",
                "id": "6582"
              },
              "treeId": "41287",
              "level": "3",
              "id": "43504"
            },
            {
              "learningUnit": {
                "name": "New Trends in Software Production",
                "type": "COURSE_UNIT",
                "credits": 5,
                "code": "4-AOT15",
                "id": "6581"
              },
              "treeId": "41287",
              "level": "3",
              "id": "43505"
            },
            {
              "learningUnit": {
                "name": "Server Programming",
                "type": "COURSE_UNIT",
                "credits": 5,
                "code": "4-AOT16",
                "id": "6580"
              },
              "treeId": "41287",
              "level": "3",
              "id": "43506"
            },
            {
              "learningUnit": {
                "name": "Expanding Programming Skills",
                "type": "COURSE_UNIT",
                "credits": 5,
                "code": "4-AOT17",
                "id": "6579"
              },
              "treeId": "41287",
              "level": "3",
              "id": "43507"
            },
            {
              "learningUnit": {
                "name": "Game Programming",
                "type": "COURSE_UNIT",
                "credits": 3,
                "code": "4-00CC73",
                "id": "22977"
              },
              "treeId": "41287",
              "level": "3",
              "id": "43508"
            },
            {
              "learningUnit": {
                "name": "Floworks Projects",
                "type": "COURSE_UNIT",
                "credits": 6,
                "code": "4A00CI75",
                "id": "24306"
              },
              "treeId": "41287",
              "level": "3",
              "id": "45937"
            },
            {
              "learningUnit": {
                "name": "Project Studies 1",
                "type": "COURSE_UNIT",
                "credits": 6,
                "code": "4A00CI76",
                "id": "24307"
              },
              "treeId": "41287",
              "level": "3",
              "id": "45938"
            },
            {
              "learningUnit": {
                "name": "Implementing Web-application with Javascript Framework",
                "type": "COURSE_UNIT",
                "credits": 3,
                "code": "4A00CP09",
                "id": "25778"
              },
              "treeId": "41287",
              "level": "3",
              "id": "49919"
            },
            {
              "learningUnit": {
                "name": "ELECTIVE STUDIES",
                "luOptionality": "SOME_OF",
                "type": "STUDY_MODULE",
                "credits": 15,
                "code": "13TIKO-1012",
                "id": "22402"
              },
              "treeId": "41287",
              "level": "1",
              "id": "41380"
            },
            {
              "learningUnit": {
                "name": "PRACTICAL TRAINING",
                "luOptionality": "ALL_OF",
                "type": "STUDY_MODULE",
                "credits": 30,
                "code": "13TIKO-1013",
                "id": "22403"
              },
              "treeId": "41287",
              "level": "1",
              "id": "41381"
            },
            {
              "learningUnit": {
                "name": "Practical Training",
                "type": "COURSE_UNIT",
                "credits": 30,
                "code": "4-AHA",
                "id": "6621"
              },
              "treeId": "41287",
              "level": "2",
              "id": "41382"
            },
            {
              "learningUnit": {
                "name": "BACHELOR'S THESIS",
                "luOptionality": "ALL_OF",
                "type": "STUDY_MODULE",
                "credits": 15,
                "code": "13TIKO-1014",
                "id": "22404"
              },
              "treeId": "41287",
              "level": "1",
              "id": "41383"
            },
            {
              "learningUnit": {
                "name": "Bachelor’s Thesis",
                "type": "COURSE_UNIT",
                "credits": 15,
                "code": "4-AON",
                "id": "6758"
              },
              "treeId": "41287",
              "level": "2",
              "id": "41384"
            }
          ],
          "id": "41287"
        }
      ]
    }
  ],
  "status": "success"
}