Filter expression to limit the response to only objects that match the expression. Check the value of a single field using operators such as equalto/like, or multiple fields using and/or. Query fields on related objects using the dot operator (for example, VENDOR.CREDITLIMIT on APBILL).
select
Required
sequence
The names of the fields that you want included in the response, and an optional aggregate function such as count or sum. Returning all fields is not supported.
orderby
Optional
object
Provide an order element with a field name and choose an ascending or descending sort order, for example: <order> <field>RECORDNO</field> <descending/> </order>
Comma-separated list of fields on the object to list. For best performance and predictability, limit the number of fields. To return all fields, omit the element or provide * for the value.
query
Required
string
SQL-like query based on fields on the object. The following operators are supported: <, >, >=, <=, =, like, not like, in, not in, IS NOT NULL, IS NULL, AND, OR. Illegal XML characters must be properly encoded, and single quotes must be escaped with backslashes ('Jane\'s Deli'). Joins are not supported.
pagesize
Optional
integer
Custom page size between 1 and 1000 items (Default: 100)
query Fields
Name
Required
Type
Description
TASKSTATUS
Optional
string
Task status. Use N for Not Started, L for Planned, P for In Progress, C for Completed, or H for On Hold.
Comma-separated list of department RECORDNO to get
fields
Optional
string
Comma-separated list of fields on the object to get. To return all fields, omit the element or provide * for the value. For best performance and predictability, limit the number of fields.
Billable. Use false for No, true for Yes. (Default: false)
taskdescription
Optional
string
Description
ismilestone
Optional
boolean
Milestone. Use false for No, true for Yes. (Default: false)
utilized
Optional
boolean
Utilized. Use false for No, true for Yes. (Default: false)
priority
Optional
string
Priority
taskno
Optional
string
WBS code
taskstatus
Optional
string
Task status
parentkey
Optional
integer
Parent task RECORDNO
parenttaskname
Optional
string
Parent task name
budgetqty
Optional
number
Planned duration
estqty
Optional
number
Estimated duration
timetype
Optional
string
Time type
customfields
Optional
array of customfield
Custom fields
classid
Optional
string
Class ID
supdocid
Optional
string
Attachments ID
dependentonkey
Optional
integer
Dependent on task RECORDNO
dependentonname
Optional
string
Dependent on task name
pbegindate
Name
Required
Type
Description
year
Required
string
Year yyyy
month
Required
string
Month mm
day
Required
string
Day dd
penddate
Name
Required
Type
Description
year
Required
string
Year yyyy
month
Required
string
Month mm
day
Required
string
Day dd
customfield
Name
Required
Type
Description
customfieldname
Optional
string
Custom field ID
customfieldvalue
Optional
varies
Custom field value. For a multi-pick-list custom field, implode multiple field values with #~#.
Update Task
You can update an existing task as described here. If you want to provide observed-percent-completed information for a task, see Task Observed Percent Completed.