Trips

Get all alerts of a trip

Get all alerts of a trip

get/apis/stork-api/trips/{tripId}/alerts

Path parameters

tripIdstring required

Query parameters

filterstring

JSON filter to make complex queries

limitnumber
pagenumber
sortstring

Sort by properties. Use - for descending order

populatestring
selectstring

Response

Example response

{
  "meta": {
    "total": 10,
    "page": 1,
    "totalPages": 1,
    "limit": 10
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.