Measurements
API tabeli Measurement.
| API | Description |
|---|---|
| GET api/Measurements |
Pobiera dane wszystkich pomiarów . |
| GET api/Measurements/{id} |
Pobiera dane pomiaru o identyfikatorze id. |
| PUT api/Measurements/{id} |
Zmienia dane pomiaru o identyfikatorze id. |
| POST api/Measurements |
Wprowadza dane nowego pomiaru. |
| DELETE api/Measurements/{id} |
Usuwa dane pomiaru o identyfikatorze id. |
Results
API tabeli Results.
| API | Description |
|---|---|
| GET api/Results |
Pobiera dane wszystkich serii. |
| GET api/Results/{id} |
Pobiera wyniki jednego pomiaru o identyfikatorze id. |
| PUT api/Results/{id} |
No documentation available. |
| POST api/Results |
No documentation available. |
| DELETE api/Results/{id} |
No documentation available. |