Assign products to task.

Associates one or more existing products with the task so they show up in its product scope; products already associated with the task are silently skipped rather than causing an error. Fails entirely, with no partial assignment, if any requested product id does not exist in the organization's product catalog. To remove a product from the task instead, use DELETE /tasks/{taskId}/products/{productId}; to mark a product done or not done within the task without removing it, use the complete/revoke endpoints.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Id of the task to which product is to be assigned.

Body Params
productIds
array of strings
required
Array of Ids of products to assign to the task.*
Responses
202

Products assigned to task.

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json