Multi-get

In some cases, you may already know the URI's for several objects of the same endpoint that you would like to request. Instead of making several separate requests to the same endpoint, you can use a feature called multiget to retrieve all of the objects in a single request.

For example, fetching user data for users cmac and onethumb can be done with the following two requests:

400: Invalid request

This same data can be requested using a single HTTP request, like below (_filteruri is used to condense the response for presentation purposes only):

400: Invalid request

Note how the LocatorType has changed to Objects and the value of Response.User is now an array containing multiple User objects.

Multiget also supports being used with actions, expansions, and filters.