Retrieves the task bundle associated with a project template.

Required Permissions
Any authenticated user.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

projectTemplateIdstringRequiredformat: "uuid"
The id of the project template.

Response

OK
taskBundleIdstring or nullformat: "uuid"
The id of the task bundle.

Errors