S
sjellin.dovetail
Guest
As an alternative to different "urls" for the get one could encode it by query parameter like so: /api/v1/organisation/{OrganisationId}/customer?id=1&ssn=2 to allow for complex queries. Nulls can be ignored, non nulls appended into the Query. Or do something silly like i did and build a filter json object that gets passed in the header / body for gets etc 
Continue reading...

Continue reading...