Retrieve a list of TaskFields that match an OData formatted query.
A TaskField is a custom field defined within your Workspace for a specific Project. You can define TaskFields for any integration purpose that is important to your business. Each TaskField has a data type as well as options in how it is handled. TaskFields can be edited for each Task inside a Project.
The name of the calling system passed along as a header parameter
The number of records to return
Skips the given number of records and then returns $top records
Filter the expression according to oData queries
Order collection by this field.
Include related data in the response
Success
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.