Giter Site home page Giter Site logo

Comments (1)

OpenDataPortaal avatar OpenDataPortaal commented on September 23, 2024

Documenten zijn aan elkaar gerelateerd via de entiteitsoort Zaak. In dit geval is het dus mogelijk om via de bijbehorende Zaak met een $expand de daaraan gerelateerde Documenten op te vragen:
gegevensmagazijn.tweedekamer.nl/OData/v4/2.0/zaak(ec1c32a7-37f3-4668-91a3-a25f3d40e52b)?$expand=document

Als het Document het startpunt moet zijn, kan het ook met de volgende query:
gegevensmagazijn.tweedekamer.nl/OData/v4/2.0/document(ec9315bf-e1d1-422e-a8fb-0000932ed927)?$expand=zaak($expand=document)

Op deze manier gaan we met een $expand vanaf het Document naar de bijbehorende Zaak, en vervolgens met een $expand op de Zaak naar alle bijbehorende Documenten. Het Document dat het startpunt was zit hier dan wel ook weer bij.

Hopelijk helpt dit!

from opendataportaal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.