Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.
ArtisanByteCrafter edited this page May 22, 2019 · 10 revisions

General Information

The -QueryParameters Parameter is used when appending filters,sorting,paging limits and more to a GET method API call. When used effectively, these can be a powerful way to return only the data you want.

As a best practice, consider the type of information you want to receive and include it as a shaping parameter. If all you need is a computer name and/or ID, include the query parameter ?shaping=machine limited. You can still filter on additional criteria, but performance is improved by not retrieving useless fields.

Example Requests

Clone this wiki locally