# 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.

## Fetching a list of Project Template Assignments

 - [GET /project_template_assignments](https://developer.kantata.com/kantata/specification/project-template-assignments/get-project-template-assignments.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 indexed by ID in the project_template_assignments top-level JSON key.
Please see our Response Format section for more information.

## Creating a new Project Template Assignment

 - [POST /project_template_assignments](https://developer.kantata.com/kantata/specification/project-template-assignments/create-project-template-assignment.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 indexed by ID in the project_template_assignments top-level JSON key.
Please see our Response Format section for more information.

## Fetching a single Project Template Assignment

 - [GET /project_template_assignments/{id}](https://developer.kantata.com/kantata/specification/project-template-assignments/get-project-template-assignment.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 indexed by ID in the project_template_assignments top-level JSON key.
Please see our Response Format section for more information.

## Updating an existing Project Template Assignment

 - [PUT /project_template_assignments/{id}](https://developer.kantata.com/kantata/specification/project-template-assignments/update-project-template-assignment.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 indexed by ID in the project_template_assignments top-level JSON key.
Please see our Response Format section for more information.

## Deleting an existing Project Template Assignment

 - [DELETE /project_template_assignments/{id}](https://developer.kantata.com/kantata/specification/project-template-assignments/delete-project-template-assignment.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 explaining why the object could not be deleted.

