GET /adminInbox
Get the current inbox, photos and problem reports under review.
Request Traces
Request Headers
GET https://api.railway-stations.org/adminInbox
Accept: application/json
HTTP Response
HTTP 200
array of inbox objects
[
{
"id": 0,
"countryCode": "string",
"stationId": "string",
"title": "string",
"lat": 0,
"lon": 0,
"newTitle": "string",
"newLat": 0,
"newLon": 0,
"photographerNickname": "string",
"photographerEmail": "string",
"photoId": 0,
"comment": "string",
"createdAt": 0,
"done": false,
"filename": "string",
"inboxUrl": "string",
"hasPhoto": false,
"hasConflict": false,
"problemReportType": "string",
"isProcessed": false,
"active": false,
},
]
HTTP 401
not authorized
HTTP 403
forbidden
HTTP default
Unexpected error
