For AI agents: a documentation index is available at /llms.txt. A markdown version of this page is available at /guide/api/endpoints/checklist/work-items-checklist-groups-add-from-template.md.

APIEndpointsChecklist

Add a group to a work item from a template

Copies the template group + items onto the work item (independent copy); duplicate-prevented by sourcegroupid.

POST/api/v1/partner/work-items/checklist/groups/add-from-template

Copies the template group + items onto the work item (independent copy); duplicate-prevented by source_group_id. Payload: {work_item_type*, work_item_id*, template_id*}.

#Authorizations

X-API-KEYstringrequired

Developer API key (starts with pk_)

Example: pk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890

X-TIMESTAMPintegerrequired

Unix timestamp in seconds (must be within ±5 minutes of server time)

Example: 1704806400

X-NONCEstringrequired

One-time random string (minimum 8 characters, prevents replay attacks)

Example: b7f91c2e5a8d3f1e

X-SIGNATUREstringrequired

HMAC-SHA256 signature of canonical string (hex-encoded)

Example: a1b2c3d4e5f67890abcdef1234567890abcdef1234567890abcdef1234567890

#Headers

Acceptstringrequired

Content type of response

Example: application/json

Content-Typestringrequired

Content type of request

Example: application/json

#Request body

encrypted_datastringrequired

#Responses

201Created
400Group already on this work item
403Not allowed to manage
404Template not found