Skip to content
GitLab
Explore
Sign in
Register
You need to sign in or sign up before continuing.
Changes
Page history
imperativa_ created page: get statistic
authored
Jul 24, 2018
by
Muhammad Luqman
Show whitespace changes
Inline
Side-by-side
get-statistic.md
0 → 100644
View page @
3dc2ca73
**(GET)**
Mendapatkan statistik dari seluruh daftar pertanyaan
## URI
```
/statistic
```
## Contoh
### Request
```
import requests
url = "http://127.0.0.1:5000/statistic"
response = requests.request("GET", url)
print(response.text)
```
### Hasil
```
{
"question_active": 585,
"message": "sucessfully retrieve statistic",
"question_duplicate": 1,
"question_raw": 588
}
```
\ No newline at end of file