If you want to reference a task by it’s custom task id, this value must be true.
assignee
integer
No
—
Workspace owners and admins can include any user id. Workspace members can only include their own user id.
billable
boolean
No
—
The billable value
description
string
No
—
The description value
duration
integer
Yes
—
When there are values for both start and end, duration is ignored. The stop parameter can be used instead of the duration parameter.
end
integer
No
—
The end value
start
integer
Yes
—
The start value
stop
integer
No
—
The duration parameter can be used instead of the stop parameter.
tags
object[]
No
—
Users on the Business Plan and above can include a time tracking label.
tid
string
No
—
The tid value
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "team_Id": { "type": "number", "description": "Workspace ID" }, "custom_task_ids": { "type": "boolean", "description": "If you want to reference a task by it's custom task id, this value must be `true`." }, "assignee": { "type": "integer", "description": "Workspace owners and admins can include any user id. Workspace members can only include their own user id." }, "billable": { "type": "boolean", "description": "The billable value" }, "description": { "type": "string", "description": "The description value" }, "duration": { "type": "integer", "description": "When there are values for both `start` and `end`, `duration` is ignored. The `stop` parameter can be used instead of the `duration` parameter." }, "end": { "type": "integer", "description": "The end value" }, "start": { "type": "integer", "description": "The start value" }, "stop": { "type": "integer", "description": "The `duration` parameter can be used instead of the `stop` parameter." }, "tags": { "type": "array", "items": { "type": "object" }, "description": "Users on the Business Plan and above can include a time tracking label." }, "tid": { "type": "string", "description": "The tid value" } }, "required": [ "PCID", "team_Id", "duration", "start" ]}
Include task tags in the response for time entries associated with tasks.
include_location_names
boolean
No
—
Include the names of the List, Folder, and Space along with list_id,folder_id, and space_id.
include_approval_history
boolean
No
—
Include the history of the approval for the time entry.
include_approval_details
boolean
No
—
Include the details of the approval for the time entry.
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "team_id": { "type": "number", "description": "Workspace ID" }, "timer_id": { "type": "string", "description": "The ID of a time entry. \\ \\ This can be found using the [Get Time Entries Within a Date Range](ref:gettimeentrieswithinadaterange) endpoint." }, "include_task_tags": { "type": "boolean", "description": "Include task tags in the response for time entries associated with tasks." }, "include_location_names": { "type": "boolean", "description": "Include the names of the List, Folder, and Space along with `list_id`,`folder_id`, and `space_id`." }, "include_approval_history": { "type": "boolean", "description": "Include the history of the approval for the time entry." }, "include_approval_details": { "type": "boolean", "description": "Include the details of the approval for the time entry." } }, "required": [ "PCID", "team_id", "timer_id" ]}
Filter by user_id. For multiple assignees, separate user_id using commas.\ \ Example:assignee=1234,9876\ \ Note: Only Workspace Owners/Admins have access to do this.
include_task_tags
boolean
No
—
Include task tags in the response for time entries associated with tasks.
include_location_names
boolean
No
—
Include the names of the List, Folder, and Space along with the list_id,folder_id, and space_id.
include_approval_history
boolean
No
—
Include the history of the approval for each time entry. Adds status changes, notes, and approvers.
include_approval_details
boolean
No
—
Include the details of the approval for each time entry. Adds Approver ID, Approved Time, List of Approvers, and Approval Status.
space_id
number
No
—
Only include time entries associated with tasks in a specific Space.
folder_id
number
No
—
Only include time entries associated with tasks in a specific Folder.
list_id
number
No
—
Only include time entries associated with tasks in a specific List.
task_id
string
No
—
Only include time entries associated with a specific task.
custom_task_ids
boolean
No
—
If you want to reference a task by it’s custom task id, this value must be true.
is_billable
boolean
No
—
Include only billable time entries by using a value of true or only non-billable time entries by using a value of false.\ \ For example: ?is_billable=true.
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "team_Id": { "type": "number", "description": "Workspace ID" }, "start_date": { "type": "number", "description": "Unix time in milliseconds" }, "end_date": { "type": "number", "description": "Unix time in milliseconds" }, "assignee": { "type": "number", "description": "Filter by `user_id`. For multiple assignees, separate `user_id` using commas.\\ \\ **Example:** `assignee=1234,9876`\\ \\ ***Note:** Only Workspace Owners/Admins have access to do this.*" }, "include_task_tags": { "type": "boolean", "description": "Include task tags in the response for time entries associated with tasks." }, "include_location_names": { "type": "boolean", "description": "Include the names of the List, Folder, and Space along with the `list_id`,`folder_id`, and `space_id`." }, "include_approval_history": { "type": "boolean", "description": "Include the history of the approval for each time entry. Adds status changes, notes, and approvers." }, "include_approval_details": { "type": "boolean", "description": "Include the details of the approval for each time entry. Adds Approver ID, Approved Time, List of Approvers, and Approval Status." }, "space_id": { "type": "number", "description": "Only include time entries associated with tasks in a specific Space." }, "folder_id": { "type": "number", "description": "Only include time entries associated with tasks in a specific Folder." }, "list_id": { "type": "number", "description": "Only include time entries associated with tasks in a specific List." }, "task_id": { "type": "string", "description": "Only include time entries associated with a specific task." }, "custom_task_ids": { "type": "boolean", "description": "If you want to reference a task by it's custom task id, this value must be `true`." }, "is_billable": { "type": "boolean", "description": "Include only billable time entries by using a value of `true` or only non-billable time entries by using a value of `false`.\\ \\ For example: `?is_billable=true`." } }, "required": [ "PCID", "team_Id" ]}
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "team_id": { "type": "number", "description": "Workspace ID" }, "timer_id": { "type": "string", "description": "The ID of a time entry. \\ \\ This can be found using the [Get Time Entries Within a Date Range](ref:gettimeentrieswithinadaterange) endpoint." } }, "required": [ "PCID", "team_id", "timer_id" ]}
If you want to reference a task by it’s custom task id, this value must be true.
billable
boolean
No
—
The billable value
description
string
No
—
The description value
tags
object[]
No
—
Users on the Business Plan and above can include a time tracking label.
tid
string
No
—
The tid value
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "team_Id": { "type": "number", "description": "Workspace ID" }, "custom_task_ids": { "type": "boolean", "description": "If you want to reference a task by it's custom task id, this value must be `true`." }, "billable": { "type": "boolean", "description": "The billable value" }, "description": { "type": "string", "description": "The description value" }, "tags": { "type": "array", "items": { "type": "object" }, "description": "Users on the Business Plan and above can include a time tracking label." }, "tid": { "type": "string", "description": "The tid value" } }, "required": [ "PCID", "team_Id" ]}
If you want to reference a task by it’s custom task id, this value must be true.
billable
boolean
No
—
The billable value
description
string
No
—
The description value
duration
integer
No
—
The duration value
end
integer
No
—
When providing end, you must also provide start.
start
integer
No
—
When providing start, you must also provide end.
tag_action
string
No
—
Tag Action
tags
object[]
No
—
Users on the Business Plan and above can include a time tracking label.
tid
string
No
—
The tid value
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "team_id": { "type": "number", "description": "Workspace ID" }, "timer_id": { "type": "string", "description": "Timer Id" }, "custom_task_ids": { "type": "boolean", "description": "If you want to reference a task by it's custom task id, this value must be `true`." }, "billable": { "type": "boolean", "description": "The billable value" }, "description": { "type": "string", "description": "The description value" }, "duration": { "type": "integer", "description": "The duration value" }, "end": { "type": "integer", "description": "When providing `end`, you must also provide `start`." }, "start": { "type": "integer", "description": "When providing `start`, you must also provide `end`." }, "tag_action": { "type": "string", "description": "Tag Action" }, "tags": { "type": "array", "items": { "type": "object" }, "description": "Users on the Business Plan and above can include a time tracking label." }, "tid": { "type": "string", "description": "The tid value" } }, "required": [ "PCID", "team_id", "timer_id" ]}