v1

latestOpenAPI 3.1.02026-07-24903209.1 KB

Get short list of trips

Required level of authorization:

  • User
post/v1/short/

Request body

RAW_BODYstring json

Response

200

Statusinteger
Titlestring

Example response

{
  "Result": {
    "Trips": [
      {
        "Id": "3fa85f64-5717-4562-b3fc-2c963f66aga6",
        "DateUpdated": "2022-06-20T09:40:51.494Z",
        "Related": [
          {
            "Type": "string",
            "Uri": "string"
          }
        ]
      }
    ],
    "PagingInfo": {
      "HasPreviousPage": true,
      "HasNextPage": true
    }
  },
  "Title": "string",
  "Errors": [
    {
      "Key": "string",
      "Message": "string"
    }
  ]
}