# Project Template Additional Tabs

Project Template Additional Tabs are additional tabs configured in a project template that are
added to a project when the template is applied.

## Fetching a list of Project Template Additional Tabs

 - [GET /project_template_additional_tabs](https://developer.kantata.com/kantata/specification/project-template-additional-tabs/get-project-template-additional-tabs.md): This endpoint returns structured Project Template Additional Tab 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_additional_tabs top-level JSON key.
Please see our Response Format section for more information.

## Creating a new Project Template Additional Tab

 - [POST /project_template_additional_tabs](https://developer.kantata.com/kantata/specification/project-template-additional-tabs/create-project-template-additional-tab.md): Adds an additional tab to a project template.


This endpoint returns structured Project Template Additional Tab 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_additional_tabs top-level JSON key.
Please see our Response Format section for more information.

## Deleting an existing Project Template Additional Tab

 - [DELETE /project_template_additional_tabs/{id}](https://developer.kantata.com/kantata/specification/project-template-additional-tabs/delete-project-template-additional-tab.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.

