Skada API
  1. Trips
Skada API
  • Core Platform endpoints
    • Test
      • Test
    • Users
      • Get all users
      • Get 1 user
      • Add new user
      • Update 1 user
    • Relations
      • Get all relations
      • Get 1 relation
      • Add new relation
      • Update 1 relation
  • Waste transport
    • Wastestream
      • Get all wastestreams
      • Get 1 wastestream
      • Request new wastestream (LMA)
    • Trips
      • Get all waste trips
        GET
      • Get 1 waste trip
        GET
      • Add new trip
        POST
      • Update 1 wastetrip
        PATCH
  • Manure transport
    • Trips
      • Update 1 manuretrip
      • Get all manuretrips
      • Get 1 manuretrip
      • Add new manuretrip
  • Mobile app control
    • Register mobile app
      POST
    • Activate mobile app
      PATCH
    • App location ping
      POST
    • Send app log message to server
      POST
    • Send command to app
      POST
  • Schemas
    • Address
    • Users
    • Relation
  1. Trips

Get 1 waste trip

Developing
Production Environment
https://app.skada.nl/api
Production Environment
https://app.skada.nl/api
GET
https://app.skada.nl/api
/wastetrips

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Header Params

Responses

🟢200OK
application/json
Body

Example
{
    "users": [
        {
            "id": 0,
            "name": "string"
        }
    ]
}
Previous
Get all waste trips
Next
Add new trip
Built with