Skip to content
GitLab
Explore
Sign in
"stakeholder-profile3.md" did not exist on "patch-1"
Changes
Page history
Update tekninendokumentaatio
authored
Mar 06, 2019
by
K9412
Show whitespace changes
Inline
Side-by-side
tekninendokumentaatio.md
View page @
ce16f33a
...
@@ -271,7 +271,58 @@ searchValue hakee referenssiä projektin nimen mukaan ja idValue projektin id:n
...
@@ -271,7 +271,58 @@ searchValue hakee referenssiä projektin nimen mukaan ja idValue projektin id:n
]
]
```
```
**GET /api/customer -- Asiakkaiden hakureitti**
**GET /api/customer -- Asiakkaiden hakureitti**
*
Esimerkkivastaus:
```
json
[
{
"id"
:
"1"
,
"name"
:
"digi"
},
{
"id"
:
"2"
,
"name"
:
"diasdada"
}
]
```
**GET /api/tag -- Tagien hakureitti**
**GET /api/tag -- Tagien hakureitti**
*
Esimerkkivastaus:
```
json
[
{
"TagId"
:
1
,
"Name"
:
"React"
},
{
"TagId"
:
2
,
"Name"
:
"Javascript"
}
]
```
**GET /api/department -- Osastojen hakureitti**
**GET /api/department -- Osastojen hakureitti**
*
Esimerkkivastaus
```
json
[
{
"departmentNumber"
:
"1"
,
"name"
:
"DevOps"
},
{
"departmentNumber"
:
"2"
,
"name"
:
"Customer Specific Solutions"
}
]
```
**GET /api/portfolio -- Portfoliomanagerien hakureitti**
**GET /api/portfolio -- Portfoliomanagerien hakureitti**
*
Esimerkkivastaus
```
json
[
{
"id"
:
1
,
"name"
:
"Masa Masala"
},
{
"id"
:
2
,
"name"
:
"Pekka Pekkala"
}
]
```