Skada API
  1. Relations
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
      • Get 1 relation
        GET
      • Add new relation
        POST
      • Update 1 relation
        PATCH
  • 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
  1. Relations

Get all relations

Production Environment
https://app.skada.nl/api
Production Environment
https://app.skada.nl/api
GET
https://app.skada.nl/api
/relation

Request

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

Responses

🟢200succes
application/json
Body

Example
[
    {
        "id": 1,
        "Bedrijfsnaam": "Klant 1",
        "kvk": "25268285",
        "default_address": {
            "name": "Hoofdkantoor 1",
            "street": "Hoofdstraat 1",
            "zipcode": "10001AB",
            "city": "Amsterdam"
        },
        "other_addresses": [
            {
                "name": null,
                "street": null,
                "zipcode": null,
                "city": null
            }
        ]
    },
    {
        "id": 2,
        "Bedrijfsnaam": "Klant 2",
        "kvk": "11938024",
        "default_address": {
            "name": "Hoofdkantoor 2",
            "street": "Hoofdstraat 2",
            "zipcode": "10002AB",
            "city": "Amsterdam"
        },
        "other_addresses": [
            {
                "name": null,
                "street": null,
                "zipcode": null,
                "city": null
            }
        ]
    },
    {
        "id": 3,
        "Bedrijfsnaam": "Klant 3",
        "kvk": "93221087",
        "default_address": {
            "name": "Hoofdkantoor 3",
            "street": "Hoofdstraat 3",
            "zipcode": "10003AB",
            "city": "Amsterdam"
        },
        "other_addresses": [
            {
                "name": "Filiaal 3-1",
                "street": "Zijstraat 1",
                "zipcode": "20001CD",
                "city": "Rotterdam"
            },
            {
                "name": "Filiaal 3-2",
                "street": "Zijstraat 2",
                "zipcode": "20002CD",
                "city": "Rotterdam"
            },
            {
                "name": "Filiaal 5-1",
                "street": "Zijstraat 1",
                "zipcode": "20001CD",
                "city": "Rotterdam"
            },
            {
                "name": "Filiaal 5-2",
                "street": "Zijstraat 2",
                "zipcode": "20002CD",
                "city": "Rotterdam"
            },
            {
                "name": "Filiaal 7-1",
                "street": "Zijstraat 1",
                "zipcode": "20001CD",
                "city": "Rotterdam"
            },
            {
                "name": "Filiaal 7-2",
                "street": "Zijstraat 2",
                "zipcode": "20002CD",
                "city": "Rotterdam"
            }
        ]
    },
    {
        "id": 5,
        "Bedrijfsnaam": "Klant 5",
        "kvk": "34462744",
        "default_address": {
            "name": null,
            "street": null,
            "zipcode": null,
            "city": null
        },
        "other_addresses": [
            {
                "name": "Hoofdkantoor 5",
                "street": "Hoofdstraat 5",
                "zipcode": "10005AB",
                "city": "Amsterdam"
            }
        ]
    },
    {
        "id": 6,
        "Bedrijfsnaam": "Klant 6",
        "kvk": "92539121",
        "default_address": {
            "name": "Hoofdkantoor 6",
            "street": "Hoofdstraat 6",
            "zipcode": "10006AB",
            "city": "Amsterdam"
        },
        "other_addresses": [
            {
                "name": null,
                "street": null,
                "zipcode": null,
                "city": null
            }
        ]
    },
    {
        "id": 7,
        "Bedrijfsnaam": "Klant 7",
        "kvk": "91572054",
        "default_address": {
            "name": "Hoofdkantoor 7",
            "street": "Hoofdstraat 7",
            "zipcode": "10007AB",
            "city": "Amsterdam"
        },
        "other_addresses": [
            {
                "name": null,
                "street": null,
                "zipcode": null,
                "city": null
            }
        ]
    },
    {
        "id": 9,
        "Bedrijfsnaam": "Klant 9",
        "kvk": "51965607",
        "default_address": {
            "name": null,
            "street": null,
            "zipcode": null,
            "city": null
        },
        "other_addresses": [
            {
                "name": "Hoofdkantoor 9",
                "street": "Hoofdstraat 9",
                "zipcode": "10009AB",
                "city": "Amsterdam"
            },
            {
                "name": "Filiaal 9-1",
                "street": "Zijstraat 1",
                "zipcode": "20001CD",
                "city": "Rotterdam"
            },
            {
                "name": "Filiaal 9-2",
                "street": "Zijstraat 2",
                "zipcode": "20002CD",
                "city": "Rotterdam"
            }
        ]
    },
    {
        "id": 10,
        "Bedrijfsnaam": "Klant 10",
        "kvk": "14754754",
        "default_address": {
            "name": "Hoofdkantoor 10",
            "street": "Hoofdstraat 10",
            "zipcode": "10010AB",
            "city": "Amsterdam"
        },
        "other_addresses": [
            {
                "name": null,
                "street": null,
                "zipcode": null,
                "city": null
            }
        ]
    },
    {
        "id": 11,
        "Bedrijfsnaam": "Klant 11",
        "kvk": "65456343",
        "default_address": {
            "name": "Hoofdkantoor 11",
            "street": "Hoofdstraat 11",
            "zipcode": "10011AB",
            "city": "Amsterdam"
        },
        "other_addresses": [
            {
                "name": null,
                "street": null,
                "zipcode": null,
                "city": null
            }
        ]
    },
    {
        "id": 12,
        "Bedrijfsnaam": "Klant 12",
        "kvk": "13022028",
        "default_address": {
            "name": "Hoofdkantoor 12",
            "street": "Hoofdstraat 12",
            "zipcode": "10012AB",
            "city": "Amsterdam"
        },
        "other_addresses": [
            {
                "name": null,
                "street": null,
                "zipcode": null,
                "city": null
            }
        ]
    },
    {
        "id": 14,
        "Bedrijfsnaam": "Klant 14",
        "kvk": "58104599",
        "default_address": {
            "name": "Hoofdkantoor 14",
            "street": "Hoofdstraat 14",
            "zipcode": "10014AB",
            "city": "Amsterdam"
        },
        "other_addresses": [
            {
                "name": "Filiaal 14-1",
                "street": "Zijstraat 1",
                "zipcode": "20001CD",
                "city": "Rotterdam"
            }
        ]
    },
    {
        "id": 15,
        "Bedrijfsnaam": "Klant 15",
        "kvk": "54891596",
        "default_address": {
            "name": "Hoofdkantoor 15",
            "street": "Hoofdstraat 15",
            "zipcode": "10015AB",
            "city": "Amsterdam"
        },
        "other_addresses": [
            {
                "name": "Filiaal 15-1",
                "street": "Zijstraat 1",
                "zipcode": "20001CD",
                "city": "Rotterdam"
            },
            {
                "name": "Filiaal 15-2",
                "street": "Zijstraat 2",
                "zipcode": "20002CD",
                "city": "Rotterdam"
            }
        ]
    },
    {
        "id": 16,
        "Bedrijfsnaam": "Klant 16",
        "kvk": "93924507",
        "default_address": {
            "name": "Hoofdkantoor 16",
            "street": "Hoofdstraat 16",
            "zipcode": "10016AB",
            "city": "Amsterdam"
        },
        "other_addresses": [
            {
                "name": "Filiaal 16-1",
                "street": "Zijstraat 1",
                "zipcode": "20001CD",
                "city": "Rotterdam"
            }
        ]
    },
    {
        "id": 17,
        "Bedrijfsnaam": "Klant 17",
        "kvk": "40861030",
        "default_address": {
            "name": "Hoofdkantoor 17",
            "street": "Hoofdstraat 17",
            "zipcode": "10017AB",
            "city": "Amsterdam"
        },
        "other_addresses": [
            {
                "name": null,
                "street": null,
                "zipcode": null,
                "city": null
            }
        ]
    },
    {
        "id": 18,
        "Bedrijfsnaam": "Klant 18",
        "kvk": "33349026",
        "default_address": {
            "name": "Hoofdkantoor 18",
            "street": "Hoofdstraat 18",
            "zipcode": "10018AB",
            "city": "Amsterdam"
        },
        "other_addresses": [
            {
                "name": null,
                "street": null,
                "zipcode": null,
                "city": null
            }
        ]
    },
    {
        "id": 19,
        "Bedrijfsnaam": "Klant 19",
        "kvk": "88505938",
        "default_address": {
            "name": "Hoofdkantoor 19",
            "street": "Hoofdstraat 19",
            "zipcode": "10019AB",
            "city": "Amsterdam"
        },
        "other_addresses": [
            {
                "name": null,
                "street": null,
                "zipcode": null,
                "city": null
            }
        ]
    },
    {
        "id": 20,
        "Bedrijfsnaam": "Klant 20",
        "kvk": "38979443",
        "default_address": {
            "name": "Hoofdkantoor 20",
            "street": "Hoofdstraat 20",
            "zipcode": "10020AB",
            "city": "Amsterdam"
        },
        "other_addresses": [
            {
                "name": null,
                "street": null,
                "zipcode": null,
                "city": null
            }
        ]
    }
]
Previous
Update 1 user
Next
Get 1 relation
Built with