Get a Project Task
GET /project-tasks/{id}
— Use this method to retrieve the project task with the specified internal ID.
Parameters
Path parameters
Path parameter |
Required / Optional |
Description |
Type |
---|---|---|---|
|
Required |
The internal ID of the project task.
Note:
The project task record with the internal ID |
integer |
Query string parameter
Path parameter |
Required / Optional |
Description |
Type |
---|---|---|---|
|
Optional |
A comma-separated list of attributes available for expansion. The comma-separated list may include spaces (or |
string |
|
Optional |
A comma-separated list of attributes to include in the response. If not specified, the response includes all attributes for the project task returned. Response Data Modifiers. |
string |
|
Optional |
The internal ID of the filter set to be applied.
|
integer |
Response definitions
A successful request returns a JSON object with the following properties:
Property |
Description |
---|---|
|
An array containing the project task requested. See Returned Data. |
|
An array of expanded objects, if the |
|
An object containing information about objects referenced by internal ID in the |
|
A string containing a brief message about the status of your request — for example, |
A failed request returns a JSON object with the following properties:
Property |
Description |
---|---|
|
A string containing a brief message about the status of your request — for example,
Note:
The project task record with the internal ID |
Sample request
GET /rest/v1/project-tasks/2674 HTTP/1.1
Host: company-id.app.netsuitesuiteprojectspro.com
Authorization: Bearer <OAuth2_access_token>
In the example, <OAuth2_access_token>
is the OAuth 2.0 access token obtained for the client application connecting to SuiteProjects Pro. See Authentication.
Sample response
{
"data": [
{
"priority": 0,
"defaultCategory2": "0",
"defaultCategory1": "0",
"isReadyForRecognition": false,
"plannedHours": 64,
"assignmentCcEmails": "",
"timetypeFilter": [],
"predecessorsType": "",
"isSignOffRequired": false,
"taskSplits": [],
"updated": "2020-06-18 08:34:51",
"id": 438,
"seq": 0,
"defaultCategory": "1",
"fnltDate": "0000-00-00",
"useAllCanAssign": false,
"name": "Alignment workshop",
"customerId": 3,
"customerName": "Damus Inc.",
"costCenterId": 0,
"predecessors": "437",
"isUsingProjectAssignment": false,
"classification": "T",
"startDate": "",
"predecessorsLag": "",
"useManualTaskBudget": false,
"externalId": "",
"calculatedStarts": "2021-10-09",
"isNonBillable": false,
"cfHoursPercentageToCloseTask": "",
"taskBudgetRevenue": 15680,
"projectTaskTypeId": 1,
"taskBudgetCost": 2741.44,
"calculatedFinishes": "2021-10-15",
"currency": "USD",
"isAPhase": false,
"defaultCategory4": "0",
"projectId": 27,
"assignmentCc": "",
"hoursRemainingEstimates": [],
"percentComplete": 100,
"isClosed": false,
"defaultCategory5": "0",
"created": "2020-04-21 13:14:14",
"userAssignments": [
18,
19
],
"parentId": 431,
"notes": "",
"idNumber": 5,
"defaultCategory3": "0"
}
],
"message": "success"
}