Skip to main content

Scout

Get user scout reports#

  • Url: https://velo-europe.de/api/{lang}/users/scoutReportsList
  • Method: GET
  • Authentication required
  • Content-Type: application/json

Response body#

{
"count": 22,
"rows": [
{
"id": 32,
"status": "Claimed",
"name": "Reported POI"
},
{
"id": 31,
"status": "Claimed",
"name": "Reported POI"
},
{
"id": 30,
"status": "Accepted",
"name": "Reported POI"
}
]
}

Get user scout points#

  • Url: https://velo-europe.de/api/{lang}/users/scoutPoints
  • Method: GET
  • Authentication required
  • Content-Type: application/json

Response body#

[
{
"label": "reporting_of_danger",
"value": 5
},
{
"label": "reporting_poi",
"value": 14
},
{
"label": "reporting_partner",
"value": 0
},
{
"label": "reporting_correction",
"value": 0
},
{
"label": "reporting_stage",
"value": 3
}
]