Project Template Additional Tabs are additional tabs configured in a project template that are added to a project when the template is applied.
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.
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "project_template_additional_tabs": {
- "property1": {
- "associated_tab_id": 0,
- "project_template_id": 0,
- "tab_type": "string"
}, - "property2": {
- "associated_tab_id": 0,
- "project_template_id": 0,
- "tab_type": "string"
}
}
}
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.
{- "project_template_additional_tab": {
- "project_template_id": 0,
- "tab_type": "string",
- "associated_tab_id": 0
}
}
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "project_template_additional_tabs": {
- "property1": {
- "associated_tab_id": 0,
- "project_template_id": 0,
- "tab_type": "string"
}, - "property2": {
- "associated_tab_id": 0,
- "project_template_id": 0,
- "tab_type": "string"
}
}
}
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.
Project Template Additional Tab has been deleted.
Bad Request
Unauthorized request
Forbidden request
Page Not Found
Unprocessable Entity
Service is unavailable
{- "errors": [
- {
- "type": "string",
- "message": "string"
}
]
}