GET /userInbox
Query all uploads of the authorized user
Request Traces
Request Headers
GET https://api.railway-stations.org/userInbox
Accept: application/json
HTTP Response
HTTP 200
array of InboxStateQueryResponse objects
[
{
"id": 0,
"countryCode": "string",
"stationId": "string",
"title": "string",
"lat": 0,
"lon": 0,
"newTitle": "string",
"newLat": 0,
"newLon": 0,
"comment": "string",
"problemReportType": "string",
"rejectedReason": "string",
"filename": "string",
"inboxUrl": "string",
"crc32": 0,
"state": "string",
"createdAt": 0,
},
]
HTTP default
Unexpected error
