Skada API
    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 1 waste trip
        • Add new trip
        • Update 1 wastetrip
    • 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

    Users

    {
        "id": 1,
        "email": "string",
        "password": "string",
        "name": "string",
        "company_id": -2147483648,
        "Token": "string",
        "created_at": -2147483648,
        "changed_at": -2147483648
    }
    Built with