# Project Template Assignments

Project Template Assignments(Project Template Resources) represent placeholders for task assignees
in project templates. These assignments are mapped to project template stories and are assigned to
real users when the template is applied.

 - [GET /project_template_assignments](https://developer.kantata.com/kantata/specification/project-template-assignments/get%20project%20template%20assignments.md): This endpoint returns structured Project Template Assignment objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be inde
 - [POST /project_template_assignments](https://developer.kantata.com/kantata/specification/project-template-assignments/create%20project%20template%20assignment.md): This endpoint returns structured Project Template Assignment objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be inde
 - [GET /project_template_assignments/{id}](https://developer.kantata.com/kantata/specification/project-template-assignments/get%20project%20template%20assignment.md): This endpoint returns structured Project Template Assignment objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be inde
 - [PUT /project_template_assignments/{id}](https://developer.kantata.com/kantata/specification/project-template-assignments/update%20project%20template%20assignment.md): This endpoint returns structured Project Template Assignment objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be inde
 - [DELETE /project_template_assignments/{id}](https://developer.kantata.com/kantata/specification/project-template-assignments/delete%20project%20template%20assignment.md): The response will contain no content and an HTTP 204 status code if the request was successful, or a [standard Kantata OX error message](#section/Errors) explaining why the object could not be deleted
