-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,9 +14,9 @@ API for getting predifned data from FINT (easier usage - predefined graph-templa | |
|
||
## /student/{identifikator}/{identifikatorverdi} | ||
Valid "identifikator"-values: | ||
- **upn** (Will first fetch feidenavn from AzureAD, so is more expensive) | ||
- **upn** (Will first fetch feidenavn from AzureAD, so is more resource expensive) | ||
- **feidenavn** | ||
- **fodselsnummer** (Will first fetch feidenavn from FINT, so is more expensive) | ||
- **fodselsnummer** (Will first fetch feidenavn from FINT, so is more resource expensive) | ||
|
||
### Example calls | ||
``` | ||
|
@@ -281,7 +281,7 @@ GET https://{base_url}/student/fodselsnummer/12345678910 | |
|
||
## /teacher/{identifikator}/{identifikatorverdi} | ||
Valid "identifikator"-values: | ||
- **upn** (Will first fetch feidenavn from AzureAD, so is more expensive) | ||
- **upn** (Will first fetch feidenavn from AzureAD, so is more resource expensive) | ||
- **feidenavn** | ||
|
||
### Example calls | ||
|
@@ -521,9 +521,9 @@ GET https://{base_url}/teacher/feidenavn/[email protected] | |
## /employee/{identifikator}/{identifikatorverdi} | ||
upn, ansattnummer, fodselsnummer | ||
Valid "identifikator"-values: | ||
- **upn** (Will first fetch feidenavn from AzureAD, so is more expensive) | ||
- **upn** (Will first fetch feidenavn from AzureAD, so is more resource expensive) | ||
- **ansattnummer** | ||
- **fodselsnummer** (Will first fetch feidenavn from FINT, so is more expensive) | ||
- **fodselsnummer** (Will first fetch feidenavn from FINT, so is more resource expensive) | ||
|
||
### Example calls | ||
``` | ||
|