POST /userInbox

Query the state of photo uploads of the authorized user

Request Traces

Request Headers

POST https://api.railway-stations.org/userInbox
Accept: application/json

Request Content

[
   {
      "id": 0,
   },
]

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