You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the Commutr project (GZAC) we are running into a limitation in the object type api. This limitation causes reduced performance and extra code, exactly what we want to get rid of in this phase of stabilization.
Example case: we want to know the uri of an object type, based on the field 'point of interest'.
Current:
To retrieve a list of objects of a specific type, you need the uri reference to the object type
To retrieve that uri reference, we need to retrieve a list of all object types; and in that list we can then filter on label "point of interest".
Desired
To retrieve a list of objects of a specific type, you need the uri reference to the object type
To retrieve that uri reference, we query the object type api with a query parameter in which we can filter on label point of interes
Advantages: Performance Better code Logic where it belongs
Toegevoegde waarde / Added value
No response
Aanvullende opmerkingen / Additional context
No response
The text was updated successfully, but these errors were encountered:
Thema / Theme
Objecten API
Omschrijving / Description
Taiga US - Utrecht 258
Toegevoegde waarde / Added value
No response
Aanvullende opmerkingen / Additional context
No response
The text was updated successfully, but these errors were encountered: