├── .gitattributes
├── .gitignore
├── Absence API
├── Absence API - Readme.txt
├── v1
│ ├── Absence API v1 - Produktinformation.pdf
│ ├── Absence API v1 - Technical Specification.pdf
│ └── Schema
│ │ └── tieto-edu-absence-v1.xsd
└── v2
│ ├── Absence API v2 - Produktinformation.pdf
│ ├── Absence API v2 - Technical Specification.pdf
│ └── Schema
│ └── tieto-edu-absence-v2.xsd
├── Admission API
├── Admission API - Readme.txt
├── v1
│ ├── Admission API v1 - Produktinformation.pdf
│ ├── Admission API v1 - Technical Specification.pdf
│ └── Schema
│ │ ├── imslip_v1p0.xsd
│ │ └── tieto-edu-admission-v1.xsd
├── v2
│ ├── Admission API v2 - Produktinformation.pdf
│ ├── Admission API v2 - Technical Specification.pdf
│ └── Schema
│ │ └── tieto-edu-admission-v2.xsd
├── v3
│ ├── Admission API v3 - Produktinformation.pdf
│ ├── Admission API v3 - Technical Specification.pdf
│ └── Schema
│ │ └── tieto-edu-admission-v3.xsd
└── v4
│ ├── Admission API v4 - Produktinformation.docx
│ ├── Admission API v4 - Technical Specification.docx
│ └── Schema
│ └── tieto-edu-admission-v4.xsd
├── Application API
├── Application API - Readme.txt
└── v1
│ ├── Application API v1 - Technical document.md
│ └── Schema
│ └── tieto-edu-application-v1.xsd
├── Application Status API
├── ApplicationStatus API - Readme.txt
└── v1
│ ├── Application Status API Technical document.md
│ ├── Application Status API v1 - Produktinformation.md
│ └── Schema
│ └── tieto-edu-applicationstatus-v1.xsd
├── Archiving API
├── Archiving API - Readme.txt
└── v1
│ ├── Archiving API v1 - Produktinformation.pdf
│ ├── Archiving API v1 - Technical Specification.pdf
│ └── Schema
│ ├── ArchivingApi.json
│ └── FileDescription.xsd
├── Calendar API
├── Calendar API - Readme.txt
├── v1
│ ├── Calendar API v1 - Produktinformation.pdf
│ ├── Calendar API v1 - Technical Specification.pdf
│ └── Schema
│ │ └── tieto-edu-calendar-v1.xsd
└── v2
│ ├── Calendar API v2 - Produktinformation.pdf
│ ├── Calendar API v2 - Technical Specification.pdf
│ └── Schema
│ └── tieto-edu-calendar-v2.xsd
├── Document API
├── Document API - Readme.txt
├── v1
│ ├── Document API v1 - Produktinformation.pdf
│ ├── Document API v1 - Technical Specification.pdf
│ └── Schema
│ │ └── tieto-edu-document-v1.xsd
├── v2
│ ├── Document API v2 - Produktinformation.pdf
│ ├── Document API v2 - Technical Specification.pdf
│ └── Schema
│ │ └── tieto-edu-document-v2.xsd
└── v3
│ ├── Document API v3 - Produktinformation.pdf
│ ├── Document API v3 - Technical Specification.pdf
│ └── Schema
│ └── tieto-edu-document-v3.xsd
├── Employee API
├── Employee API - Readme.txt
└── v1
│ ├── Employee API v1 - Produktinformation.pdf
│ ├── Employee API v1 - Technical Specification.pdf
│ └── Schema
│ └── tieto-edu-employee-v1.xsd
├── LICENCE
├── Monitoring API
├── Monitoring API - Readme.txt
└── v1
│ ├── Monitoring API v1 - Produktinformation.pdf
│ ├── Monitoring API v1 - Technical Specification.pdf
│ └── Schema
│ └── tieto-edu-monitoring-v1.xsd
├── Offering API
├── Offering API - Readme.txt
├── v1
│ ├── Offering API v1 - Produktinformation.pdf
│ ├── Offering API v1 - Technical Specification.pdf
│ └── Schema
│ │ └── tieto-edu-offering-v1.xsd
└── v2
│ ├── Offering API v2 - Produktinformation.pdf
│ ├── Offering API v2 - Technical Specification.pdf
│ └── Schema
│ └── tieto-edu-offering-v2.xsd
├── Organization API
├── Organization API - Readme.txt
├── v10
│ ├── Organization API v10 - Produktinformation.pdf
│ ├── Organization API v10 - Technical Specification.pdf
│ └── Schema
│ │ └── tieto-edu-organization-v10.xsd
├── v3
│ ├── Organization API v3 - Produktinformation.pdf
│ ├── Organization API v3 - Technical Specification.pdf
│ └── Schema
│ │ └── tieto-edu-organization-v3.xsd
├── v4
│ ├── Organization API v4 - Produktinformation.pdf
│ ├── Organization API v4 - Technical Specification.pdf
│ └── Schema
│ │ └── tieto-edu-organization-v4.xsd
├── v5
│ ├── Organization API v5 - Produktinformation.pdf
│ ├── Organization API v5 - Technical Specification.pdf
│ └── Schema
│ │ └── tieto-edu-organization-v5.xsd
├── v6
│ ├── Organization API v6 - Produktinformation.pdf
│ ├── Organization API v6 - Technical Specification.pdf
│ └── Schema
│ │ └── tieto-edu-organization-v6.xsd
├── v7
│ ├── Organization API v7 - Produktinformation.pdf
│ ├── Organization API v7 - Technical Specification.pdf
│ └── Schema
│ │ └── tieto-edu-organization-v7.xsd
├── v8
│ ├── Organization API v8 - Produktinformation.pdf
│ ├── Organization API v8 - Technical Specification.pdf
│ └── Schema
│ │ └── tieto-edu-organization-v8.xsd
└── v9
│ ├── Organization API v9 - Produktinformation.pdf
│ ├── Organization API v9 - Technical Specification.pdf
│ └── Schema
│ └── tieto-edu-organization-v9.xsd
├── Outcome API
├── Outcome API - Readme.txt
├── v1
│ ├── Outcome API v1 - Produktinformation.pdf
│ ├── Outcome API v1 - Technical Specification.pdf
│ └── Schema
│ │ └── tieto-edu-outcome-v1.xsd
├── v2
│ ├── Outcome API v2 - Produktinformation.pdf
│ ├── Outcome API v2 - Technical Specification.pdf
│ └── Schema
│ │ └── tieto-edu-outcome-v2.xsd
├── v3
│ ├── Outcome API v3 - Produktinformation.pdf
│ ├── Outcome API v3 - Technical Specification.pdf
│ └── Schema
│ │ └── tieto-edu-outcome-v3.xsd
├── v4
│ ├── Outcome API v4 - Produktinformation.pdf
│ ├── Outcome API v4 - Technical Specification.pdf
│ └── Schema
│ │ └── tieto-edu-outcome-v4.xsd
└── v5
│ ├── Outcome API v5 - Produktinformation.pdf
│ ├── Outcome API v5 - Technical Specification.pdf
│ └── Schema
│ └── tieto-edu-outcome-v5.xsd
├── Person API
├── Person API - Readme.txt
├── v1
│ ├── Person API v1 - Produktinformation.pdf
│ ├── Person API v1 - Technical Specification.pdf
│ └── Schema
│ │ └── tieto-edu-person-v1.xsd
├── v2
│ ├── Person API v2 - Produktinformation.pdf
│ ├── Person API v2 - Technical Specification.pdf
│ └── Schema
│ │ └── tieto-edu-person-v2.xsd
├── v3
│ ├── Person API v3 - Produktinformation.pdf
│ ├── Person API v3 - Technical Specification.pdf
│ └── Schema
│ │ └── tieto-edu-person-v3.xsd
└── v4
│ ├── Person API v4 - Produktinformation.pdf
│ ├── Person API v4 - Technical Specification.pdf
│ └── Schema
│ └── tieto-edu-person-v4.xsd
├── Personnel API
├── Personnel API - Readme.txt
├── v1
│ ├── Personnel API v1 - Produktinformation.pdf
│ ├── Personnel API v1 - Technical Specification.pdf
│ └── Schema
│ │ └── tieto-edu-personnel-v1.xsd
├── v2
│ ├── Personnel API v2 - Produktinformation.pdf
│ ├── Personnel API v2 - Technical Specification.pdf
│ └── Schema
│ │ └── tieto-edu-personnel-v2.xsd
├── v3
│ ├── Personnel API v3 - Produktinformation.pdf
│ ├── Personnel API v3 - Technical Specification.pdf
│ └── Schema
│ │ └── tieto-edu-personnel-v3.xsd
├── v4
│ ├── Personnel API v4 - Produktinformation.pdf
│ ├── Personnel API v4 - Technical Specification.pdf
│ └── Schema
│ │ └── tieto-edu-personnel-v4.xsd
├── v5
│ ├── Personnel API v5 - Produktinformation.pdf
│ ├── Personnel API v5 - Technical Specification.pdf
│ └── Schema
│ │ └── tieto-edu-personnel-v5.xsd
├── v6
│ ├── Personnel API v6 - Produktinformation.pdf
│ ├── Personnel API v6 - Technical Specification.pdf
│ └── Schema
│ │ └── tieto-edu-personnel-v6.xsd
└── v8
│ ├── HRImport Employments.pdf
│ ├── Personnel API v8 - Produktinformation.pdf
│ ├── Personnel API v8 - Technical Specification.pdf
│ └── Schema
│ └── tieto-edu-personnel-v8.xsd
├── README.md
├── SS12000
├── Edlevo API struktur av SS12000.pdf
├── Edlevo mappning av Duty roles.pdf
└── SS12000 - dokumentation.pdf
├── Schedule API
├── Schedule API - Readme.txt
└── v1
│ ├── Schedule API v1 - Produktinformation.pdf
│ ├── Schedule API v1 - Technical Specification.pdf
│ └── Schema
│ └── tieto-edu-schedule-v1.xsd
├── School Search API
├── SchoolSearch API - Readme.txt
├── v1
│ ├── Schema
│ │ └── tieto-edu-schoolsearch-v1.xsd
│ ├── School Search API v1 - Produktinformation.md
│ └── School Search API v1 - Technical document.md
└── v2
│ ├── Schema
│ └── tieto-edu-schoolsearch-v2.xsd
│ ├── School Search API v2 - Produktinformation.md
│ └── School Search API v2 - Technical document.md
├── Shared
├── Images
│ ├── ASA.png
│ ├── ApiGears.png
│ ├── Application-v1.png
│ ├── Edlevo White on HB@2x-80.jpg
│ └── SchoolSearch-v1.png
└── Styling
│ └── Custom.css
├── Study Information API
├── StudyInformation API - Readme.txt
├── v1
│ ├── Schema
│ │ └── tieto-edu-studyinformation-v1.xsd
│ ├── StudyInformation API v1 - Produktinformation.pdf
│ └── StudyInformation API v1 - Technical Specification.pdf
├── v10
│ ├── Schema
│ │ └── tieto-edu-studyinformation-v10.xsd
│ ├── StudyInformation API v10 - Produktinformation.pdf
│ └── StudyInformation API v10 - Technical Specification.pdf
├── v2
│ ├── Schema
│ │ └── tieto-edu-studyinformation-v2.xsd
│ ├── StudyInformation API v2 - Produktinformation.pdf
│ └── StudyInformation API v2 - Technical Specification.pdf
├── v3
│ ├── Schema
│ │ └── tieto-edu-studyinformation-v3.xsd
│ ├── StudyInformation API v3 - Produktinformation.pdf
│ └── StudyInformation API v3 - Technical Specification.pdf
├── v4
│ ├── Schema
│ │ └── tieto-edu-studyinformation-v4.xsd
│ ├── StudyInformation API v4 - Produktinformation.pdf
│ └── StudyInformation API v4 - Technical Specification.pdf
├── v5
│ ├── Schema
│ │ └── tieto-edu-studyinformation-v5.xsd
│ ├── StudyInformation API v5 - Produktinformation.pdf
│ └── StudyInformation API v5 - Technical Specification.pdf
└── v8
│ ├── Schema
│ └── tieto-edu-studyinformation-v8.xsd
│ ├── StudyInformation API v8 - Produktinformation.pdf
│ └── StudyInformation API v8 - Technical Specification.pdf
├── System API
├── System API - Readme.txt
└── v1
│ └── System API v1 - Technical Specification.pdf
├── Tieto Education APIs - Produktinformation.pdf
└── _config.yml
/.gitattributes:
--------------------------------------------------------------------------------
1 | # Auto detect text files and perform LF normalization
2 | * text=auto
3 |
4 | # Custom for Visual Studio
5 | *.cs diff=csharp
6 | *.sln merge=union
7 | *.csproj merge=union
8 | *.vbproj merge=union
9 | *.fsproj merge=union
10 | *.dbproj merge=union
11 |
12 | # Standard to msysgit
13 | *.doc diff=astextplain
14 | *.DOC diff=astextplain
15 | *.docx diff=astextplain
16 | *.DOCX diff=astextplain
17 | *.dot diff=astextplain
18 | *.DOT diff=astextplain
19 | *.pdf diff=astextplain
20 | *.PDF diff=astextplain
21 | *.rtf diff=astextplain
22 | *.RTF diff=astextplain
23 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | # Windows image file caches
2 | Thumbs.db
3 | ehthumbs.db
4 |
5 | # Folder config file
6 | Desktop.ini
7 |
8 | # Recycle Bin used on file shares
9 | $RECYCLE.BIN/
10 |
11 | # Windows Installer files
12 | *.cab
13 | *.msi
14 | *.msm
15 | *.msp
16 |
17 | # =========================
18 | # Operating System Files
19 | # =========================
20 |
21 | # OSX
22 | # =========================
23 |
24 | .DS_Store
25 | .AppleDouble
26 | .LSOverride
27 |
28 | # Icon must end with two \r
29 | Icon
30 |
31 | # Thumbnails
32 | ._*
33 |
34 | # Files that might appear on external disk
35 | .Spotlight-V100
36 | .Trashes
37 |
38 | # Directories potentially created on remote AFP share
39 | .AppleDB
40 | .AppleDesktop
41 | Network Trash Folder
42 | Temporary Items
43 | .apdisk
44 |
--------------------------------------------------------------------------------
/Absence API/Absence API - Readme.txt:
--------------------------------------------------------------------------------
1 | ————————————————————————————————————————————————————————
2 | Absence API
3 | Version: 2.0.0
4 | ————————————————————————————————————————————————————————
5 |
6 | 1.0.0 Initial version
7 |
8 | 1.0.1 Following changes has been done:
9 | - Added Social Security Number as optional input
10 | - Fixed faulty UnitId name
11 | - Added more info about Units, CourseOrSubject, GroupOrClass
12 | - Added ReportAbsence
13 |
14 | 2.0.0
15 | - Added Preschool
16 | - Refactored output
17 |
18 | 2.0.1
19 | - Added UnitId as optional input parameter
20 |
21 | 2.0.2
22 | - Clarification regarding end date in queries
--------------------------------------------------------------------------------
/Absence API/v1/Absence API v1 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Absence API/v1/Absence API v1 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Absence API/v1/Absence API v1 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Absence API/v1/Absence API v1 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Absence API/v1/Schema/tieto-edu-absence-v1.xsd:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 | Tieto Education - XML schema for abcense and presence.
9 | Version: 1.0
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
110 |
111 |
112 |
--------------------------------------------------------------------------------
/Absence API/v2/Absence API v2 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Absence API/v2/Absence API v2 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Absence API/v2/Absence API v2 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Absence API/v2/Absence API v2 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Absence API/v2/Schema/tieto-edu-absence-v2.xsd:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 | Tieto Education - XML schema for abcense and presence.
9 | Version: 2.0
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 |
117 |
118 |
119 |
120 |
121 |
122 |
123 |
124 |
125 |
126 |
127 |
128 |
129 |
--------------------------------------------------------------------------------
/Admission API/Admission API - Readme.txt:
--------------------------------------------------------------------------------
1 | ————————————————————————————————————————————————————————
2 | ADMISSION API
3 | Version: 4.0.0
4 | ————————————————————————————————————————————————————————
5 | 1.0 Initial version
6 |
7 | 1.0.2 Following changes has been done:
8 | - added the attribute "program.schoolyear" for
9 | external students
10 |
11 | 1.0.3 Following changes has been done:
12 | - Import placement and cost at the same time for
13 | external students (ÄB-4)
14 |
15 | 1.0.4 Following changes has been done:
16 | - Added firstname and lastname to student
17 |
18 | 1.0.5 Following changes has been done:
19 | - Changed "Lifecare Exchange Services" to
20 | "Lifecare Education APIs".
21 |
22 | 2.0.0 Initial version
23 | - Added a properties element
24 | - Changed attributes unit and program to not required
25 | - Added possibility ta add only exam
26 | - Added municipalitycode for student
27 |
28 | 2.0.1 Following changes has been done:
29 | - Firstname and lastname not required
30 | - Added municipalitycode for student
31 | - Modified properties
32 |
33 | 2.0.2 Following changes has been done:
34 | - Change "Lifecare Education API Services" to
35 | "Tieto Education APIs".
36 |
37 | 3.0.0 Following changes has been done:
38 | - Added study certificate
39 |
40 | 4.0.0 Following changes has been done:
41 | - Extended the GovernedBy enumerator
42 |
43 |
--------------------------------------------------------------------------------
/Admission API/v1/Admission API v1 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Admission API/v1/Admission API v1 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Admission API/v1/Admission API v1 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Admission API/v1/Admission API v1 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Admission API/v1/Schema/tieto-edu-admission-v1.xsd:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 | Tieto Education - XML schema for import of external students and education costs
9 | Version: 1.0
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
--------------------------------------------------------------------------------
/Admission API/v2/Admission API v2 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Admission API/v2/Admission API v2 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Admission API/v2/Admission API v2 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Admission API/v2/Admission API v2 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Admission API/v2/Schema/tieto-edu-admission-v2.xsd:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 | Tieto Education - XML schema for import of external students and education costs
9 | Version: 1.0
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
--------------------------------------------------------------------------------
/Admission API/v3/Admission API v3 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Admission API/v3/Admission API v3 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Admission API/v3/Admission API v3 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Admission API/v3/Admission API v3 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Admission API/v3/Schema/tieto-edu-admission-v3.xsd:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 | Tieto Education - XML schema for import of external students and education costs
9 | Version: 1.0
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
--------------------------------------------------------------------------------
/Admission API/v4/Admission API v4 - Produktinformation.docx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Admission API/v4/Admission API v4 - Produktinformation.docx
--------------------------------------------------------------------------------
/Admission API/v4/Admission API v4 - Technical Specification.docx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Admission API/v4/Admission API v4 - Technical Specification.docx
--------------------------------------------------------------------------------
/Admission API/v4/Schema/tieto-edu-admission-v4.xsd:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 | Tieto Education - XML schema for import of external students and education costs
9 | Version: 4.0
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
--------------------------------------------------------------------------------
/Application API/Application API - Readme.txt:
--------------------------------------------------------------------------------
1 | ————————————————————————————————————————————————————————
2 | APPLICATION API
3 | Version: 1.0.0
4 | ————————————————————————————————————————————————————————
5 | 1.0 Initial version
6 |
7 | 1.0.1 Update with info about url and path
8 |
9 |
10 |
--------------------------------------------------------------------------------
/Application API/v1/Application API v1 - Technical document.md:
--------------------------------------------------------------------------------
1 |
2 |
26 |
27 | # Technical Specification API
28 | ## Application API
29 |
30 |
31 |
32 |
33 |
34 | [comment]: # (Page break)
35 |
37 |
38 | ## **Table of Contents**
39 |
40 |
41 |
42 | [**1 Introduction**](#introduction)
43 |
44 | - [**1.1 Prerequisites**](#prerequisites)
45 |
46 | - [**1.2 Endpoints**](#endpoints)
47 |
48 | [**2 Supported school types**](#supported-school-types)
49 |
50 | [**3 Application API**](#application-api)
51 |
52 | - [**3.1 Domain model**](#dm)
53 |
54 | - [**3.2 Entities**](#entities)
55 |
56 | - [**3.2.1 Applicant Document**](#applicant-document)
57 |
58 | [**4 Services**](#services)
59 |
60 | - [**4.1 Update Applicant Document Service**](#update-applicant-document-service)
61 |
62 |
63 |
64 |
65 |
66 |
67 | [comment]: # (Page break)
68 |
147 |
148 |
149 |
150 | ## 3 Application
151 |
152 |
153 |
154 |
155 |
156 | ### **3.1 Domain model**
157 |
158 |
159 |
160 |
161 | This chapter describe the Application entities and their attributes.
162 |
163 |
164 |
165 | 
166 |
167 |
168 |
169 |
170 |
171 | ### **3.2 Entities**
172 |
173 |
174 |
175 |
176 | #### **3.2.1 Applicant Document**
177 |
178 |
179 |
180 | Attributes for applicant document attributes.
181 |
182 | | Name | Description | Read-only |
183 | | ---------------------------------- | --------------------------------------- | --------- |
184 | | applicantid | SSN for the applicant | N |
185 | | schooltype | The school type for the applicant
Following types are defined
SF (Svenska för invandrare)
| N |
186 | | typeofdocument | Type of document to be stored
Following types are defined
| N |
187 | | filename | Name of the file to be stored | N |
188 | | filecontent | Content of the file as a Base64 encoded string | N |
189 |
190 |
191 |
192 |
193 |
194 |
195 | [comment]: # (Page break)
196 |
197 |
198 |
199 |
200 |
201 |
202 | ## 4 Services
203 |
204 |
205 |
206 | All services are based on HTTP REST technology. "Get services" are using the method HTTP GET. "Update services" are using the method HTTP POST.
207 |
208 |
209 |
210 |
211 |
212 | ### **4.1 Update Applicant Document Service**
213 |
214 |
215 |
216 | This service stores a document for an applicant.
217 | The maximum size of a file is 22MB.
218 |
219 | If Edlevo already contains a document for the person with the same school type, document type and file name, that document is overwritten by the file content in the request.
220 |
221 | A successful storing of the document returns an HTTP 200 statuc code.
222 |
223 | Any validation error of the input returns an HTTP 400 status code.
224 |
225 | Other types of errors returns an HTTP 500 status code.
226 |
227 | **Services :**
228 |
229 | | Service| Description|
230 | | ------ | ---------- |
231 | |UpdateAdultApplicantDocument| Save a document for an adult applicant.|
232 |
233 |
234 |
235 |
--------------------------------------------------------------------------------
/Application API/v1/Schema/tieto-edu-application-v1.xsd:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 | Tieto Education - XML schema for Application API
9 | Version: 1.0
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
--------------------------------------------------------------------------------
/Application Status API/ApplicationStatus API - Readme.txt:
--------------------------------------------------------------------------------
1 | ————————————————————————————————————————————————————————
2 | APPLICATION STATUS API
3 | Version: 1.0.0
4 | ————————————————————————————————————————————————————————
5 | 1.0 Initial version
--------------------------------------------------------------------------------
/Archiving API/Archiving API - Readme.txt:
--------------------------------------------------------------------------------
1 | ————————————————————————————————————————————————————————
2 | Archiving API
3 | Version: 1.0.0
4 | ————————————————————————————————————————————————————————
5 | 1.0 Initial version
6 |
--------------------------------------------------------------------------------
/Archiving API/v1/Archiving API v1 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Archiving API/v1/Archiving API v1 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Archiving API/v1/Archiving API v1 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Archiving API/v1/Archiving API v1 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Archiving API/v1/Schema/ArchivingApi.json:
--------------------------------------------------------------------------------
1 | {
2 | "swagger": "2.0",
3 | "info": {
4 | "version": "v1",
5 | "title": "Archiving API v1"
6 | },
7 | "schemes": [
8 | "https"
9 | ],
10 | "paths": {
11 | "/api/v1/ExternalArchive/GetNewCollections": {
12 | "get": {
13 | "tags": [
14 | "ExternalArchive"
15 | ],
16 | "summary": "Get all collections not previously tranferred to external archive.",
17 | "operationId": "ExternalArchive_GetNewCollections",
18 | "consumes": [],
19 | "produces": [
20 | "application/json"
21 | ],
22 | "responses": {
23 | "200": {
24 | "description": "OK",
25 | "schema": {
26 | "type": "array",
27 | "items": {
28 | "format": "uuid",
29 | "type": "string",
30 | "example": "00000000-0000-0000-0000-000000000000"
31 | }
32 | }
33 | }
34 | }
35 | }
36 | },
37 | "/api/v1/ExternalArchive/GetCollection": {
38 | "get": {
39 | "tags": [
40 | "ExternalArchive"
41 | ],
42 | "summary": "Returns a selection together with files according to FGS packet structure for e-archives.",
43 | "operationId": "ExternalArchive_GetCollection",
44 | "consumes": [],
45 | "produces": [
46 | "application/json"
47 | ],
48 | "parameters": [
49 | {
50 | "name": "collectionId",
51 | "in": "query",
52 | "description": "Id for selection history that should be transferred.",
53 | "required": true,
54 | "type": "string",
55 | "format": "uuid"
56 | }
57 | ],
58 | "responses": {
59 | "200": {
60 | "description": "OK",
61 | "schema": {
62 | "type": "object"
63 | }
64 | }
65 | }
66 | }
67 | },
68 | "/api/v1/ExternalArchive/MarkCollectionAsTransferred": {
69 | "post": {
70 | "tags": [
71 | "ExternalArchive"
72 | ],
73 | "summary": "Marks transferred collection as transferred and remove locally stored files.",
74 | "operationId": "ExternalArchive_MarkCollectionAsTransferred",
75 | "consumes": [
76 | "application/json"
77 | ],
78 | "produces": [
79 | "application/json"
80 | ],
81 | "parameters": [
82 | {
83 | "name": "archiveUpdatedModel",
84 | "in": "body",
85 | "description": "Internal and external ids.",
86 | "required": true,
87 | "schema": {
88 | "$ref": "#/definitions/ArchiveUpdatedModel"
89 | }
90 | }
91 | ],
92 | "responses": {
93 | "200": {
94 | "description": "OK",
95 | "schema": {
96 | "type": "object"
97 | }
98 | }
99 | }
100 | }
101 | }
102 | },
103 | "definitions": {
104 | "ArchiveUpdatedModel": {
105 | "description": "Contains result after sending to external storage.",
106 | "type": "object",
107 | "properties": {
108 | "collectionId": {
109 | "format": "uuid",
110 | "description": "Gets or sets collection Id.",
111 | "type": "string",
112 | "example": "00000000-0000-0000-0000-000000000000"
113 | },
114 | "success": {
115 | "description": "Gets or sets a value indicating whether the collection was sucessfully stored in external storage.",
116 | "type": "boolean"
117 | },
118 | "externallyArchivedIds": {
119 | "description": "Gets or sets internal ids grouped with corresponding external ids.",
120 | "type": "object",
121 | "additionalProperties": {
122 | "type": "string"
123 | }
124 | }
125 | }
126 | }
127 | },
128 | "securityDefinitions": {
129 | "LicenseKey": {
130 | "type": "apiKey",
131 | "name": "LicenseKey",
132 | "in": "query"
133 | }
134 | }
135 | }
--------------------------------------------------------------------------------
/Archiving API/v1/Schema/FileDescription.xsd:
--------------------------------------------------------------------------------
1 |
2 |
8 |
9 |
10 |
11 | Tieto Education - XML schema for Archiving File Description.
12 | Version: 1.0
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
--------------------------------------------------------------------------------
/Calendar API/Calendar API - Readme.txt:
--------------------------------------------------------------------------------
1 | ————————————————————————————————————————————————————————
2 | Calendar API
3 | Version: 2.0.0
4 | ————————————————————————————————————————————————————————
5 | 1.0 Initial version with Calendar Events
6 | 1.1 Added SocialSecurityNumber
7 | 2.0 Added Preschool
8 |
--------------------------------------------------------------------------------
/Calendar API/v1/Calendar API v1 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Calendar API/v1/Calendar API v1 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Calendar API/v1/Calendar API v1 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Calendar API/v1/Calendar API v1 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Calendar API/v1/Schema/tieto-edu-calendar-v1.xsd:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 | Tieto Education - XML schema for calendar information.
9 | Version: 1.0
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
--------------------------------------------------------------------------------
/Calendar API/v2/Calendar API v2 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Calendar API/v2/Calendar API v2 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Calendar API/v2/Calendar API v2 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Calendar API/v2/Calendar API v2 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Calendar API/v2/Schema/tieto-edu-calendar-v2.xsd:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 | Tieto Education - XML schema for calendar information.
9 | Version: 1.0
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
--------------------------------------------------------------------------------
/Document API/Document API - Readme.txt:
--------------------------------------------------------------------------------
1 | ————————————————————————————————————————————————————————
2 | DOCUMENT API
3 | Version: 3.0.0
4 | ————————————————————————————————————————————————————————
5 | 1.0 Initial version
6 |
7 | 1.0.1 Following changes has been done:
8 | - Added studentid in document link
9 | - Added support for schooltype KV
10 |
11 | 1.0.2 Following changes has been done:
12 | - Changed "Lifecare Exchange Services" to
13 | "Lifecare Education API Services".
14 |
15 | 1.0.3 Following changes has been done:
16 | - Added properties.
17 |
18 | 1.0.4 Following changes has been done:
19 | - Changed "Lifecare Education API Services" to
20 | "Tieto Education APIs".
21 |
22 | 2.0 Following changes has been done:
23 | - Added new type to document links "OwnDocument"
24 |
25 | 2.0.1 Following changes has been done:
26 | - Added update document links for PreSchool and LeisureTimeCenter
27 |
28 | 2.0.2 Following changes has been done:
29 | - Added all remaining schooltypes for update document links
30 |
31 | 2.0.3 Following changes has been done:
32 | - Changed "Lifecare Education API Services" to
33 | "Tieto Education APIs".
34 |
35 | 3.0.0 Following changes has been done:
36 | - Added new API services for document archiving functionality.
37 | - Following are the services:
38 | - GetCompulsorySchoolReportDocumentIds
39 | - GetCompulsorySchoolReportDocumentById
40 | - Parameters for GetCompulsorySchoolReportDocumentById
41 | - UpdateCompulsorySchoolReportDocument
42 |
43 |
--------------------------------------------------------------------------------
/Document API/v1/Document API v1 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Document API/v1/Document API v1 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Document API/v1/Document API v1 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Document API/v1/Document API v1 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Document API/v1/Schema/tieto-edu-document-v1.xsd:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 | Tieto Education - XML schema for Document API
9 | Version: 1.0
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
--------------------------------------------------------------------------------
/Document API/v2/Document API v2 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Document API/v2/Document API v2 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Document API/v2/Document API v2 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Document API/v2/Document API v2 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Document API/v2/Schema/tieto-edu-document-v2.xsd:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 | Tieto Education - XML schema for Document API
9 | Version: 2.0
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
--------------------------------------------------------------------------------
/Document API/v3/Document API v3 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Document API/v3/Document API v3 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Document API/v3/Document API v3 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Document API/v3/Document API v3 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Document API/v3/Schema/tieto-edu-document-v3.xsd:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 | Tieto Education - XML schema for Document API
9 | Version: 3.0
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 |
117 |
118 |
119 |
120 |
121 |
122 |
123 |
124 |
125 |
126 |
127 |
128 |
129 |
130 |
131 |
132 |
133 |
134 |
135 |
136 |
137 |
138 |
139 |
140 |
141 |
142 |
143 |
144 |
145 |
146 |
147 |
148 |
149 |
150 |
151 |
152 |
153 |
154 |
155 |
156 |
157 |
158 |
159 |
160 |
161 |
162 |
163 |
164 |
165 |
166 |
167 |
168 |
--------------------------------------------------------------------------------
/Employee API/Employee API - Readme.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Employee API/Employee API - Readme.txt
--------------------------------------------------------------------------------
/Employee API/v1/Employee API v1 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Employee API/v1/Employee API v1 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Employee API/v1/Employee API v1 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Employee API/v1/Employee API v1 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Employee API/v1/Schema/tieto-edu-employee-v1.xsd:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 | Tieto Education - XML schema for employees
9 | Version: 1.0
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
--------------------------------------------------------------------------------
/LICENCE:
--------------------------------------------------------------------------------
1 | The MIT License (MIT)
2 |
3 | Copyright (c) 2018 Tieto Sweden AB
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in
13 | all copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
17 |
--------------------------------------------------------------------------------
/Monitoring API/Monitoring API - Readme.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Monitoring API/Monitoring API - Readme.txt
--------------------------------------------------------------------------------
/Monitoring API/v1/Monitoring API v1 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Monitoring API/v1/Monitoring API v1 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Monitoring API/v1/Monitoring API v1 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Monitoring API/v1/Monitoring API v1 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Monitoring API/v1/Schema/tieto-edu-monitoring-v1.xsd:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 | Tieto Education - XML schema for abcense and presence.
9 | Version: 1.0
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
--------------------------------------------------------------------------------
/Offering API/Offering API - Readme.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Offering API/Offering API - Readme.txt
--------------------------------------------------------------------------------
/Offering API/v1/Offering API v1 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Offering API/v1/Offering API v1 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Offering API/v1/Offering API v1 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Offering API/v1/Offering API v1 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Offering API/v1/Schema/tieto-edu-offering-v1.xsd:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 | Tieto Education - XML schema for offerings.
9 | Version: 1.0
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
--------------------------------------------------------------------------------
/Offering API/v2/Offering API v2 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Offering API/v2/Offering API v2 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Offering API/v2/Offering API v2 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Offering API/v2/Offering API v2 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Offering API/v2/Schema/tieto-edu-offering-v2.xsd:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 | Tieto Education - XML schema for offerings.
9 | Version: 2.0
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 |
117 |
118 |
119 |
120 |
121 |
122 |
123 |
124 |
125 |
126 |
127 |
128 |
129 |
130 |
131 |
132 |
133 |
134 |
135 |
136 |
137 |
138 |
139 |
--------------------------------------------------------------------------------
/Organization API/Organization API - Readme.txt:
--------------------------------------------------------------------------------
1 | ————————————————————————————————————————————————————————
2 | ORGANIZATION API
3 | Version: 10.0.0
4 | ————————————————————————————————————————————————————————
5 | 1.0 Initial version
6 |
7 | 1.0.1 Following changes has been done:
8 | - the sourcedid attribute "source" is now set to
9 | the code for school type.
10 | - personextension, groupextension and
11 | membershipextension has been included in the
12 | main XML schema.
13 | - the XML schemas for personextension,
14 | groupextension and membershipextension has been
15 | removed, which means that there is only one
16 | XML schema for the Organization API.
17 | - "grouptype.typevalue.level" is always set to
18 | "1"
19 | - "member.role.status" is always set to "1",
20 | which means that the member is active
21 | - the group extension attribute "period" has
22 | been removed from class.
23 | - the person extension "populationkeycode" has
24 | been renamed to "geographickeycode"
25 | - the person extensions "populationcityarea"
26 | and "populationcityadmin" has been removed.
27 | - period type is now an enum type
28 | - added Years period
29 | - added subject code and subject name as
30 | attributes for class
31 | - a new roletype ("Principal") has been added,
32 | for principals.
33 | - added a new group extension called id.
34 | - changed name for the service parameter
35 | "SchoolUnitId" to "UnitId"
36 | - miscellaneous improvements in the
37 | documentation
38 | - read-only columns for person and unit updated
39 | - added schoolunitcode as membershipextension.
40 | It is used in unit-principal relations
41 | - removed school type from sourcedid.source
42 | - removed schoolunitcode from "principal person"
43 | - added a person extension called "status"
44 | - changed restrictions for service parameters
45 | for dates.
46 |
47 | 1.0.2 Following changes has been done:
48 | - added a new type of group called "MentorGroup"
49 | - the groupextension "schooltype" now contains
50 | all school types at unit.
51 | - added "programprofile" and "programvariant" as
52 | personextensions.
53 | - updated delta export use cases.
54 | - updated description of person id format
55 | - updated organization exemple diagrams in
56 | technical specification.
57 |
58 | 1.0.3 Following changes has been done:
59 | - changed type for the membership extension
60 | "schoolunitcode". "schoolunitcode" is now an
61 | array of strings.
62 | - updated "Examples of structures and mappings".
63 |
64 | 1.0.4 Following changes has been done:
65 | - added description for "recstatus" for person,
66 | group and membership.member.role.
67 | - removed group.description.long.
68 | - removed group.extension.point.
69 | - added group.extension.hours.
70 | - updated "Delta export of organization"
71 |
72 | 1.0.5 Following changes has been done:
73 | - added membership role Responsible
74 | - excluded all preliminary placements
75 | - added schooltype in properties
76 |
77 | 1.0.6 Following changes has been done:
78 | - added mainunitname to groupextensions for units
79 |
80 | 1.0.7 Following changes has been done:
81 | - renamed mainunitname to officialunitname
82 |
83 | 1.0.8 Following changes has been done:
84 | - Changed "Lifecare Exchange Services" to
85 | "Lifecare Education API Services".
86 |
87 | 1.0.9 Following changes has been done:
88 | - Minor changes
89 |
90 | 1.0.10 Following changes has been done:
91 | - Documentation of delta export use cases
92 |
93 | 1.0.11 Following changes has been done:
94 | - Changed "Lifecare Education API Services" to
95 | "Tieto Education APIs".
96 |
97 | 2.0 Following changes has been done:
98 | - added services for creating/adding education groups
99 | - moved programcode, programprofile, programvariant
100 | from person to membership
101 | - removed employmentstart and employmentend from
102 | person
103 | - added email address for units
104 |
105 | 2.0.1 Following changes has been done:
106 | - updated services for adding/updating education groups
107 | - added mainunitname for units
108 |
109 | 2.0.2 Following changes has been done:
110 | - changed name for services from "UpdateXXXEducationGroup"
111 | to "UpdateXXXGroup"
112 |
113 | 2.0.3 Following changes has been done:
114 | - renamed mainunitname to officialunitname
115 |
116 | 2.0.4 Following changes has been done:
117 | - added new membership extension called hours, which
118 | will be used in relation between teacher and group/class
119 |
120 | 2.0.5 Following changes has been done:
121 | - membership extensions grouped by relation type
122 | - added english name for course and subject
123 |
124 | 2.0.6 Following changes has been done:
125 | - removed personextension "schoolunitcode"
126 |
127 | 2.0.7 Following changes has been done:
128 | - removed english names for subjects and courses
129 | (they will be available in the Study Information API)
130 | - removed groupextensions "hours"
131 | (hours are available in relations)
132 |
133 | 2.0.8 Following changes has been done:
134 | - added support for schedule groups
135 | - added a new attribute in relation between student
136 | and course. The attribute is called "cancelled"
137 |
138 | 2.0.9 Following changes has been done:
139 | - added timeframe attribute in properties
140 | - the attribute properties/type is now an enum
141 |
142 | 2.0.10 Following changes has been done:
143 | - Changed "Lifecare Exchange Services" to
144 | "Lifecare Education API Services".
145 |
146 | 2.0.11 Following changes has been done:
147 | - Minor changes
148 |
149 | 2.0.12 Following changes has been done:
150 | - Documentation of delta export use cases
151 |
152 | 2.0.13 Following changes has been done:
153 | - Added points to course groups
154 |
155 | 2.0.14 Following changes has been done:
156 | - Changed "Lifecare Education API Services" to
157 | "Tieto Education APIs".
158 |
159 | 3.0 Following changes has been done:
160 | - Removed Course groups and Subject groups
161 | - Removed attribute signature and emailwork for teacher
162 | - Added list of responsibility, list of activity and placement to membershipextensions.
163 | - Moved attributes from membershipextension to responsibility, activity and placement.
164 | - Support for many placements in same class for a studnet
165 | - Support for many activities in same group for a studnet
166 |
167 | 3.0.1 Following changes has been done:
168 | - Changed placement to list of placements
169 |
170 | 3.0.2 Following changes has been done:
171 | - Added support for middlename
172 |
173 | 3.0.3 Following changes has been done:
174 | - Added realestate to altadr
175 | - Added area as roletype for usage in municipal organization
176 |
177 | 3.0.4 Following changes has been done:
178 | - Updated use case documentation for delta
179 | - Updated what available delta functions exists
180 |
181 | 3.0.5 Following changes has been done:
182 | - Removed reference to service (delta for leisure time center) not supported in this version
183 |
184 | 3.0.6 Following changes has been done:
185 | - Added reference to service delta for leisure time center
186 |
187 | 3.0.7 Following changes has been done:
188 | - Changed "Lifecare Education API Services" to
189 | "Tieto Education APIs".
190 |
191 | 4.0 Following changes has been done:
192 | - Added vistingaddress for unit
193 | - Added resident status for person
194 | - Added integrated schooltype
195 |
196 | 4.0.1 Following changes has been done:
197 | - SubjectCode and CourseCode removed from group extension
198 |
199 | 4.0.2 Following changes has been done:
200 | - Added properties courseid and subjectid in activity extension in role
201 |
202 | 4.0.3 Following changes has been done:
203 | - Updated use case documentation for delta
204 | - Updated what available delta functions exists
205 |
206 | 4.0.4 Following changes has been done:
207 | - Updated use case documentation for delta
208 |
209 | 4.0.5 Following changes has been done:
210 | - Added property recommededsubjectcode in activity extension in role
211 |
212 | 4.0.6 Following changes has been done:
213 | - Changed "Lifecare Education API Services" to
214 | "Tieto Education APIs".
215 |
216 |
217 | 5.0 Following changes has been done:
218 | - Changed email to emailhome for person
219 | - Added emailworkschool to person
220 | - Added organizernumber to unit
221 | - Removed responsible role type
222 | - Added use of manager role type
223 | - Added group type ProfitCenter in municipal export
224 | - Unified calls for municipal export into one call for all school types
225 |
226 | 5.0.1 Following changes has been done:
227 | - Added role type "Organization", and property type "MunicipalOrganization" in schema file
228 | - Added description of the Area and Organization group in Product Information
229 | - In Technical Specification:
230 | + Updated pictures in ch 3.2
231 | + Updated text about Municipal organization in ch 5 and 6.5
232 | + Changes in description of Use Cases in ch 6.2.1
233 |
234 | 5.0.2 Following changes has been done:
235 | - Added Use Case description for Department Groups
236 |
237 | 5.0.3 Following changes has been done:
238 | - Changed "Lifecare Education API Services" to
239 | "Tieto Education APIs".
240 |
241 | 5.0.4 Following changes has been done:
242 | - Added organizationtypecode for organizations
243 | - Added organizationtypename for organizations
244 |
245 | 6.0.0 Following changes has been done:
246 | - Added id in Period
247 | - Added vigonumber field in groupextension
248 | - Added gsinumber field in groupextension
249 | - Added organizationnumber field in groupextension
250 | - Added support for fetching teacher organization
251 |
252 | 7.0.0 Following changes has been done:
253 | - Added mentor element to membership extensions
254 |
255 | 7.0.1 Following changes has been done:
256 | - Removed PersonId argument for Get*Organization methods
257 |
258 | 7.0.2 Following changes has been done:
259 | - Updated structure examples for Compulsory and Upper Secondary School
260 |
261 | 8.0.0 Following changes has been done:
262 | - Added new group type: ExamGroup
263 | - Added new fields for group: subgrouptype and notes
264 |
265 | 9.0.0 Following changes has been done:
266 | - The privacy field for persons has changed type
267 | - A new field for units has been added - oidcode
268 | - A new field for units has been added - childactivitycode
269 | - A new field for groups has been added - profile
270 | - Endpoints for retrieving school placements added
271 | - Two new endpoints for teacher organization added
272 |
273 | All versions 5 and up:
274 | Following changes has been done for all versions:
275 | - Two new filtering parameters have been added for Complete export
276 | - MunicipalityCode
277 | - GovernedBy
278 |
279 | 10.0.0 Following changes has been done:
280 | - Added field for proposed unit placement in GetStudentOrganization for CS
281 |
282 | All versions 5 and up:
283 | Following changes has been done for all versions:
284 | - Two new filtering parameters have been added for Delta export
285 | - MunicipalityCode
286 | - GovernedBy
287 |
288 |
--------------------------------------------------------------------------------
/Organization API/v10/Organization API v10 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Organization API/v10/Organization API v10 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Organization API/v10/Organization API v10 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Organization API/v10/Organization API v10 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Organization API/v3/Organization API v3 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Organization API/v3/Organization API v3 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Organization API/v3/Organization API v3 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Organization API/v3/Organization API v3 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Organization API/v4/Organization API v4 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Organization API/v4/Organization API v4 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Organization API/v4/Organization API v4 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Organization API/v4/Organization API v4 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Organization API/v5/Organization API v5 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Organization API/v5/Organization API v5 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Organization API/v5/Organization API v5 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Organization API/v5/Organization API v5 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Organization API/v6/Organization API v6 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Organization API/v6/Organization API v6 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Organization API/v6/Organization API v6 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Organization API/v6/Organization API v6 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Organization API/v7/Organization API v7 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Organization API/v7/Organization API v7 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Organization API/v7/Organization API v7 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Organization API/v7/Organization API v7 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Organization API/v8/Organization API v8 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Organization API/v8/Organization API v8 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Organization API/v8/Organization API v8 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Organization API/v8/Organization API v8 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Organization API/v9/Organization API v9 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Organization API/v9/Organization API v9 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Organization API/v9/Organization API v9 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Organization API/v9/Organization API v9 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Outcome API/Outcome API - Readme.txt:
--------------------------------------------------------------------------------
1 | ————————————————————————————————————————————————————————
2 | OUTCOME API 1
3 | Version: 5.0.0
4 | ————————————————————————————————————————————————————————
5 | 1.0 Initial version
6 |
7 | 1.0.1 Following changes has been done:
8 | - Removed extended and corrected from
9 | CourseGrade
10 | - Removed extended and corrected from
11 | CourseReportGrade
12 | - Removed corrected from SubjectGrade
13 | - Removed corrected from SubjectReportGrade
14 | - Added date to SubjectGrade
15 | - Renamed referstofinalgrade to finalgrade for
16 | SubjectGrade and SubjectReportGrade
17 | - Added period to SubjectReportGrade
18 | - Renamed coursereportgrade to grades in the
19 | reports
20 | - Renamed subjectreportgrade to grades in the
21 | reports
22 | - Changed some properties from string to
23 | boolean
24 | - Removed assessor from Report
25 |
26 | 1.0.2 Following changes has been done:
27 | - Updated description of person id format
28 |
29 | 1.0.3 Following changes has been done:
30 | - Added groupid to coursegrade
31 | - Moved unit from gradeoutcome to coursegrade
32 | and subjectgrade
33 |
34 | 1.0.4 Following changes has been done:
35 | - Added courselevel to report grades
36 | - Added basiceligibility to reports
37 |
38 | 1.0.5 Following changes has been done:
39 | - Changed "Lifecare Exchange Services" to
40 | "Lifecare Education API Services".
41 |
42 | 1.0.6 Following changes has been done:
43 | - Clarified that when importing grades,
44 | old grades not mentioned in the input
45 | are removed from BER.
46 |
47 | 1.0.7 Following changes has been done:
48 | - Changed "Lifecare Education API Services" to
49 | "Tieto Education APIs".
50 |
51 | 2.0 Following changes has been done:
52 | - Added course assessments
53 | - Added subject assessments
54 |
55 | 2.0.1 Following changes has been done:
56 | - Changes input parameters to service for
57 | getting national tests
58 | - Minor changes
59 |
60 | 2.0.2 Following changes has been done:
61 | - Removed period and semester from national
62 | tests. (Date should be sufficient.)
63 |
64 | 2.0.3 Following changes has been done:
65 | - Changed "Lifecare Exchange Services" to
66 | "Lifecare Education API Services".
67 |
68 | 2.0.4 Following changes has been done:
69 | - Updated with the gradeoutcome entity
70 | with the attribute 'complete'.
71 |
72 | 2.0.5 Following changes has been done:
73 | - Changed "Lifecare Education API Services" to
74 | "Tieto Education APIs".
75 |
76 | 3.0 Following changes has been done:
77 | - Added support for subtests for national tests
78 | - Added properties in the header
79 |
80 | 3.0.1 Following changes has been done:
81 | - Created gradeoutcome, subjectoutcome and nationaltestoutcome
82 |
83 | 3.0.2 Following changes has been done:
84 | - Description of entities for national test results are updated
85 | - Added Use Cases for Import of National Test Results
86 |
87 | 3.0.3 Following changes has been done:
88 | - Updated schema for national test results
89 | - Updated documentation for national test results
90 |
91 | 3.0.4 Following changes has been done:
92 | - Updated Tech Spec documentation for national test results for courses
93 | - Updated schema file (changed cardinality for grades in national tests)
94 |
95 | 3.0.5 Following changes has been done:
96 | - Updated Tech Spec documentation for subject grades / subject report grades
97 | - Updated Prod info documentation for subject grades / subject report grades
98 | - Updated schema file (added "semester" and "trialperformed")
99 |
100 | 3.0.6 Following changes has been done:
101 | - Removed 'Omdöme i ämne' in Prod info documentation
102 | - Removed references to non-supported school types for Assessments in Tech Spec documentation
103 |
104 | 3.0.7 Following changes has been done:
105 | - Added property recommendedsubjectcode in subject
106 |
107 | 3.0.8 Following changes has been done:
108 | - Changed "Lifecare Education API Services" to
109 | "Tieto Education APIs".
110 |
111 | 4.0.0 Following changes has been done:
112 | - Added Export national tests for all school forms
113 |
114 | 5.0.0 Following changes has been done
115 | - remark enumeration has one more value: Unknown
116 | - subjectgrade has one more element: remarkname
117 |
--------------------------------------------------------------------------------
/Outcome API/v1/Outcome API v1 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Outcome API/v1/Outcome API v1 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Outcome API/v1/Outcome API v1 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Outcome API/v1/Outcome API v1 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Outcome API/v1/Schema/tieto-edu-outcome-v1.xsd:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 | Tieto Education - XML schema for grades and national tests.
9 | Version: 1.0
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 |
117 |
118 |
119 |
120 |
121 |
122 |
123 |
124 |
125 |
126 |
127 |
128 |
129 |
130 |
131 |
132 |
133 |
134 |
135 |
136 |
137 |
138 |
139 |
140 |
141 |
142 |
143 |
144 |
145 |
146 |
147 |
148 |
149 |
150 |
151 |
152 |
153 |
154 |
155 |
156 |
157 |
158 |
159 |
160 |
161 |
162 |
163 |
164 |
165 |
166 |
167 |
168 |
169 |
170 |
171 |
172 |
173 |
174 |
175 |
176 |
177 |
178 |
179 |
180 |
181 |
182 |
183 |
184 |
185 |
186 |
187 |
188 |
189 |
190 |
191 |
192 |
193 |
194 |
195 |
196 |
197 |
198 |
199 |
200 |
201 |
202 |
203 |
204 |
205 |
206 |
207 |
208 |
209 |
210 |
211 |
212 |
213 |
214 |
215 |
216 |
217 |
218 |
219 |
220 |
221 |
222 |
223 |
224 |
225 |
226 |
227 |
228 |
229 |
230 |
231 |
232 |
233 |
234 |
235 |
236 |
237 |
238 |
239 |
240 |
241 |
242 |
243 |
244 |
245 |
246 |
247 |
248 |
249 |
250 |
251 |
252 |
253 |
254 |
255 |
256 |
257 |
258 |
259 |
260 |
261 |
262 |
263 |
264 |
265 |
266 |
267 |
268 |
269 |
270 |
271 |
272 |
273 |
274 |
275 |
276 |
--------------------------------------------------------------------------------
/Outcome API/v2/Outcome API v2 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Outcome API/v2/Outcome API v2 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Outcome API/v2/Outcome API v2 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Outcome API/v2/Outcome API v2 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Outcome API/v2/Schema/tieto-edu-outcome-v2.xsd:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 | Tieto Education - XML schema for grades, assessments and national tests.
9 | Version: 2.0
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 |
117 |
118 |
119 |
120 |
121 |
122 |
123 |
124 |
125 |
126 |
127 |
128 |
129 |
130 |
131 |
132 |
133 |
134 |
135 |
136 |
137 |
138 |
139 |
140 |
141 |
142 |
143 |
144 |
145 |
146 |
147 |
148 |
149 |
150 |
151 |
152 |
153 |
154 |
155 |
156 |
157 |
158 |
159 |
160 |
161 |
162 |
163 |
164 |
165 |
166 |
167 |
168 |
169 |
170 |
171 |
172 |
173 |
174 |
175 |
176 |
177 |
178 |
179 |
180 |
181 |
182 |
183 |
184 |
185 |
186 |
187 |
188 |
189 |
190 |
191 |
192 |
193 |
194 |
195 |
196 |
197 |
198 |
199 |
200 |
201 |
202 |
203 |
204 |
205 |
206 |
207 |
208 |
209 |
210 |
211 |
212 |
213 |
214 |
215 |
216 |
217 |
218 |
219 |
220 |
221 |
222 |
223 |
224 |
225 |
226 |
227 |
228 |
229 |
230 |
231 |
232 |
233 |
234 |
235 |
236 |
237 |
238 |
239 |
240 |
241 |
242 |
243 |
244 |
245 |
246 |
247 |
248 |
249 |
250 |
251 |
252 |
253 |
254 |
255 |
256 |
257 |
258 |
259 |
260 |
261 |
262 |
263 |
264 |
265 |
266 |
267 |
268 |
269 |
270 |
271 |
272 |
273 |
274 |
275 |
276 |
277 |
278 |
279 |
280 |
281 |
282 |
283 |
284 |
285 |
286 |
287 |
288 |
289 |
290 |
291 |
292 |
293 |
294 |
295 |
296 |
297 |
298 |
299 |
300 |
301 |
302 |
303 |
304 |
305 |
306 |
307 |
308 |
309 |
310 |
311 |
--------------------------------------------------------------------------------
/Outcome API/v3/Outcome API v3 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Outcome API/v3/Outcome API v3 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Outcome API/v3/Outcome API v3 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Outcome API/v3/Outcome API v3 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Outcome API/v4/Outcome API v4 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Outcome API/v4/Outcome API v4 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Outcome API/v4/Outcome API v4 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Outcome API/v4/Outcome API v4 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Outcome API/v5/Outcome API v5 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Outcome API/v5/Outcome API v5 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Outcome API/v5/Outcome API v5 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Outcome API/v5/Outcome API v5 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Person API/Person API - Readme.txt:
--------------------------------------------------------------------------------
1 | ————————————————————————————————————————————————————————
2 | PERSON API
3 | Version: 4.1.1
4 | ————————————————————————————————————————————————————————
5 |
6 | 1.0 Initial version
7 |
8 | 1.0.1 Following change has been done:
9 | - Added information about delta handling
10 |
11 | 1.0.2 Following change has been done:
12 | - Changed text in §4.1 in Tech Spec
13 |
14 | 2.0.0 Following changes has been done:
15 | - Created new version of the API.
16 | - More attributes in person information
17 | - Extended delta handling, including changes in contact informations
18 | - Getting person information for a list of persons
19 |
20 | 3.0.0 Following changes has been done:
21 | - The privacy field for persons has changed type
22 |
23 | 4.0.0 Following changes has been done:
24 | - The person extension field for persons has been extended with a property
25 | extrainformation
26 |
27 | 4.0.1 Following changes has been done:
28 | - A new endpoint for retrieving persons using email address
29 |
30 | 4.1.1 Following changes has been done:
31 | - A new endpoint for retrieving alias persons
32 |
--------------------------------------------------------------------------------
/Person API/v1/Person API v1 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Person API/v1/Person API v1 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Person API/v1/Person API v1 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Person API/v1/Person API v1 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Person API/v1/Schema/tieto-edu-person-v1.xsd:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 | Tieto Education - XML schema for Person API.
9 | Version: 1.0.
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 |
117 |
118 |
119 |
120 |
121 |
122 |
123 |
124 |
125 |
126 |
127 |
128 |
129 |
130 |
131 |
132 |
133 |
134 |
135 |
136 |
137 |
138 |
139 |
140 |
141 |
142 |
143 |
144 |
145 |
146 |
147 |
148 |
149 |
150 |
151 |
152 |
153 |
154 |
155 |
156 |
157 |
158 |
159 |
160 |
161 |
162 |
163 |
164 |
165 |
166 |
167 |
168 |
169 |
170 |
171 |
172 |
173 |
174 |
175 |
176 |
177 |
178 |
179 |
180 |
181 |
182 |
183 |
184 |
185 |
186 |
187 |
188 |
189 |
190 |
191 |
192 |
193 |
194 |
195 |
196 |
197 |
198 |
199 |
200 |
201 |
202 |
203 |
204 |
205 |
206 |
207 |
208 |
209 |
210 |
211 |
212 |
213 |
214 |
215 |
216 |
217 |
218 |
219 |
220 |
221 |
222 |
223 |
224 |
225 |
226 |
227 |
228 |
229 |
230 |
231 |
232 |
233 |
234 |
235 |
236 |
237 |
238 |
239 |
240 |
241 |
242 |
243 |
244 |
245 |
246 |
247 |
248 |
249 |
250 |
251 |
252 |
253 |
254 |
255 |
256 |
257 |
258 |
259 |
260 |
261 |
262 |
263 |
264 |
265 |
266 |
267 |
268 |
269 |
270 |
271 |
272 |
273 |
274 |
275 |
276 |
277 |
278 |
279 |
280 |
281 |
282 |
283 |
284 |
285 |
286 |
287 |
288 |
289 |
290 |
291 |
292 |
293 |
294 |
295 |
296 |
297 |
298 |
299 |
300 |
301 |
302 |
303 |
304 |
305 |
306 |
307 |
308 |
--------------------------------------------------------------------------------
/Person API/v2/Person API v2 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Person API/v2/Person API v2 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Person API/v2/Person API v2 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Person API/v2/Person API v2 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Person API/v3/Person API v3 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Person API/v3/Person API v3 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Person API/v3/Person API v3 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Person API/v3/Person API v3 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Person API/v4/Person API v4 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Person API/v4/Person API v4 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Person API/v4/Person API v4 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Person API/v4/Person API v4 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Personnel API/Personnel API - Readme.txt:
--------------------------------------------------------------------------------
1 | ————————————————————————————————————————————————————————
2 | PERSONNEL API
3 | Version: 8.0.0
4 | ————————————————————————————————————————————————————————
5 | 1.0 Initial version, based on Employee API.
6 | Compared with the Employee API following
7 | changes has been done:
8 | - Added the "teachingqualification" and
9 | "title" to "employment".
10 | - Added services for import of teaching
11 | qualification.
12 |
13 | 1.0.1 Following changes has been done:
14 | - Added status attribute for personnel
15 | - Added type of employment
16 |
17 | 1.0.2 Following changes has been done:
18 | - Changed type for privacy from string
19 | to enum.
20 |
21 | 1.0.3 Following changes has been done:
22 | - Added an attribute called "workarea"
23 | - Added delta services
24 |
25 | 1.0.4 Following changes has been done:
26 | - Added the attributes "change" and
27 | "timestamp"
28 | - Updates related to teacher qualifications
29 |
30 | 1.0.5 Following changes has been done:
31 | - "title" is replaced with "titlecode" and
32 | "titlename"
33 | - "workarea.type" is replaced with
34 | "workarea.code" and "workarea.name"
35 |
36 | 1.0.6 Following changes has been done:
37 | - Changed "Lifecare Exchange Services" to
38 | "Lifecare Education API Services".
39 |
40 | 1.0.7 Following changes has been done:
41 | - Changed "Lifecare Education API Services" to
42 | "Tieto Education APIs".
43 |
44 | 2.0 Following changes has been done:
45 | - Added support for middle name
46 |
47 | 2.0.1 Following changes has been done:
48 | - Added id on employment
49 | - Added attributes for contactinformation
50 |
51 | 2.0.2 Following changes has been done:
52 | - Updated schema with teacher qualification structure
53 | - Updated Tech Spec with teacher qualification info
54 | - Updated Produkt Info with teacher qualification info
55 |
56 | 2.0.3 Following changes has been done:
57 | - Updated domain model in Tech Spec
58 |
59 | 2.0.4 Following changes has been done:
60 | - Added possibility to read one personnel with PersonId
61 |
62 | 2.0.5 Following changes has been done:
63 | - Changed "Lifecare Education API Services" to
64 | "Tieto Education APIs".
65 |
66 | 3.0 Following changes has been done:
67 | - Added support import of employments
68 | - For Norway only
69 | - For Compulsory School only
70 |
71 | 4.0 Following changes has been done:
72 | - changed name for
to
73 | - added percent, titlecode and titlename to
74 |
75 | 5.0 Following changes has been done:
76 | - added parameter UpdateAllPersonalInfo to service UpdatePersonInfo
77 | - added email2 to
78 |
79 | All versions
80 | Following changes has been done for all versions:
81 | - Two new filtering parameters have been added for Complete export
82 | - MunicipalityCode
83 | - GovernedBy
84 |
85 | 6.0 Following changes has been done:
86 | - The privacy field for persons has changed type
87 | - Endpoint UpdateEmployments has replaced UpdatePersonInfo and UpdateEmploymentInfo
88 | - Endpoint UpdateEmployments is enabled for Swedish customers also
89 |
90 | All versions:
91 | Following changes has been done for all versions:
92 | - Two new filtering parameters have been added for Delta export
93 | - MunicipalityCode
94 | - GovernedBy
95 |
96 | 8.0 Following changes has been done:
97 | - Endpoint UpdateEmployments is enabled for Finnish customers also
98 | - Endpoint UpdateEmployments is enabled for all school types
99 |
100 | 8.1 Following changes has been done:
101 | - Improved documentation regarding employments, i e specification of which attribues on entities that are mandatory at import.
102 |
--------------------------------------------------------------------------------
/Personnel API/v1/Personnel API v1 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Personnel API/v1/Personnel API v1 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Personnel API/v1/Personnel API v1 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Personnel API/v1/Personnel API v1 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Personnel API/v1/Schema/tieto-edu-personnel-v1.xsd:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 | Tieto Education - XML schema for personnel
9 | Version: 1.0
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 |
117 |
118 |
119 |
120 |
121 |
122 |
123 |
124 |
125 |
126 |
127 |
128 |
129 |
130 |
131 |
132 |
133 |
134 |
135 |
136 |
137 |
138 |
139 |
140 |
141 |
142 |
143 |
144 |
145 |
146 |
147 |
148 |
149 |
150 |
151 |
152 |
153 |
154 |
155 |
156 |
157 |
158 |
159 |
160 |
161 |
162 |
163 |
164 |
165 |
166 |
167 |
168 |
169 |
170 |
171 |
172 |
173 |
174 |
--------------------------------------------------------------------------------
/Personnel API/v2/Personnel API v2 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Personnel API/v2/Personnel API v2 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Personnel API/v2/Personnel API v2 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Personnel API/v2/Personnel API v2 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Personnel API/v3/Personnel API v3 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Personnel API/v3/Personnel API v3 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Personnel API/v3/Personnel API v3 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Personnel API/v3/Personnel API v3 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Personnel API/v4/Personnel API v4 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Personnel API/v4/Personnel API v4 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Personnel API/v4/Personnel API v4 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Personnel API/v4/Personnel API v4 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Personnel API/v5/Personnel API v5 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Personnel API/v5/Personnel API v5 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Personnel API/v5/Personnel API v5 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Personnel API/v5/Personnel API v5 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Personnel API/v6/Personnel API v6 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Personnel API/v6/Personnel API v6 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Personnel API/v6/Personnel API v6 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Personnel API/v6/Personnel API v6 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Personnel API/v8/HRImport Employments.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Personnel API/v8/HRImport Employments.pdf
--------------------------------------------------------------------------------
/Personnel API/v8/Personnel API v8 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Personnel API/v8/Personnel API v8 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Personnel API/v8/Personnel API v8 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Personnel API/v8/Personnel API v8 - Technical Specification.pdf
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | API
2 | ===
3 |
4 | Software Development Kits (SDKs) for Tieto Education APIs containing documentation and XML schemas.
5 |
6 |
7 | A comment regarding the documentation:
8 |
9 | We are trying to have answers to the questions we receive in the API documentation. In cases where we think the
10 | received questions and the answers we give is valuable as a complement to the API documentation, we publish these
11 | questions and answers on the API Wiki FAQ page.
12 |
--------------------------------------------------------------------------------
/SS12000/Edlevo API struktur av SS12000.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/SS12000/Edlevo API struktur av SS12000.pdf
--------------------------------------------------------------------------------
/SS12000/Edlevo mappning av Duty roles.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/SS12000/Edlevo mappning av Duty roles.pdf
--------------------------------------------------------------------------------
/SS12000/SS12000 - dokumentation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/SS12000/SS12000 - dokumentation.pdf
--------------------------------------------------------------------------------
/Schedule API/Schedule API - Readme.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Schedule API/Schedule API - Readme.txt
--------------------------------------------------------------------------------
/Schedule API/v1/Schedule API v1 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Schedule API/v1/Schedule API v1 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Schedule API/v1/Schedule API v1 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Schedule API/v1/Schedule API v1 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Schedule API/v1/Schema/tieto-edu-schedule-v1.xsd:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 | Tieto Education - XML schema for teacher assignments, teacher activities and student activities in schedule groups
9 | Version: 1.0
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
--------------------------------------------------------------------------------
/School Search API/SchoolSearch API - Readme.txt:
--------------------------------------------------------------------------------
1 | ————————————————————————————————————————————————————————
2 | SCHOOL SEARCH API
3 | Version: 2.0.0
4 | ————————————————————————————————————————————————————————
5 | 1.0 Initial version
6 |
7 | 2.0 Updated GetChildWithApplication to include future placements
8 |
--------------------------------------------------------------------------------
/Shared/Images/ASA.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Shared/Images/ASA.png
--------------------------------------------------------------------------------
/Shared/Images/ApiGears.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Shared/Images/ApiGears.png
--------------------------------------------------------------------------------
/Shared/Images/Application-v1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Shared/Images/Application-v1.png
--------------------------------------------------------------------------------
/Shared/Images/Edlevo White on HB@2x-80.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Shared/Images/Edlevo White on HB@2x-80.jpg
--------------------------------------------------------------------------------
/Shared/Images/SchoolSearch-v1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Shared/Images/SchoolSearch-v1.png
--------------------------------------------------------------------------------
/Shared/Styling/Custom.css:
--------------------------------------------------------------------------------
1 | img[alt$=">"] {
2 | float: right;
3 | }
4 |
5 | img[alt$="<"] {
6 | float: left;
7 | padding-right: 5px;
8 | }
9 |
10 | img[alt$="><"] {
11 | display: block;
12 | max-width: 100%;
13 | height: auto;
14 | margin: auto;
15 | float: none!important;
16 | }
17 |
18 | body {
19 | max-width: none;
20 | }
21 |
22 | .red {
23 | background-color: red;
24 | }
--------------------------------------------------------------------------------
/Study Information API/StudyInformation API - Readme.txt:
--------------------------------------------------------------------------------
1 | ————————————————————————————————————————————————————————
2 | STUDY INFORMATION API 1
3 | Version: 8.0.0
4 | ————————————————————————————————————————————————————————
5 | 1.0 Initial version
6 |
7 | 1.0.1 Following changes has been done:
8 | - instead of specifying a date interval when
9 | getting a study plan or subject plan you now
10 | specify a date. "StartDate" and "EndDate" has
11 | been replaced with "SearchDate".
12 | - the attribute "points" has been removed from
13 | CourseChoiceCourse.
14 | - added the possibility to import program
15 | choices.
16 | - added two new deviation values, "Replacement"
17 | and "Transformation"
18 | - added a new attribute called "replacedcourse"
19 | - changes related to program profile and
20 | vocational outcome
21 |
22 | 1.0.2 Following changes has been done:
23 | - renamed "replacedcourse" to "comment"
24 | - added "start", "end" and "group" to course
25 | choice
26 | - renamed "continuous" to "continues"
27 | - added services for delta export of study plan
28 |
29 | 1.0.3 Following changes has been done:
30 | - added courselevel to studyplan courses
31 |
32 | 1.0.4 Following changes has been done:
33 | - final version of V1. Removed not implemented
34 | parts from documentation
35 |
36 | 1.0.5 Following changes has been done:
37 | - Changed "Lifecare Exchange Services" to
38 | "Lifecare Education API Services".
39 |
40 | 1.0.6 Following changes has been done:
41 | - Changed "Lifecare Education API Services" to
42 | "Tieto Education APIs".
43 |
44 | 2.0.1 Following changes has been done:
45 | - added reduced property for subjects
46 | - removed IndividualChoice from subject.type
47 |
48 | 2.0.2 Following changes has been done:
49 | - added subjectcode property for studyplancourse
50 |
51 | 2.0.3 Following changes has been done:
52 | - added status property for studyplancourse
53 |
54 | 2.0.4 Following changes has been done:
55 | - added subject type values
56 |
57 | 2.0.5 Following changes has been done:
58 | - added english attributes for subject, course,
59 | vocationaloutcome and content
60 |
61 | 2.0.6 Following changes has been done:
62 | - Changed "Lifecare Exchange Services" to
63 | "Lifecare Education API Services".
64 |
65 | 2.0.7 Following changes has been done:
66 | - Changed "Lifecare Education API Services" to
67 | "Tieto Education APIs".
68 |
69 | 3.0.0 Following changes has been done:
70 | - Created new version of the API.
71 | - Added properties
72 | - removed three elements
73 | + vocationaloutcomeenglishname from program
74 | + englishname from studyplancourse
75 | + contentinenglish from studyplancourse
76 |
77 | 3.0.1 Following changes has been done:
78 | - Added properties
79 | + vocationaloutcomenameinenglish in program
80 | + nameinenglish in studyplancourse
81 | + contentinenglish in studyplancourse
82 | + nameinenglish in subjectplansubject
83 | + contentinenglish in coursechoicecourse
84 |
85 | 3.0.2 Following changes has been done:
86 | - Added properties
87 | + nameinenglish in program
88 | + orientationinenglish in program
89 |
90 | 3.0.3 Following changes has been done:
91 | - Renamed values in studyplancoursetype
92 | + IndividualChoice -> IndividualOptions
93 | + ProgramCommon -> ProgrammeSpecificSubjects
94 | + ProgramRecess -> ProgrammeSpecialisation
95 | + UpperSecondarySchoolWork -> DiplomaProject
96 | + UpperSecondarySchoolCommon -> UpperSecondarySubjects
97 | + OrientationAndProgramRecess -> OrientationAndProgrammeSpecialisation
98 | - Added values to studyplancoursetype
99 | + UpperSecondarySubjectsForStudentsWithLearningDisabilities
100 | + AssessedCourseWork
101 | + CommonSubjectsInFurtherEducation
102 | + Profile
103 | + Outcome
104 | + DegreeProject
105 |
106 | 3.0.4 Following changes has been done:
107 | + Added property recommededsubjectcode in subjectplansubject
108 |
109 | 3.0.5 Following changes has been done:
110 | - Changed "Lifecare Education API Services" to
111 | "Tieto Education APIs".
112 |
113 | 4.0.0 Following changes has been done:
114 | - Created new version of the API
115 | - Added a number of attrbutes to studyplan
116 | - Added support to export school choices for students
117 | - Added support to import school placements
118 |
119 | 4.0.1 Following changes has been done:
120 | - Added missing attribute "courses.id" in Produktinformation
121 |
122 | 5.0.0 Following changes has been done:
123 | - Created new version of the API
124 | - Added more info in export school choices for students
125 |
126 | (version 6 and 7 are not released)
127 |
128 | 8.0.0 Following changes has been done:
129 | - Added properties educationcoursetypepoints, extent, assessmenttext, assessmentdate and assessment lock date in studyplancourse
130 | - Added property typeofschoolplacement in schoolchoicestudent when importing school choices and school transfers
131 | - Added endpoint GetCompulsorySchoolSchoolChoicePeriods to retrieve basic period information
132 |
133 | (version 9 is not released)
134 |
135 | 10.0.0 Following changes has been done:
136 | - Added properties allocatedTime, allocatedExtraTime and hoursRemainingOffered in studyplancourse
137 | - Added property commentstopurposeofeducation in studytime
138 |
139 |
140 |
141 |
--------------------------------------------------------------------------------
/Study Information API/v1/Schema/tieto-edu-studyinformation-v1.xsd:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 | Tieto Education - XML schema for study plan, subject plan, course choices and subject choices
9 | Version: 1.0
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 |
117 |
118 |
119 |
120 |
121 |
122 |
123 |
124 |
125 |
126 |
127 |
128 |
129 |
130 |
131 |
132 |
133 |
134 |
135 |
136 |
137 |
138 |
139 |
140 |
141 |
142 |
143 |
144 |
145 |
146 |
147 |
148 |
149 |
150 |
151 |
152 |
153 |
154 |
155 |
156 |
157 |
158 |
159 |
160 |
161 |
162 |
163 |
164 |
165 |
166 |
167 |
168 |
169 |
170 |
171 |
172 |
173 |
174 |
175 |
176 |
177 |
178 |
179 |
180 |
181 |
182 |
183 |
184 |
185 |
186 |
187 |
188 |
189 |
190 |
191 |
192 |
193 |
194 |
195 |
196 |
197 |
198 |
199 |
200 |
201 |
202 |
203 |
204 |
205 |
206 |
207 |
208 |
209 |
210 |
211 |
212 |
213 |
214 |
215 |
216 |
217 |
218 |
--------------------------------------------------------------------------------
/Study Information API/v1/StudyInformation API v1 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Study Information API/v1/StudyInformation API v1 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Study Information API/v1/StudyInformation API v1 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Study Information API/v1/StudyInformation API v1 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Study Information API/v10/StudyInformation API v10 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Study Information API/v10/StudyInformation API v10 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Study Information API/v10/StudyInformation API v10 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Study Information API/v10/StudyInformation API v10 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Study Information API/v2/Schema/tieto-edu-studyinformation-v2.xsd:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 | Tieto Education - XML schema for study plan, subject plan, course choices and subject choices
9 | Version: 2.0
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 |
117 |
118 |
119 |
120 |
121 |
122 |
123 |
124 |
125 |
126 |
127 |
128 |
129 |
130 |
131 |
132 |
133 |
134 |
135 |
136 |
137 |
138 |
139 |
140 |
141 |
142 |
143 |
144 |
145 |
146 |
147 |
148 |
149 |
150 |
151 |
152 |
153 |
154 |
155 |
156 |
157 |
158 |
159 |
160 |
161 |
162 |
163 |
164 |
165 |
166 |
167 |
168 |
169 |
170 |
171 |
172 |
173 |
174 |
175 |
176 |
177 |
178 |
179 |
180 |
181 |
182 |
183 |
184 |
185 |
186 |
187 |
188 |
189 |
190 |
191 |
192 |
193 |
194 |
195 |
196 |
197 |
198 |
199 |
200 |
201 |
202 |
203 |
204 |
205 |
206 |
207 |
208 |
209 |
210 |
211 |
212 |
213 |
214 |
215 |
216 |
217 |
218 |
219 |
220 |
221 |
222 |
223 |
224 |
225 |
226 |
227 |
228 |
229 |
230 |
231 |
232 |
233 |
234 |
235 |
236 |
237 |
238 |
239 |
240 |
241 |
242 |
243 |
244 |
245 |
246 |
--------------------------------------------------------------------------------
/Study Information API/v2/StudyInformation API v2 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Study Information API/v2/StudyInformation API v2 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Study Information API/v2/StudyInformation API v2 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Study Information API/v2/StudyInformation API v2 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Study Information API/v3/StudyInformation API v3 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Study Information API/v3/StudyInformation API v3 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Study Information API/v3/StudyInformation API v3 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Study Information API/v3/StudyInformation API v3 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Study Information API/v4/StudyInformation API v4 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Study Information API/v4/StudyInformation API v4 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Study Information API/v4/StudyInformation API v4 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Study Information API/v4/StudyInformation API v4 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Study Information API/v5/StudyInformation API v5 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Study Information API/v5/StudyInformation API v5 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Study Information API/v5/StudyInformation API v5 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Study Information API/v5/StudyInformation API v5 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Study Information API/v8/StudyInformation API v8 - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Study Information API/v8/StudyInformation API v8 - Produktinformation.pdf
--------------------------------------------------------------------------------
/Study Information API/v8/StudyInformation API v8 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Study Information API/v8/StudyInformation API v8 - Technical Specification.pdf
--------------------------------------------------------------------------------
/System API/System API - Readme.txt:
--------------------------------------------------------------------------------
1 | ————————————————————————————————————————————————————————
2 | System API API 1
3 | Version: 1.0.2
4 | ————————————————————————————————————————————————————————
5 | 1.0 Initial version
6 |
7 | 1.0.1 Following changes has been done:
8 | - Changed "Lifecare Exchange Services" to
9 | "Lifecare Education API Services".
10 |
11 | 1.0.2 Following changes has been done:
12 | - Changed "Lifecare Education API Services" to
13 | "Tieto Education APIs".
14 |
15 | 1.0.3 Following changes has been done:
16 | - Added WriteToLog API service.
17 |
18 | 1.0.4 Following changes has been done:
19 | - Added support for subdirectories.
20 |
21 |
22 |
--------------------------------------------------------------------------------
/System API/v1/System API v1 - Technical Specification.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/System API/v1/System API v1 - Technical Specification.pdf
--------------------------------------------------------------------------------
/Tieto Education APIs - Produktinformation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ExchangeServices/API/92139a52086737a2c72c1424d9d795bceaed5282/Tieto Education APIs - Produktinformation.pdf
--------------------------------------------------------------------------------
/_config.yml:
--------------------------------------------------------------------------------
1 | theme: jekyll-theme-cayman
--------------------------------------------------------------------------------