Retrieve a list of Projects that match an OData formatted query.
A Project is a collection of Tasks that contributes towards a goal. Within a Project, Tasks represent individual items of work that team members must complete. The sum total of Tasks within a Project represents the work to be completed for that Project.
The number of records to return
Skips the given number of records and then returns $top records
Filter the expression according to oData queries
Specify which properties should be returned
Order collection by this field.
Include related data in the response
If the API call failed, this will contain information about the error that occurred.
True if the API call succeeded; false otherwise.
True if the API call failed.
The HTTP code of the response.
If the API call succeeded, this will contain the results.