Retrieve a single resource
I would like to be able to retrieve a single resource, by passing its id, like for most other objects.
When receiving a web-socket notification of an updated resource, it would be nice to be able to retrieve this particular resource, instead of being forced to retrieve all of them on every resource notification.
1
vote

-
Bjarne Ingelsson commented
Never mind this one, found out that I can filter out resources by passing an array of resourceIds. Just wasn't documented.